class Aws::SageMaker::Types::ExperimentConfig
Associates a SageMaker
job as a trial component with an experiment and trial. Specified when you call the following APIs:
-
CreateProcessingJob
-
CreateTrainingJob
-
CreateTransformJob
@note When making an API call, you may pass ExperimentConfig
data as a hash: { experiment_name: "ExperimentEntityName", trial_name: "ExperimentEntityName", trial_component_display_name: "ExperimentEntityName", }
@!attribute [rw] experiment_name
The name of an existing experiment to associate the trial component with. @return [String]
@!attribute [rw] trial_name
The name of an existing trial to associate the trial component with. If not specified, a new trial is created. @return [String]
@!attribute [rw] trial_component_display_name
The display name for the trial component. If this key isn't specified, the display name is the trial component name. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ExperimentConfig AWS API Documentation
Constants
- SENSITIVE