You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::TrialComponentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSummary
- Defined in:
- (unknown)
Overview
A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName
.
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Who created the component.
-
#creation_time ⇒ Time
When the component was created.
-
#display_name ⇒ String
The name of the component as displayed.
-
#end_time ⇒ Time
When the component ended.
-
#last_modified_by ⇒ Types::UserContext
Who last modified the component.
-
#last_modified_time ⇒ Time
When the component was last modified.
-
#start_time ⇒ Time
When the component started.
-
#status ⇒ Types::TrialComponentStatus
The status of the component.
-
#trial_component_arn ⇒ String
The ARN of the trial component.
-
#trial_component_name ⇒ String
The name of the trial component.
-
#trial_component_source ⇒ Types::TrialComponentSource
The Amazon Resource Name (ARN) and job type of the source of a trial component.
.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the component.
#creation_time ⇒ Time
When the component was created.
#display_name ⇒ String
The name of the component as displayed. If DisplayName
isn\'t
specified, TrialComponentName
is displayed.
#end_time ⇒ Time
When the component ended.
#last_modified_by ⇒ Types::UserContext
Who last modified the component.
#last_modified_time ⇒ Time
When the component was last modified.
#start_time ⇒ Time
When the component started.
#status ⇒ Types::TrialComponentStatus
The status of the component. States include:
InProgress
Completed
Failed
#trial_component_arn ⇒ String
The ARN of the trial component.
#trial_component_name ⇒ String
The name of the trial component.
#trial_component_source ⇒ Types::TrialComponentSource
The Amazon Resource Name (ARN) and job type of the source of a trial component.