Language

ArmMachineLearningModelFactory.SparkJobEntry(String) Method

Definition

Spark job entry point definition. Please note this is the abstract base class. The derived classes available for instantiation are: SparkJobPythonEntry and SparkJobScalaEntry.

public static Azure.ResourceManager.MachineLearning.Models.SparkJobEntry SparkJobEntry(string sparkJobEntryType = default);
static member SparkJobEntry : string -> Azure.ResourceManager.MachineLearning.Models.SparkJobEntry
Public Shared Function SparkJobEntry (Optional sparkJobEntryType As String = Nothing) As SparkJobEntry

Parameters

sparkJobEntryType
String

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

Returns

A new SparkJobEntry instance for mocking.

Applies to