Class: Aws::SageMaker::Types::DebugRuleEvaluationStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DebugRuleEvaluationStatus
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Information about the status of the rule evaluation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the rule evaluation status was last modified.
 - 
  
    
      #rule_configuration_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule configuration.
 - 
  
    
      #rule_evaluation_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the rule evaluation job.
 - 
  
    
      #rule_evaluation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the rule evaluation.
 - 
  
    
      #status_details  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details from the rule evaluation.
 
Instance Attribute Details
#last_modified_time ⇒ Time
Timestamp when the rule evaluation status was last modified.
      11560 11561 11562 11563 11564 11565 11566 11567 11568  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11560 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_configuration_name ⇒ String
The name of the rule configuration.
      11560 11561 11562 11563 11564 11565 11566 11567 11568  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11560 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_evaluation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the rule evaluation job.
      11560 11561 11562 11563 11564 11565 11566 11567 11568  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11560 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_evaluation_status ⇒ String
Status of the rule evaluation.
      11560 11561 11562 11563 11564 11565 11566 11567 11568  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11560 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status_details ⇒ String
Details from the rule evaluation.
      11560 11561 11562 11563 11564 11565 11566 11567 11568  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11560 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |