MonitorServerlessSparkComputeResponse

data class MonitorServerlessSparkComputeResponse(val computeIdentity: Either<AmlTokenComputeIdentityResponse, ManagedComputeIdentityResponse>, val computeType: String, val instanceType: String, val runtimeVersion: String)

Monitor serverless spark compute definition.

Constructors

Link copied to clipboard
constructor(computeIdentity: Either<AmlTokenComputeIdentityResponse, ManagedComputeIdentityResponse>, computeType: String, instanceType: String, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The identity scheme leveraged to by the spark jobs running on serverless Spark.

Link copied to clipboard

Monitor compute type enum. Expected value is 'ServerlessSpark'.

Link copied to clipboard

Required The instance type running the Spark job.

Link copied to clipboard

Required The Spark runtime version.