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

ListHyperParameterTuningJobsResponse

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

§Properties

§
HyperParameterTuningJobSummaries: HyperParameterTuningJobSummary[]
[src]

A list of "HyperParameterTuningJobSummary" objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.

§
NextToken?: string | null
[src]

If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.