Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DebugRuleEvaluationStatus

import type { DebugRuleEvaluationStatus } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Information about the status of the rule evaluation.

interface DebugRuleEvaluationStatus {
LastModifiedTime?: Date | number | null;
RuleConfigurationName?: string | null;
RuleEvaluationJobArn?: string | null;
RuleEvaluationStatus?: RuleEvaluationStatus | null;
StatusDetails?: string | null;
}

§Properties

§
LastModifiedTime?: Date | number | null
[src]

Timestamp when the rule evaluation status was last modified.

§
RuleConfigurationName?: string | null
[src]

The name of the rule configuration.

§
RuleEvaluationJobArn?: string | null
[src]

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

§
RuleEvaluationStatus?: RuleEvaluationStatus | null
[src]

Status of the rule evaluation.

§
StatusDetails?: string | null
[src]

Details from the rule evaluation.