ComputeConfigurationResponse

data class ComputeConfigurationResponse(val instanceCount: Int? = null, val instanceType: String? = null, val isLocal: Boolean? = null, val location: String? = null, val properties: Map<String, String>? = null, val target: String? = null)

Configuration for compute binding.

Constructors

Link copied to clipboard
constructor(instanceCount: Int? = null, instanceType: String? = null, isLocal: Boolean? = null, location: String? = null, properties: Map<String, String>? = null, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceCount: Int? = null

Number of instances or nodes.

Link copied to clipboard
val instanceType: String? = null

SKU type to run on.

Link copied to clipboard
val isLocal: Boolean? = null

Set to true for jobs running on local compute.

Link copied to clipboard
val location: String? = null

Location for virtual cluster run.

Link copied to clipboard
val properties: Map<String, String>? = null

Additional properties.

Link copied to clipboard
val target: String? = null

ARM resource ID of the Compute you are targeting. If not provided the resource will be deployed as Managed.