You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::TrialSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialSummary
- Defined in:
- (unknown)
Overview
A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName
.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the trial was created.
-
#display_name ⇒ String
The name of the trial as displayed.
-
#last_modified_time ⇒ Time
When the trial was last modified.
-
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
-
#trial_name ⇒ String
The name of the trial.
-
#trial_source ⇒ Types::TrialSource
The source of the trial.
.
Instance Attribute Details
#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.
#last_modified_time ⇒ Time
When the trial was last modified.
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
#trial_name ⇒ String
The name of the trial.
#trial_source ⇒ Types::TrialSource
The source of the trial.