TrainingJobExperimentConfig constructor

const TrainingJobExperimentConfig({
  1. Input<String?>? experimentName,
  2. Input<String?>? runName,
  3. Input<String?>? trialComponentDisplayName,
  4. Input<String?>? trialName,
})

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,
});