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

ListLineageGroupsResponse

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

§Properties

§
LineageGroupSummaries?: LineageGroupSummary[] | null
[src]

A list of lineage groups and their properties.

§
NextToken?: string | null
[src]

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