IEnvironmentVersionProperties.EnvironmentType 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.
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