You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeTrialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrialResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Who created the trial.
-
#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
Who last modified the trial.
-
#last_modified_time ⇒ Time
When the trial was last modified.
-
#source ⇒ Types::TrialSource
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
-
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
-
#trial_name ⇒ String
The name of the trial.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the trial.
#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
Who last modified the trial.
#last_modified_time ⇒ Time
When the trial was last modified.
#source ⇒ Types::TrialSource
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
#trial_name ⇒ String
The name of the trial.