Class: Aws::SageMaker::Types::DebugRuleEvaluationStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DebugRuleEvaluationStatus
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 13014 13015 13016 13017 13018 13019 13020 13021 13022 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13014 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.
| 13014 13015 13016 13017 13018 13019 13020 13021 13022 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13014 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.
| 13014 13015 13016 13017 13018 13019 13020 13021 13022 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13014 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.
| 13014 13015 13016 13017 13018 13019 13020 13021 13022 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13014 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.
| 13014 13015 13016 13017 13018 13019 13020 13021 13022 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13014 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end |