Class: Aws::SageMaker::Types::DebugRuleEvaluationStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_modified_timeTime

Timestamp when the rule evaluation status was last modified.

Returns:

  • (Time)


10217
10218
10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10217

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_nameString

The name of the rule configuration.

Returns:

  • (String)


10217
10218
10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10217

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_arnString

The Amazon Resource Name (ARN) of the rule evaluation job.

Returns:

  • (String)


10217
10218
10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10217

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_statusString

Status of the rule evaluation.

Returns:

  • (String)


10217
10218
10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10217

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_detailsString

Details from the rule evaluation.

Returns:

  • (String)


10217
10218
10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10217

class DebugRuleEvaluationStatus < Struct.new(
  :rule_configuration_name,
  :rule_evaluation_job_arn,
  :rule_evaluation_status,
  :status_details,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end