MonitorServerlessSparkCompute interface
Monitor serverless spark compute definition.
- Extends
Properties
compute |
[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. |
compute |
Polymorphic discriminator, which specifies the different types this object can be |
instance |
[Required] The instance type running the Spark job. |
runtime |
[Required] The Spark runtime version. |
Property Details
computeIdentity
[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark.
computeIdentity: MonitorComputeIdentityBaseUnion
Property Value
computeType
Polymorphic discriminator, which specifies the different types this object can be
computeType: "ServerlessSpark"
Property Value
"ServerlessSpark"
instanceType
[Required] The instance type running the Spark job.
instanceType: string
Property Value
string
runtimeVersion
[Required] The Spark runtime version.
runtimeVersion: string
Property Value
string