Class: Aws::SageMaker::Types::TrialComponentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrialComponentSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of the properties of a trial component. To get all the properties, call the [DescribeTrialComponent] API and provide the ‘TrialComponentName`.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Who created the trial 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 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
Who created the trial component.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the component was created.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the component as displayed. If ‘DisplayName` isn’t specified, ‘TrialComponentName` is displayed.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
When the component ended.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ Types::UserContext
Who last modified the component.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the component was last modified.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
When the component started.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::TrialComponentStatus
The status of the component. States include:
- 
InProgress
 - 
Completed
 - 
Failed
 
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_component_name ⇒ String
The name of the trial component.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_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.
      46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46925 class TrialComponentSummary < Struct.new( :trial_component_name, :trial_component_arn, :display_name, :trial_component_source, :status, :start_time, :end_time, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  |