Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Compute

Package version

Machine Learning compute object.

Hierarchy

  • Compute

Index

Properties

Optional computeLocation

computeLocation: undefined | string

Location for the underlying compute NOTE: This property will not be serialized. It can only be populated by the server.

computeType

computeType: "AKS" | "Kubernetes" | "AmlCompute" | "ComputeInstance" | "VirtualMachine" | "HDInsight" | "DataFactory" | "Databricks" | "DataLakeAnalytics" | "SynapseSpark"

Polymorphic discriminator, which specifies the different types this object can be

Optional createdOn

createdOn: Date

The time at which the compute was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the Machine Learning compute.

Optional disableLocalAuth

disableLocalAuth: undefined | false | true

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

Optional isAttachedCompute

isAttachedCompute: undefined | false | true

Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. NOTE: This property will not be serialized. It can only be populated by the server.

Optional modifiedOn

modifiedOn: Date

The time at which the compute was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningErrors

provisioningErrors: ErrorResponse[]

Errors during provisioning NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceId

resourceId: undefined | string

ARM resource id of the underlying compute

Generated using TypeDoc