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

ListCompilationJobsResponse

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

§Properties

§
CompilationJobSummaries: CompilationJobSummary[]
[src]

An array of "CompilationJobSummary" objects, each describing a model compilation job.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon SageMaker returns this NextToken. To retrieve the next set of model compilation jobs, use this token in the next request.