ComputeInstanceArgs

data class ComputeInstanceArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<ComputeInstancePropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<ComputeInstanceArgs>

An Azure Machine Learning compute instance.

Constructors

Link copied to clipboard
constructor(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, properties: Output<ComputeInstancePropertiesArgs>? = null, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val computeLocation: Output<String>? = null

Location for the underlying compute

Link copied to clipboard
val computeType: Output<String>

The type of compute Expected value is 'ComputeInstance'.

Link copied to clipboard
val description: Output<String>? = null

The description of the Machine Learning compute.

Link copied to clipboard
val disableLocalAuth: Output<Boolean>? = null

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

Link copied to clipboard

Properties of ComputeInstance

Link copied to clipboard
val resourceId: Output<String>? = null

ARM resource id of the underlying compute

Functions

Link copied to clipboard
open override fun toJava(): ComputeInstanceArgs