Sprog

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

Name Description
MonitorServerlessSparkCompute(MonitorComputeIdentityBase, String, String)

Initializes a new instance of MonitorServerlessSparkCompute.

Properties

Name Description
ComputeIdentity

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

InstanceType

[Required] The instance type running the Spark job.

RuntimeVersion

[Required] The Spark runtime version.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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