You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::Experiment
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Experiment
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
.
-
#creation_time ⇒ Time
When the experiment was created.
-
#description ⇒ String
The description of the experiment.
-
#display_name ⇒ String
The name of the experiment as displayed.
-
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
-
#experiment_name ⇒ String
The name of the experiment.
-
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
.
-
#last_modified_time ⇒ Time
When the experiment was last modified.
-
#source ⇒ Types::ExperimentSource
The source of the experiment.
.
-
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the experiment.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
#creation_time ⇒ Time
When the experiment was created.
#description ⇒ String
The description of the experiment.
#display_name ⇒ String
The name of the experiment as displayed. If DisplayName
isn\'t
specified, ExperimentName
is displayed.
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
#experiment_name ⇒ String
The name of the experiment.
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
#last_modified_time ⇒ Time
When the experiment was last modified.
#source ⇒ Types::ExperimentSource
The source of the experiment.
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the experiment. You can use Search API to search on the tags.