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 {
huggingFaceToken?: string;
isHuggingFaceModel?: boolean;
languageCode?: string;
view?:
| "PUBLISHER_MODEL_VIEW_UNSPECIFIED"
| "PUBLISHER_MODEL_VIEW_BASIC"
| "PUBLISHER_MODEL_VIEW_FULL"
| "PUBLISHER_MODEL_VERSION_VIEW_BASIC";
}

§Properties

§
huggingFaceToken?: string
[src]

Optional. Token used to access Hugging Face gated models.

§
isHuggingFaceModel?: boolean
[src]

Optional. Boolean indicates whether the requested model is a Hugging Face model.

§
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.

§
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.