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

ListCandidatesForAutoMLJobRequest

import type { ListCandidatesForAutoMLJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListCandidatesForAutoMLJobRequest {
AutoMLJobName: string;
CandidateNameEquals?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
SortBy?: CandidateSortBy | null;
SortOrder?: AutoMLSortOrder | null;
StatusEquals?: CandidateStatus | null;
}

§Properties

§
AutoMLJobName: string
[src]

List the candidates created for the job by providing the job's name.

§
CandidateNameEquals?: string | null
[src]

List the candidates for the job and filter by candidate name.

§
MaxResults?: number | null
[src]

List the job's candidates up to a specified limit.

§
NextToken?: string | null
[src]

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

§
SortBy?: CandidateSortBy | null
[src]

The parameter by which to sort the results. The default is Descending.

§
SortOrder?: AutoMLSortOrder | null
[src]

The sort order for the results. The default is Ascending.

§
StatusEquals?: CandidateStatus | null
[src]

List the candidates for the job and filter by status.