MonitorServerlessSparkComputeArgs

data class MonitorServerlessSparkComputeArgs(val computeIdentity: Output<Either<AmlTokenComputeIdentityArgs, ManagedComputeIdentityArgs>>, val computeType: Output<String>, val instanceType: Output<String>, val runtimeVersion: Output<String>) : ConvertibleToJava<MonitorServerlessSparkComputeArgs>

Monitor serverless spark compute definition.

Constructors

Link copied to clipboard
constructor(computeIdentity: Output<Either<AmlTokenComputeIdentityArgs, ManagedComputeIdentityArgs>>, computeType: Output<String>, instanceType: Output<String>, runtimeVersion: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val computeType: Output<String>

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

Link copied to clipboard
val instanceType: Output<String>

Required The instance type running the Spark job.

Link copied to clipboard
val runtimeVersion: Output<String>

Required The Spark runtime version.

Functions

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