Sdílet prostřednictvím


MachineLearningTrialComponent Class

Definition

Trial component definition.

public class MachineLearningTrialComponent
type MachineLearningTrialComponent = class
Public Class MachineLearningTrialComponent
Inheritance
MachineLearningTrialComponent

Constructors

MachineLearningTrialComponent(String, ResourceIdentifier)

Initializes a new instance of MachineLearningTrialComponent.

Properties

CodeId

ARM resource ID of the code asset.

Command

[Required] The command to execute on startup of the job. eg. "python train.py".

Distribution

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.

EnvironmentId

[Required] The ARM resource ID of the Environment specification for the job.

EnvironmentVariables

Environment variables included in the job.

Resources

Compute Resource configuration for the job.

Applies to