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

ListCandidatesForAutoMLJobResponse

import type { ListCandidatesForAutoMLJobResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListCandidatesForAutoMLJobResponse {
Candidates: AutoMLCandidate[];
NextToken?: string | null;
}

§Properties

§
Candidates: AutoMLCandidate[]
[src]

Summaries about the AutoMLCandidates.

§
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.