ArmMachineLearningModelFactory.SparkJobScalaEntry(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.
The SparkJobScalaEntry.
public static Azure.ResourceManager.MachineLearning.Models.SparkJobScalaEntry SparkJobScalaEntry(string className = default);
static member SparkJobScalaEntry : string -> Azure.ResourceManager.MachineLearning.Models.SparkJobScalaEntry
Public Shared Function SparkJobScalaEntry (Optional className As String = Nothing) As SparkJobScalaEntry
Parameters
- className
- String
[Required] Scala class name used as entry point.
Returns
A new SparkJobScalaEntry instance for mocking.