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

ListProjectsOutput

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

§Properties

§
NextToken?: string | null
[src]

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

§
ProjectSummaryList: ProjectSummary[]
[src]

A list of summaries of projects.