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

MonitoringExecutionSummary

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

Summary of information about the last monitoring job to run.

interface MonitoringExecutionSummary {
CreationTime: Date | number;
EndpointName?: string | null;
FailureReason?: string | null;
LastModifiedTime: Date | number;
MonitoringExecutionStatus: ExecutionStatus;
MonitoringJobDefinitionName?: string | null;
MonitoringScheduleName: string;
MonitoringType?: MonitoringType | null;
ProcessingJobArn?: string | null;
ScheduledTime: Date | number;
}

§Properties

§
CreationTime: Date | number
[src]

The time at which the monitoring job was created.

§
EndpointName?: string | null
[src]

The name of the endpoint used to run the monitoring job.

§
FailureReason?: string | null
[src]

Contains the reason a monitoring job failed, if it failed.

§
LastModifiedTime: Date | number
[src]

A timestamp that indicates the last time the monitoring job was modified.

§
MonitoringExecutionStatus: ExecutionStatus
[src]

The status of the monitoring job.

§
MonitoringJobDefinitionName?: string | null
[src]

The name of the monitoring job.

§
MonitoringScheduleName: string
[src]

The name of the monitoring schedule.

§
MonitoringType?: MonitoringType | null
[src]

The type of the monitoring job.

§
ProcessingJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the monitoring job.

§
ScheduledTime: Date | number
[src]

The time the monitoring job was scheduled.