IEnvironmentVersion.EnvironmentType Property

Definition

Environment type is either user managed or curated by the Azure ML service https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Curated", "UserCreated" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Environment type is either user managed or curated by the Azure ML service\r\n        <see href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments" />", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="environmentType", Update=false)]
public string EnvironmentType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Curated", "UserCreated" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Environment type is either user managed or curated by the Azure ML service\r\n        <see href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments" />", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="environmentType", Update=false)>]
member this.EnvironmentType : string
Public ReadOnly Property EnvironmentType As String

Property Value

Attributes

Applies to