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

GoogleCloudAiplatformV1PublisherModelDocumentation

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

A named piece of documentation.

interface GoogleCloudAiplatformV1PublisherModelDocumentation {
content?: string;
title?: string;
}

§Properties

§
content?: string
[src]

Required. Content of this piece of document (in Markdown format).

§
title?: string
[src]

Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..