SparkJobPythonEntry Class

Definition

The SparkJobPythonEntry.

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

Constructors

SparkJobPythonEntry(String)

Initializes a new instance of SparkJobPythonEntry.

Properties

File

[Required] Relative python file path for job 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<SparkJobPythonEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SparkJobPythonEntry>.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<SparkJobPythonEntry>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SparkJobPythonEntry>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SparkJobPythonEntry>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to