Compute Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. Compute
- com.
Implements
public class Compute
implements JsonSerializable<Compute>
Machine Learning compute object.
Constructor Summary
| Constructor | Description |
|---|---|
| Compute() |
Creates an instance of Compute class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
computeLocation()
Get the compute |
|
Compute |
computeType()
Get the compute |
|
Offset |
createdOn()
Get the created |
| String |
description()
Get the description property: The description of the Machine Learning compute. |
| Boolean |
disableLocalAuth()
Get the disable |
| static Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute from the Json |
| Boolean |
isAttachedCompute()
Get the is |
|
Offset |
modifiedOn()
Get the modified |
|
List<Management |
provisioningErrors()
Get the provisioning |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Compute |
withComputeLocation(String computeLocation)
Set the compute |
| Compute |
withDescription(String description)
Set the description property: The description of the Machine Learning compute. |
| Compute |
withDisableLocalAuth(Boolean disableLocalAuth)
Set the disable |
| Compute |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
Compute
public Compute()
Creates an instance of Compute class.
Method Details
computeLocation
public String computeLocation()
Get the computeLocation property: Location for the underlying compute.
Returns:
computeType
public ComputeType computeType()
Get the computeType property: The type of compute.
Returns:
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: The time at which the compute was created.
Returns:
description
public String description()
Get the description property: The description of the Machine Learning compute.
Returns:
disableLocalAuth
public Boolean disableLocalAuth()
Get the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Returns:
fromJson
public static Compute fromJson(JsonReader jsonReader)
Reads an instance of Compute 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.
Returns:
modifiedOn
public OffsetDateTime modifiedOn()
Get the modifiedOn property: The time at which the compute was last modified.
Returns:
provisioningErrors
public List<ManagementError> provisioningErrors()
Get the provisioningErrors property: Errors during provisioning.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
Returns:
resourceId
public String resourceId()
Get the resourceId property: ARM resource id of the underlying compute.
Returns:
toJson
validate
public void validate()
Validates the instance.
withComputeLocation
public Compute withComputeLocation(String computeLocation)
Set the computeLocation property: Location for the underlying compute.
Parameters:
Returns:
withDescription
public Compute withDescription(String description)
Set the description property: The description of the Machine Learning compute.
Parameters:
Returns:
withDisableLocalAuth
public Compute withDisableLocalAuth(Boolean disableLocalAuth)
Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Parameters:
Returns:
withResourceId
public Compute withResourceId(String resourceId)
Set the resourceId property: ARM resource id of the underlying compute.
Parameters:
Returns: