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

ListMonitoringExecutionsResponse

import type { ListMonitoringExecutionsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListMonitoringExecutionsResponse {
MonitoringExecutionSummaries: MonitoringExecutionSummary[];
NextToken?: string | null;
}

§Properties

§
MonitoringExecutionSummaries: MonitoringExecutionSummary[]
[src]

A JSON array in which each element is a summary for a monitoring execution.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques