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

ListHumanTaskUisRequest

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

§Properties

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

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

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

A filter that returns only human task user interfaces that were created before the specified timestamp.

§
MaxResults?: number | null
[src]

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

§
NextToken?: string | null
[src]

A token to resume pagination.

§
SortOrder?: SortOrder | null
[src]

An optional value that specifies whether you want the results sorted in Ascending or Descending order.