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.
10974 10975 10976 10977 10978 10979 10980 10981 10982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10974 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.
10974 10975 10976 10977 10978 10979 10980 10981 10982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10974 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.
10974 10975 10976 10977 10978 10979 10980 10981 10982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10974 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.
10974 10975 10976 10977 10978 10979 10980 10981 10982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10974 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.
10974 10975 10976 10977 10978 10979 10980 10981 10982 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10974 class DebugRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end |