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

PublishersModelsGetOptions

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

Additional options for AIplatform#publishersModelsGet.

interface PublishersModelsGetOptions {
languageCode?: string;
view?:
| "PUBLISHER_MODEL_VIEW_UNSPECIFIED"
| "PUBLISHER_MODEL_VIEW_BASIC"
| "PUBLISHER_MODEL_VIEW_FULL"
| "PUBLISHER_MODEL_VERSION_VIEW_BASIC";
}

§Properties

§
languageCode?: string
[src]

Optional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in (see go/bcp47).

§
view?: "PUBLISHER_MODEL_VIEW_UNSPECIFIED" | "PUBLISHER_MODEL_VIEW_BASIC" | "PUBLISHER_MODEL_VIEW_FULL" | "PUBLISHER_MODEL_VERSION_VIEW_BASIC"
[src]

Optional. PublisherModel view specifying which fields to read.