You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the status of the rule evaluation.

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_timeTime

Timestamp when the rule evaluation status was last modified.

Returns:

  • (Time)

    Timestamp when the rule evaluation status was last modified.

#rule_configuration_nameString

The name of the rule configuration

Returns:

  • (String)

    The name of the rule configuration.

#rule_evaluation_job_arnString

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

Returns:

  • (String)

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

#rule_evaluation_statusString

Status of the rule evaluation.

Possible values:

  • InProgress
  • NoIssuesFound
  • IssuesFound
  • Error
  • Stopping
  • Stopped

Returns:

  • (String)

    Status of the rule evaluation.

#status_detailsString

Details from the rule evaluation.

Returns:

  • (String)

    Details from the rule evaluation.