Class: Aws::SageMaker::Types::TrialSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrialSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of the properties of a trial. To get the complete set of properties, call the [DescribeTrial] API and provide the ‘TrialName`.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the trial was created.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the trial as displayed.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the trial was last modified.
 - 
  
    
      #trial_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the trial.
 - 
  
    
      #trial_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the trial.
 - 
  
    
      #trial_source  ⇒ Types::TrialSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source of the trial.
 
Instance Attribute Details
#creation_time ⇒ Time
When the trial was created.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the trial as displayed. If ‘DisplayName` isn’t specified, ‘TrialName` is displayed.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the trial was last modified.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_name ⇒ String
The name of the trial.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_source ⇒ Types::TrialSource
The source of the trial.
      46884 46885 46886 46887 46888 46889 46890 46891 46892 46893  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46884 class TrialSummary < Struct.new( :trial_arn, :trial_name, :display_name, :trial_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |