ArmMachineLearningModelFactory.MachineLearningFlowModelJobOutput 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 MachineLearningFlowModelJobOutput.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFlowModelJobOutput MachineLearningFlowModelJobOutput(string description = default, string assetName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOutputDeliveryMode? mode = default, Uri uri = default);
static member MachineLearningFlowModelJobOutput : string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOutputDeliveryMode> * Uri -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFlowModelJobOutput
Public Shared Function MachineLearningFlowModelJobOutput (Optional description As String = Nothing, Optional assetName As String = Nothing, Optional mode As Nullable(Of MachineLearningOutputDeliveryMode) = Nothing, Optional uri As Uri = Nothing) As MachineLearningFlowModelJobOutput
Parameters
- description
- String
Description for the output.
- assetName
- String
Output Asset Name.
Output data delivery mode enums.
- uri
- Uri
Output Asset URI.
Returns
A new MachineLearningFlowModelJobOutput instance for mocking.