Aks Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. Compute - com.
azure. resourcemanager. machinelearning. models. Aks
- com.
- com.
public final class Aks
extends Compute
A Machine Learning compute based on AKS.
Constructor Summary
| Constructor | Description |
|---|---|
| Aks() |
Creates an instance of Aks class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Compute |
computeType()
Get the compute |
|
Offset |
createdOn()
Get the created |
| static Aks |
fromJson(JsonReader jsonReader)
Reads an instance of Aks from the Json |
| Boolean |
isAttachedCompute()
Get the is |
|
Offset |
modifiedOn()
Get the modified |
|
Aks |
properties()
Get the properties property: AKS properties. |
|
List<Management |
provisioningErrors()
Get the provisioning |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Aks |
withComputeLocation(String computeLocation)
Set the compute |
| Aks |
withDescription(String description)
Set the description property: The description of the Machine Learning compute. |
| Aks |
withDisableLocalAuth(Boolean disableLocalAuth)
Set the disable |
| Aks |
withProperties(AksSchemaProperties properties)
Set the properties property: AKS properties. |
| Aks |
withResourceId(String resourceId)
Set the resource |
Methods inherited from Compute
Methods inherited from java.lang.Object
Constructor Details
Aks
public Aks()
Creates an instance of Aks class.
Method Details
computeType
public ComputeType computeType()
Get the computeType property: The type of compute.
Overrides:
Aks.computeType()Returns:
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: The time at which the compute was created.
Overrides:
Aks.createdOn()Returns:
fromJson
public static Aks fromJson(JsonReader jsonReader)
Reads an instance of Aks from the JsonReader.
Parameters:
Returns:
Throws:
isAttachedCompute
public Boolean isAttachedCompute()
Get the isAttachedCompute property: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
Overrides:
Aks.isAttachedCompute()Returns:
modifiedOn
public OffsetDateTime modifiedOn()
Get the modifiedOn property: The time at which the compute was last modified.
Overrides:
Aks.modifiedOn()Returns:
properties
public AksSchemaProperties properties()
Get the properties property: AKS properties.
Returns:
provisioningErrors
public List<ManagementError> provisioningErrors()
Get the provisioningErrors property: Errors during provisioning.
Overrides:
Aks.provisioningErrors()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
Overrides:
Aks.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
Aks.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
Aks.validate()withComputeLocation
public Aks withComputeLocation(String computeLocation)
Set the computeLocation property: Location for the underlying compute.
Overrides:
Aks.withComputeLocation(String computeLocation)Parameters:
withDescription
public Aks withDescription(String description)
Set the description property: The description of the Machine Learning compute.
Overrides:
Aks.withDescription(String description)Parameters:
withDisableLocalAuth
public Aks withDisableLocalAuth(Boolean disableLocalAuth)
Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Overrides:
Aks.withDisableLocalAuth(Boolean disableLocalAuth)Parameters:
withProperties
public Aks withProperties(AksSchemaProperties properties)
Set the properties property: AKS properties.
Parameters:
Returns:
withResourceId
public Aks withResourceId(String resourceId)
Set the resourceId property: ARM resource id of the underlying compute.
Overrides:
Aks.withResourceId(String resourceId)Parameters: