Skip to main content

Module clients.sandbox.h2o_drive.upload_file_response

Functions

upload_file_response_from_api_object

def upload_file_response_from_api_object(api_object: h2o_engine_manager.gen.model.v1_upload_file_response.V1UploadFileResponse) ‑> UploadFileResponse

Classes

UploadFileResponse

class UploadFileResponse(bytes_uploaded: int = 0)

UploadFileResponse contains the result of uploading a file to H2O Drive.

UploadFileResponse represents the result of uploading a file to H2O Drive.

Args
bytes_uploaded
The number of bytes read from the local filesystem and uploaded.

Feedback