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

ListDataQualityJobDefinitionsResponse

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

§Properties

§
JobDefinitionSummaries: MonitoringJobDefinitionSummary[]
[src]

A list of data quality monitoring job definitions.

§
NextToken?: string | null
[src]

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.