Skip to main content

Module clients.sandbox.h2o_drive.download_file_response

Functions

download_file_response_from_api_object

def download_file_response_from_api_object(api_object: h2o_engine_manager.gen.model.v1_download_file_response.V1DownloadFileResponse) ‑> DownloadFileResponse

Classes

DownloadFileResponse

class DownloadFileResponse(file_info: Optional[h2o_engine_manager.clients.sandbox.filesystem.file_info.FileInfo] = None)

DownloadFileResponse contains the result of downloading a file from H2O Drive.

DownloadFileResponse represents the result of downloading a file from H2O Drive.

Args
file_info
Metadata about the downloaded file written to the sandbox filesystem.

Feedback