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

ListHubContentVersionsResponse

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

§Properties

§
HubContentSummaries: HubContentInfo[]
[src]

The summaries of the listed hub content versions.

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.