ModelPendingUploadContent 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 ModelPendingUploadContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelPendingUploadContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelPendingUploadContent>
type ModelPendingUploadContent = class
interface IJsonModel<ModelPendingUploadContent>
interface IPersistableModel<ModelPendingUploadContent>
Public Class ModelPendingUploadContent
Implements IJsonModel(Of ModelPendingUploadContent), IPersistableModel(Of ModelPendingUploadContent)
- Inheritance
-
ModelPendingUploadContent
- Implements
Constructors
| Name | Description |
|---|---|
| ModelPendingUploadContent() |
Initializes a new instance of ModelPendingUploadContent. |
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(ModelPendingUploadContent to BinaryContent) | |