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

QueryLineageResponse

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

§Properties

§
Edges?: Edge[] | null
[src]

A list of edges that connect vertices in the response.

§
NextToken?: string | null
[src]

Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.

§
Vertices?: Vertex[] | null
[src]

A list of vertices connected to the start entity(ies) in the lineage graph.