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

ListTrainingJobsForHyperParameterTuningJobResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§

A list of "TrainingJobSummary" objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.