Class: Aws::SageMaker::Types::TrialComponentStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrialComponentStatus
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The status of the trial component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the component failed, a message describing why.
 - 
  
    
      #primary_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the trial component.
 
Instance Attribute Details
#message ⇒ String
If the component failed, a message describing why.
      46745 46746 46747 46748 46749 46750  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46745 class TrialComponentStatus < Struct.new( :primary_status, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#primary_status ⇒ String
The status of the trial component.
      46745 46746 46747 46748 46749 46750  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46745 class TrialComponentStatus < Struct.new( :primary_status, :message) SENSITIVE = [] include Aws::Structure end  |