IComputeSecrets.ComputeType Property

Definition

The type of compute

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AKS", "Kubernetes", "AmlCompute", "ComputeInstance", "DataFactory", "VirtualMachine", "HDInsight", "Databricks", "DataLakeAnalytics", "SynapseSpark" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The type of compute", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="computeType", Update=true)]
public string ComputeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AKS", "Kubernetes", "AmlCompute", "ComputeInstance", "DataFactory", "VirtualMachine", "HDInsight", "Databricks", "DataLakeAnalytics", "SynapseSpark" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The type of compute", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="computeType", Update=true)>]
member this.ComputeType : string with get, set
Public Property ComputeType As String

Property Value

Attributes

Applies to