IMachineLearningServicesIdentity.FeaturesetName Property

Definition

Featureset name. This is case-sensitive.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Featureset name. This is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="featuresetName")]
public string FeaturesetName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Featureset name. This is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="featuresetName", Update=true)]
public string FeaturesetName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Featureset name. This is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="featuresetName")>]
member this.FeaturesetName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Featureset name. This is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="featuresetName", Update=true)>]
member this.FeaturesetName : string with get, set
Public Property FeaturesetName As String

Property Value

Attributes

Applies to