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

ListDataQualityJobDefinitionsRequest

import type { ListDataQualityJobDefinitionsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListDataQualityJobDefinitionsRequest {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
EndpointName?: string | null;
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

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

A filter that returns only data quality monitoring job definitions created after the specified time.

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

A filter that returns only data quality monitoring job definitions created before the specified time.

§
EndpointName?: string | null
[src]

A filter that lists the data quality job definitions associated with the specified endpoint.

§
MaxResults?: number | null
[src]

The maximum number of data quality monitoring job definitions to return in the response.

§
NameContains?: string | null
[src]

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

§
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 transform jobs, use the token in the next request.>

§

The field to sort results by. The default is CreationTime.

§
SortOrder?: SortOrder | null
[src]

The sort order for results. The default is Descending.