DownloadOptions
No overview available.
Methods
Download()
@classmethod
def Download(
ctx: context.Context
) - > error
Initiates the download process using the provided context. This method orchestrates the retrieval of remote inputs and outputs based on the configured DownloadOptions.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | context.Context | The context for the download operation, used for cancellation and carrying request-scoped values. |
Returns
| Type | Description |
|---|---|
error | Returns an error if the download operation fails at any stage, otherwise returns nil. |