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

Vertex

import type { Vertex } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

A lineage entity connected to the starting entity(ies).

interface Vertex {
Arn?: string | null;
LineageType?: LineageType | null;
Type?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the lineage entity resource.

§
LineageType?: LineageType | null
[src]

The type of resource of the lineage entity.

§
Type?: string | null
[src]

The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...