ArmMachineLearningModelFactory.SparkJobEntry(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.