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

ListLabelingJobsForWorkteamRequest

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

§Properties

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

A filter that returns only labeling jobs created after the specified time (timestamp).

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

A filter that returns only labeling jobs created before the specified time (timestamp).

§
JobReferenceCodeContains?: string | null
[src]

A filter the limits jobs to only the ones whose job reference code contains the specified string.

§
MaxResults?: number | null
[src]

The maximum number of labeling jobs to return in each page of the response.

§
NextToken?: string | null
[src]

If the result of the previous ListLabelingJobsForWorkteam request was truncated, the response includes a NextToken. To retrieve the next set of labeling 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 Ascending.

§
WorkteamArn: string
[src]

The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.