Class: Aws::SageMaker::Types::TrialComponentSimpleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSimpleSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A short summary of a trial component.
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 component was created.
-
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
-
#trial_component_name ⇒ String
The name of the trial component.
-
#trial_component_source ⇒ Types::TrialComponentSource
The source of the trial component.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, or trial component.
19328 19329 19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19328 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) include Aws::Structure end |
#creation_time ⇒ Time
When the component was created.
19328 19329 19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19328 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) include Aws::Structure end |
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
19328 19329 19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19328 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) include Aws::Structure end |
#trial_component_name ⇒ String
The name of the trial component.
19328 19329 19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19328 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) include Aws::Structure end |
#trial_component_source ⇒ Types::TrialComponentSource
The source of the trial component.
19328 19329 19330 19331 19332 19333 19334 19335 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19328 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) include Aws::Structure end |