Monitor Serverless Spark Compute Args
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
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.