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

ListTrainingJobsResponse

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

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

§
TrainingJobSummaries: TrainingJobSummary[]
[src]

An array of TrainingJobSummary objects, each listing a training job.