TrainingJobExperimentConfig constructor
const
TrainingJobExperimentConfig({})
Creates a new TrainingJobExperimentConfig.
experimentName Name of the SageMaker AI Experiment to associate with.
runName Name of the Experiment Run to associate with.
trialComponentDisplayName Display name for the trial component.
trialName Name of the SageMaker AI Trial to associate with.
Implementation
const TrainingJobExperimentConfig({
this.experimentName,
this.runName,
this.trialComponentDisplayName,
this.trialName,
});