ModelPendingUploadResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the response for a model pending upload request.
public class ModelPendingUploadResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelPendingUploadResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelPendingUploadResponse>
type ModelPendingUploadResponse = class
interface IJsonModel<ModelPendingUploadResponse>
interface IPersistableModel<ModelPendingUploadResponse>
Public Class ModelPendingUploadResponse
Implements IJsonModel(Of ModelPendingUploadResponse), IPersistableModel(Of ModelPendingUploadResponse)
- Inheritance
-
ModelPendingUploadResponse
- Implements
Properties
| Name | Description |
|---|---|
| BlobReference |
Container-level read, write, list SAS. |
| PendingUploadId |
ID for this upload request. |
| PendingUploadType |
The type of pending upload. Only TemporaryBlobReference is supported for models. |
| Version |
Version of asset to be created if user did not specify version when initially creating upload. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ModelPendingUploadResponse) | |