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

ListProcessingJobsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
ProcessingJobSummaries: ProcessingJobSummary[]
[src]

An array of ProcessingJobSummary objects, each listing a processing job.