ModelPendingUploadResult 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 ModelPendingUploadResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelPendingUploadResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelPendingUploadResult>
type ModelPendingUploadResult = class
interface IJsonModel<ModelPendingUploadResult>
interface IPersistableModel<ModelPendingUploadResult>
Public Class ModelPendingUploadResult
Implements IJsonModel(Of ModelPendingUploadResult), IPersistableModel(Of ModelPendingUploadResult)
- Inheritance
-
ModelPendingUploadResult
- 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 ModelPendingUploadResult) | |