Skip to main content

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

NameTypeDescription
ctxcontext.ContextThe context for the download operation, used for cancellation and carrying request-scoped values.

Returns

TypeDescription
errorReturns an error if the download operation fails at any stage, otherwise returns nil.