Delen via


SparkJobEntry Class

Definition

Spark job entry point definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobEntryTypeConverter))]
public class SparkJobEntry : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISparkJobEntry
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobEntryTypeConverter))>]
type SparkJobEntry = class
    interface ISparkJobEntry
    interface IJsonSerializable
Public Class SparkJobEntry
Implements ISparkJobEntry
Inheritance
SparkJobEntry
Attributes
Implements

Constructors

SparkJobEntry()

Creates an new SparkJobEntry instance.

Properties

Type

[Required] Type of the job's entry point.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SparkJobEntry.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SparkJobEntry.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISparkJobEntry. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISparkJobEntry interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of SparkJobEntry, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SparkJobEntry into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to