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