IPendingUploadResponseDto.PendingUploadId Property
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.
ID for this upload request
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="ID for this upload request", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="pendingUploadId")]
public string PendingUploadId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="ID for this upload request", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="pendingUploadId")>]
member this.PendingUploadId : string with get, set
Public Property PendingUploadId As String
Property Value
- Attributes