ArmMachineLearningModelFactory.BatchDeploymentConfiguration(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.
Properties relevant to different deployment types. Please note this is the abstract base class. The derived classes available for instantiation are: BatchPipelineComponentDeploymentConfiguration.
public static Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration BatchDeploymentConfiguration(string deploymentConfigurationType = default);
static member BatchDeploymentConfiguration : string -> Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration
Public Shared Function BatchDeploymentConfiguration (Optional deploymentConfigurationType As String = Nothing) As BatchDeploymentConfiguration
Parameters
- deploymentConfigurationType
- String
[Required] The type of the deployment.
Returns
A new BatchDeploymentConfiguration instance for mocking.