234 строки
16 KiB
YAML
234 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.Compute"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute"
|
|
name: "Compute"
|
|
nameWithType: "Compute"
|
|
summary: "Machine Learning compute object."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **Compute**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.Compute()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.Compute()"
|
|
name: "Compute()"
|
|
nameWithType: "Compute.Compute()"
|
|
summary: "Creates an instance of Compute class."
|
|
syntax: "public Compute()"
|
|
desc: "Creates an instance of Compute class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.computeLocation()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.computeLocation()"
|
|
name: "computeLocation()"
|
|
nameWithType: "Compute.computeLocation()"
|
|
summary: "Get the compute<wbr>Location property: Location for the underlying compute."
|
|
syntax: "public String computeLocation()"
|
|
desc: "Get the computeLocation property: Location for the underlying compute."
|
|
returns:
|
|
description: "the computeLocation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.computeType()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.computeType()"
|
|
name: "computeType()"
|
|
nameWithType: "Compute.computeType()"
|
|
summary: "Get the compute<wbr>Type property: The type of compute."
|
|
syntax: "public ComputeType computeType()"
|
|
desc: "Get the computeType property: The type of compute."
|
|
returns:
|
|
description: "the computeType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeType?alt=com.azure.resourcemanager.machinelearning.models.ComputeType&text=ComputeType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.createdOn()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.createdOn()"
|
|
name: "createdOn()"
|
|
nameWithType: "Compute.createdOn()"
|
|
summary: "Get the created<wbr>On property: The time at which the compute was created."
|
|
syntax: "public OffsetDateTime createdOn()"
|
|
desc: "Get the createdOn property: The time at which the compute was created."
|
|
returns:
|
|
description: "the createdOn value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.description()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.description()"
|
|
name: "description()"
|
|
nameWithType: "Compute.description()"
|
|
summary: "Get the description property: The description of the Machine Learning compute."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: The description of the Machine Learning compute."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.disableLocalAuth()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.disableLocalAuth()"
|
|
name: "disableLocalAuth()"
|
|
nameWithType: "Compute.disableLocalAuth()"
|
|
summary: "Get the disable<wbr>Local<wbr>Auth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
|
|
syntax: "public Boolean disableLocalAuth()"
|
|
desc: "Get the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
|
|
returns:
|
|
description: "the disableLocalAuth value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "Compute.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Compute from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static Compute fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the Compute."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of Compute from the JsonReader."
|
|
returns:
|
|
description: "An instance of Compute if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.isAttachedCompute()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.isAttachedCompute()"
|
|
name: "isAttachedCompute()"
|
|
nameWithType: "Compute.isAttachedCompute()"
|
|
summary: "Get the is<wbr>Attached<wbr>Compute property: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false."
|
|
syntax: "public Boolean isAttachedCompute()"
|
|
desc: "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:
|
|
description: "the isAttachedCompute value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.modifiedOn()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.modifiedOn()"
|
|
name: "modifiedOn()"
|
|
nameWithType: "Compute.modifiedOn()"
|
|
summary: "Get the modified<wbr>On property: The time at which the compute was last modified."
|
|
syntax: "public OffsetDateTime modifiedOn()"
|
|
desc: "Get the modifiedOn property: The time at which the compute was last modified."
|
|
returns:
|
|
description: "the modifiedOn value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.provisioningErrors()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.provisioningErrors()"
|
|
name: "provisioningErrors()"
|
|
nameWithType: "Compute.provisioningErrors()"
|
|
summary: "Get the provisioning<wbr>Errors property: Errors during provisioning."
|
|
syntax: "public List<ManagementError> provisioningErrors()"
|
|
desc: "Get the provisioningErrors property: Errors during provisioning."
|
|
returns:
|
|
description: "the provisioningErrors value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.core.management.exception.ManagementError?alt=com.azure.core.management.exception.ManagementError&text=ManagementError\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "Compute.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: The provision state of the cluster."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ProvisioningState?alt=com.azure.resourcemanager.machinelearning.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.resourceId()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "Compute.resourceId()"
|
|
summary: "Get the resource<wbr>Id property: ARM resource id of the underlying compute."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the resourceId property: ARM resource id of the underlying compute."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "Compute.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Compute.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.withComputeLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.withComputeLocation(String computeLocation)"
|
|
name: "withComputeLocation(String computeLocation)"
|
|
nameWithType: "Compute.withComputeLocation(String computeLocation)"
|
|
summary: "Set the compute<wbr>Location property: Location for the underlying compute."
|
|
parameters:
|
|
- description: "the computeLocation value to set."
|
|
name: "computeLocation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Compute withComputeLocation(String computeLocation)"
|
|
desc: "Set the computeLocation property: Location for the underlying compute."
|
|
returns:
|
|
description: "the Compute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "Compute.withDescription(String description)"
|
|
summary: "Set the description property: The description of the Machine Learning compute."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Compute withDescription(String description)"
|
|
desc: "Set the description property: The description of the Machine Learning compute."
|
|
returns:
|
|
description: "the Compute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.withDisableLocalAuth(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
name: "withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
nameWithType: "Compute.withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
summary: "Set the disable<wbr>Local<wbr>Auth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
|
|
parameters:
|
|
- description: "the disableLocalAuth value to set."
|
|
name: "disableLocalAuth"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public Compute withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
desc: "Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
|
|
returns:
|
|
description: "the Compute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Compute.withResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Compute.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "Compute.withResourceId(String resourceId)"
|
|
summary: "Set the resource<wbr>Id property: ARM resource id of the underlying compute."
|
|
parameters:
|
|
- description: "the resourceId value to set."
|
|
name: "resourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Compute withResourceId(String resourceId)"
|
|
desc: "Set the resourceId property: ARM resource id of the underlying compute."
|
|
returns:
|
|
description: "the Compute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Machine Learning compute object."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.Compute?alt=com.azure.resourcemanager.machinelearning.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|