IFeaturesetVersionBackfillRequest.DataAvailabilityStatus Property

Definition

Specified the data availability status that you want to backfill

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "Pending", "Incomplete", "Complete" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specified the data availability status that you want to backfill", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataAvailabilityStatus", Update=true)]
public System.Collections.Generic.List<string> DataAvailabilityStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "Pending", "Incomplete", "Complete" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specified the data availability status that you want to backfill", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataAvailabilityStatus", Update=true)>]
member this.DataAvailabilityStatus : System.Collections.Generic.List<string> with get, set
Public Property DataAvailabilityStatus As List(Of String)

Property Value

Attributes

Applies to