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

ListModelCardExportJobsResponse

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

§Properties

§
ModelCardExportJobSummaries: ModelCardExportJobSummary[]
[src]

The summaries of the listed model card export jobs.

§
NextToken?: string | null
[src]

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