◆ DataUploaderHttp()
fiftyone.pipeline.engines.services.DataUploaderHttp.DataUploaderHttp | ( | String | url, |
Map< String, String > | headers, | ||
int | timeout | ||
) |
the URL to which data is to be uploaded
- Parameters
-
- url - the URL rto which data should be uploaded
- headers - HTTP headers for the connection
- timeout - connection timeout in milliseconds
Member Function Documentation
◆ getResponseCode()
int fiftyone.pipeline.engines.services.DataUploaderHttp.getResponseCode ( ) throws IOException - Returns
- 200 for success
Implements fiftyone.pipeline.engines.services.DataUploader.