Share via


MachineLearningBatchDeploymentProperties.DeploymentConfiguration Property

Definition

Properties relevant to different deployment types. Please note BatchDeploymentConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BatchPipelineComponentDeploymentConfiguration.

public Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration DeploymentConfiguration { get; set; }
member this.DeploymentConfiguration : Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration with get, set
Public Property DeploymentConfiguration As BatchDeploymentConfiguration

Property Value

Applies to