Class: Aws::SageMaker::Types::ProfilerRuleEvaluationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProfilerRuleEvaluationStatus
- 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.
37814 37815 37816 37817 37818 37819 37820 37821 37822 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37814 class ProfilerRuleEvaluationStatus < 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.
37814 37815 37816 37817 37818 37819 37820 37821 37822 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37814 class ProfilerRuleEvaluationStatus < 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.
37814 37815 37816 37817 37818 37819 37820 37821 37822 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37814 class ProfilerRuleEvaluationStatus < 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.
37814 37815 37816 37817 37818 37819 37820 37821 37822 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37814 class ProfilerRuleEvaluationStatus < 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.
37814 37815 37816 37817 37818 37819 37820 37821 37822 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37814 class ProfilerRuleEvaluationStatus < Struct.new( :rule_configuration_name, :rule_evaluation_job_arn, :rule_evaluation_status, :status_details, :last_modified_time) SENSITIVE = [] include Aws::Structure end |