次の方法で共有


MonitorServerlessSparkCompute Class

Definition

Monitor serverless spark compute definition.

public class MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeConfigurationBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute>
public class MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeConfigurationBase
type MonitorServerlessSparkCompute = class
    inherit MonitorComputeConfigurationBase
    interface IJsonModel<MonitorServerlessSparkCompute>
    interface IPersistableModel<MonitorServerlessSparkCompute>
type MonitorServerlessSparkCompute = class
    inherit MonitorComputeConfigurationBase
Public Class MonitorServerlessSparkCompute
Inherits MonitorComputeConfigurationBase
Implements IJsonModel(Of MonitorServerlessSparkCompute), IPersistableModel(Of MonitorServerlessSparkCompute)
Public Class MonitorServerlessSparkCompute
Inherits MonitorComputeConfigurationBase
Inheritance
MonitorServerlessSparkCompute
Implements

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.

Explicit Interface Implementations

IJsonModel<MonitorComputeConfigurationBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MonitorComputeConfigurationBase)
IJsonModel<MonitorComputeConfigurationBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MonitorComputeConfigurationBase)
IJsonModel<MonitorServerlessSparkCompute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MonitorServerlessSparkCompute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorComputeConfigurationBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MonitorComputeConfigurationBase)
IPersistableModel<MonitorComputeConfigurationBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MonitorComputeConfigurationBase)
IPersistableModel<MonitorComputeConfigurationBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MonitorComputeConfigurationBase)
IPersistableModel<MonitorServerlessSparkCompute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorServerlessSparkCompute>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MonitorServerlessSparkCompute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to