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

ListWorkforcesRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of workforces returned in the response.

§
NameContains?: string | null
[src]

A filter you can use to search for workforces using part of the workforce name.

§
NextToken?: string | null
[src]

A token to resume pagination.

§

Sort workforces using the workforce name or creation date.

§
SortOrder?: SortOrder | null
[src]

Sort workforces in ascending or descending order.