ListLabelingJobsForWorkteamRequest
import type { ListLabelingJobsForWorkteamRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface ListLabelingJobsForWorkteamRequest {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
JobReferenceCodeContains?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
SortBy?: ListLabelingJobsForWorkteamSortByOptions | null;
SortOrder?: SortOrder | null;
WorkteamArn: string;
}§Properties
§
SortBy?: ListLabelingJobsForWorkteamSortByOptions | null
[src]