ModelPendingUploadRequest 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 a request for a pending upload of a model version.
public class ModelPendingUploadRequest : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelPendingUploadRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelPendingUploadRequest>
type ModelPendingUploadRequest = class
interface IJsonModel<ModelPendingUploadRequest>
interface IPersistableModel<ModelPendingUploadRequest>
Public Class ModelPendingUploadRequest
Implements IJsonModel(Of ModelPendingUploadRequest), IPersistableModel(Of ModelPendingUploadRequest)
- Inheritance
-
ModelPendingUploadRequest
- Implements
Constructors
| Name | Description |
|---|---|
| ModelPendingUploadRequest() |
Initializes a new instance of ModelPendingUploadRequest. |
Properties
| Name | Description |
|---|---|
| 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. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(ModelPendingUploadRequest to BinaryContent) | |