ArmMachineLearningModelFactory.MachineLearningJobInput(String, 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.
Command job definition. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningTableJobInput, MachineLearningCustomModelJobInput, MachineLearningFlowModelJobInput, MachineLearningLiteralJobInput, MachineLearningTritonModelJobInput, MachineLearningUriFileJobInput, and MachineLearningUriFolderJobInput.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput MachineLearningJobInput(string description = default, string jobInputType = default);
static member MachineLearningJobInput : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput
Public Shared Function MachineLearningJobInput (Optional description As String = Nothing, Optional jobInputType As String = Nothing) As MachineLearningJobInput
Parameters
- description
- String
Description for the input.
- jobInputType
- String
[Required] Specifies the type of job.
Returns
A new MachineLearningJobInput instance for mocking.