AzureAIProjectsModelFactory.ModelPendingUploadResponse Method
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 static Azure.AI.Projects.ModelPendingUploadResponse ModelPendingUploadResponse(Azure.AI.Projects.AIProjectBlobReference blobReference = default, string pendingUploadId = default, string version = default);
static member ModelPendingUploadResponse : Azure.AI.Projects.AIProjectBlobReference * string * string -> Azure.AI.Projects.ModelPendingUploadResponse
Public Shared Function ModelPendingUploadResponse (Optional blobReference As AIProjectBlobReference = Nothing, Optional pendingUploadId As String = Nothing, Optional version As String = Nothing) As ModelPendingUploadResponse
Parameters
- blobReference
- AIProjectBlobReference
Container-level read, write, list SAS.
- pendingUploadId
- String
ID for this upload request.
- version
- String
Version of asset to be created if user did not specify version when initially creating upload.
Returns
A new ModelPendingUploadResponse instance for mocking.