ArmMachineLearningModelFactory.MachineLearningFlowModelJobInput 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 MachineLearningFlowModelJobInput.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFlowModelJobInput MachineLearningFlowModelJobInput(string description = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningInputDeliveryMode? mode = default, Uri uri = default);
static member MachineLearningFlowModelJobInput : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningInputDeliveryMode> * Uri -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFlowModelJobInput
Public Shared Function MachineLearningFlowModelJobInput (Optional description As String = Nothing, Optional mode As Nullable(Of MachineLearningInputDeliveryMode) = Nothing, Optional uri As Uri = Nothing) As MachineLearningFlowModelJobInput
Parameters
- description
- String
Description for the input.
Enum to determine the input data delivery mode.
- uri
- Uri
[Required] Input Asset URI.
Returns
A new MachineLearningFlowModelJobInput instance for mocking.