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

ListTransformJobsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
TransformJobSummaries: TransformJobSummary[]
[src]

An array of TransformJobSummary objects.