MonitorServerlessSparkCompute Class

Definition

Monitor serverless spark compute definition.

public class MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeConfigurationBase
type MonitorServerlessSparkCompute = class
    inherit MonitorComputeConfigurationBase
Public Class MonitorServerlessSparkCompute
Inherits MonitorComputeConfigurationBase
Inheritance
MonitorServerlessSparkCompute

Constructors

MonitorServerlessSparkCompute(MonitorComputeIdentityBase, String, String)

Initializes a new instance of MonitorServerlessSparkCompute.

Properties

ComputeIdentity

[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. Please note MonitorComputeIdentityBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmlTokenComputeIdentity and ManagedComputeIdentity.

InstanceType

[Required] The instance type running the Spark job.

RuntimeVersion

[Required] The Spark runtime version.

Applies to