azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

189 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.Compute"
fullName: "com.azure.resourcemanager.machinelearningservices.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**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.Compute()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Compute.Compute()"
name: "Compute()"
nameWithType: "Compute.Compute()"
syntax: "public Compute()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.computeLocation()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.createdOn()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.description()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.disableLocalAuth()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.isAttachedCompute()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.modifiedOn()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.provisioningErrors()"
fullName: "com.azure.resourcemanager.machinelearningservices.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>&lt;<xref href=\"com.azure.core.management.exception.ManagementError?alt=com.azure.core.management.exception.ManagementError&text=ManagementError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.provisioningState()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.ProvisioningState?alt=com.azure.resourcemanager.machinelearningservices.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.resourceId()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Compute.validate()"
name: "validate()"
nameWithType: "Compute.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.withComputeLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute?alt=com.azure.resourcemanager.machinelearningservices.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute?alt=com.azure.resourcemanager.machinelearningservices.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.withDisableLocalAuth(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute?alt=com.azure.resourcemanager.machinelearningservices.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Compute.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.Compute?alt=com.azure.resourcemanager.machinelearningservices.models.Compute&text=Compute\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Machine Learning compute object."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1