Lingua

ArmMachineLearningModelFactory.BatchDeploymentConfiguration(String) Method

Definition

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.

Applies to