MachineLearningTrialComponent.Distribution Property

Definition

Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. Please note MachineLearningDistributionConfiguration 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 MpiDistributionConfiguration, PyTorchDistributionConfiguration, RayDistributionConfiguration and TensorFlowDistributionConfiguration.

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

Property Value

Applies to