ArmMachineLearningModelFactory.SparkJobPythonEntry(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 SparkJobPythonEntry.
public static Azure.ResourceManager.MachineLearning.Models.SparkJobPythonEntry SparkJobPythonEntry(string file = default);
static member SparkJobPythonEntry : string -> Azure.ResourceManager.MachineLearning.Models.SparkJobPythonEntry
Public Shared Function SparkJobPythonEntry (Optional file As String = Nothing) As SparkJobPythonEntry
Parameters
- file
- String
[Required] Relative python file path for job entry point.
Returns
A new SparkJobPythonEntry instance for mocking.