ModelPendingUploadRequest interface

Represents a request for a pending upload of a model version.

Properties

connectionName

Azure Storage Account connection name to use for generating temporary SAS token

pendingUploadId

If PendingUploadId is not provided, a random GUID will be used.

pendingUploadType

The type of pending upload. Only TemporaryBlobReference is supported for models.

Property Details

connectionName

Azure Storage Account connection name to use for generating temporary SAS token

connectionName?: string

Property Value

string

pendingUploadId

If PendingUploadId is not provided, a random GUID will be used.

pendingUploadId?: string

Property Value

string

pendingUploadType

The type of pending upload. Only TemporaryBlobReference is supported for models.

pendingUploadType: "TemporaryBlobReference"

Property Value

"TemporaryBlobReference"