IOnlineDeploymentProperties.EndpointComputeType Property

Definition

[Required] The compute type of the endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Managed", "Kubernetes", "AzureMLCompute" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The compute type of the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpointComputeType", Update=true)]
public string EndpointComputeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Managed", "Kubernetes", "AzureMLCompute" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The compute type of the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endpointComputeType", Update=true)>]
member this.EndpointComputeType : string with get, set
Public Property EndpointComputeType As String

Property Value

Attributes

Applies to