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

ListModelQualityJobDefinitionsRequest

import type { ListModelQualityJobDefinitionsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListModelQualityJobDefinitionsRequest {
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 model quality monitoring job definitions created after the specified time.

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

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

§
EndpointName?: string | null
[src]

A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.

§
MaxResults?: number | null
[src]

The maximum number of results to return in a call to ListModelQualityJobDefinitions.

§
NameContains?: string | null
[src]

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

§
NextToken?: string | null
[src]

If the result of the previous ListModelQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of model quality monitoring job definitions, 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.