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

VertexAi

import type { VertexAi } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Vertex AI-related information associated with the finding.

interface VertexAi {
datasets?: Dataset[];
pipelines?: Pipeline[];
}

§Properties

§
datasets?: Dataset[]
[src]

Datasets associated with the finding.

§
pipelines?: Pipeline[]
[src]

Pipelines associated with the finding.