You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::Trial
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Trial
- 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 trial was created.
-
#display_name ⇒ String
The name of the trial as displayed.
-
#experiment_name ⇒ String
The name of the experiment the trial is part of.
-
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
.
-
#last_modified_time ⇒ Time
Who last modified the trial.
-
#source ⇒ Types::TrialSource
The source of the trial.
.
-
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the trial.
-
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
-
#trial_component_summaries ⇒ Array<Types::TrialComponentSimpleSummary>
A list of the components associated with the trial.
-
#trial_name ⇒ String
The name of the trial.
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 trial was created.
#display_name ⇒ String
The name of the trial as displayed. If DisplayName
isn\'t specified,
TrialName
is displayed.
#experiment_name ⇒ String
The name of the experiment the trial is part of.
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
#last_modified_time ⇒ Time
Who last modified the trial.
#source ⇒ Types::TrialSource
The source of the trial.
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the trial. You can use Search API to search on the tags.
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
#trial_component_summaries ⇒ Array<Types::TrialComponentSimpleSummary>
A list of the components associated with the trial. For each component, a summary of the component\'s properties is included.
#trial_name ⇒ String
The name of the trial.