ArmMachineLearningModelFactory.BatchPipelineComponentDeploymentConfiguration 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.
Properties for a Batch Pipeline Component Deployment.
public static Azure.ResourceManager.MachineLearning.Models.BatchPipelineComponentDeploymentConfiguration BatchPipelineComponentDeploymentConfiguration(Azure.ResourceManager.MachineLearning.Models.MachineLearningIdAssetReference componentId = default, string description = default, System.Collections.Generic.IDictionary<string,string> settings = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member BatchPipelineComponentDeploymentConfiguration : Azure.ResourceManager.MachineLearning.Models.MachineLearningIdAssetReference * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.BatchPipelineComponentDeploymentConfiguration
Public Shared Function BatchPipelineComponentDeploymentConfiguration (Optional componentId As MachineLearningIdAssetReference = Nothing, Optional description As String = Nothing, Optional settings As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As BatchPipelineComponentDeploymentConfiguration
Parameters
- componentId
- MachineLearningIdAssetReference
The ARM id of the component to be run.
- description
- String
The description which will be applied to the job.
- settings
- IDictionary<String,String>
Run-time settings for the pipeline job.
- tags
- IDictionary<String,String>
The tags which will be applied to the job.
Returns
A new BatchPipelineComponentDeploymentConfiguration instance for mocking.