Class: Aws::SageMaker::Types::AutoMLPartialFailureReason
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::AutoMLPartialFailureReason
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The reason for a partial failure of an AutoML job.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #partial_failure_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message containing the reason for a partial failure of an AutoML job. 
Instance Attribute Details
#partial_failure_message ⇒ String
The message containing the reason for a partial failure of an AutoML job.
| 2784 2785 2786 2787 2788 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2784 class AutoMLPartialFailureReason < Struct.new( :partial_failure_message) SENSITIVE = [] include Aws::Structure end |