Sdílet prostřednictvím


SparkJobScalaEntry Class

Definition

The SparkJobScalaEntry.

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

Constructors

SparkJobScalaEntry(String)

Initializes a new instance of SparkJobScalaEntry.

Properties

ClassName

[Required] Scala class name used as entry point.

Explicit Interface Implementations

IJsonModel<SparkJobEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SparkJobEntry)
IJsonModel<SparkJobScalaEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SparkJobScalaEntry>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SparkJobEntry>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SparkJobEntry)
IPersistableModel<SparkJobScalaEntry>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SparkJobScalaEntry>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SparkJobScalaEntry>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to