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.
11013 11014 11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11013 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.
11013 11014 11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11013 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.
11013 11014 11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11013 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.
11013 11014 11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11013 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.
11013 11014 11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11013 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end |