Class: Aws::SageMaker::Types::TrialComponentSimpleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentSimpleSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A short summary of a trial component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Information about the user who created or modified a SageMaker resource.
-
#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 Amazon Resource Name (ARN) and job type of the source of a trial component.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Information about the user who created or modified a SageMaker resource.
49698 49699 49700 49701 49702 49703 49704 49705 49706 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49698 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the component was created.
49698 49699 49700 49701 49702 49703 49704 49705 49706 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49698 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
49698 49699 49700 49701 49702 49703 49704 49705 49706 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49698 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#trial_component_name ⇒ String
The name of the trial component.
49698 49699 49700 49701 49702 49703 49704 49705 49706 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49698 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#trial_component_source ⇒ Types::TrialComponentSource
The Amazon Resource Name (ARN) and job type of the source of a trial component.
49698 49699 49700 49701 49702 49703 49704 49705 49706 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49698 class TrialComponentSimpleSummary < Struct.new( :trial_component_name, :trial_component_arn, :trial_component_source, :creation_time, :created_by) SENSITIVE = [] include Aws::Structure end |