IModelVersion.Flavor Property

Definition

Mapping of model flavors to their properties.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Mapping of model flavors to their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IModelVersionFlavors) }, Read=true, ReadOnly=false, Required=false, SerializedName="flavors", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IModelVersionFlavors Flavor { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Mapping of model flavors to their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IModelVersionFlavors) }, Read=true, ReadOnly=false, Required=false, SerializedName="flavors", Update=true)>]
member this.Flavor : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IModelVersionFlavors with get, set
Public Property Flavor As IModelVersionFlavors

Property Value

Attributes

Applies to