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

MonitoringJobDefinitionSummary

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

Summary information about a monitoring job.

interface MonitoringJobDefinitionSummary {
CreationTime: Date | number;
EndpointName: string;
MonitoringJobDefinitionArn: string;
MonitoringJobDefinitionName: string;
}

§Properties

§
CreationTime: Date | number
[src]

The time that the monitoring job was created.

§
EndpointName: string
[src]

The name of the endpoint that the job monitors.

§
MonitoringJobDefinitionArn: string
[src]

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

§
MonitoringJobDefinitionName: string
[src]

The name of the monitoring job.