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

GoogleCloudAiplatformV1PublisherModel

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

A Model Garden Publisher Model.

interface GoogleCloudAiplatformV1PublisherModel {
frameworks?: string[];
launchStage?:
| "LAUNCH_STAGE_UNSPECIFIED"
| "EXPERIMENTAL"
| "PRIVATE_PREVIEW"
| "PUBLIC_PREVIEW"
| "GA";
readonly name?: string;
openSourceCategory?:
| "OPEN_SOURCE_CATEGORY_UNSPECIFIED"
| "PROPRIETARY"
| "GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT"
| "THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT"
| "GOOGLE_OWNED_OSS"
| "THIRD_PARTY_OWNED_OSS";
readonly publisherModelTemplate?: string;
readonly versionId?: string;
versionState?: "VERSION_STATE_UNSPECIFIED" | "VERSION_STATE_STABLE" | "VERSION_STATE_UNSTABLE";
}

§Properties

§
frameworks?: string[]
[src]

Optional. Additional information about the model's Frameworks.

§
launchStage?: "LAUNCH_STAGE_UNSPECIFIED" | "EXPERIMENTAL" | "PRIVATE_PREVIEW" | "PUBLIC_PREVIEW" | "GA"
[src]

Optional. Indicates the launch stage of the model.

§
readonly name?: string
[src]

Output only. The resource name of the PublisherModel.

§
openSourceCategory?: "OPEN_SOURCE_CATEGORY_UNSPECIFIED" | "PROPRIETARY" | "GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" | "THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" | "GOOGLE_OWNED_OSS" | "THIRD_PARTY_OWNED_OSS"
[src]

Required. Indicates the open source category of the publisher model.

§

Optional. The schemata that describes formats of the PublisherModel's predictions and explanations as given and returned via PredictionService.Predict.

§
readonly publisherModelTemplate?: string
[src]

Optional. Output only. Immutable. Used to indicate this model has a publisher model and provide the template of the publisher model resource name.

§

Optional. Supported call-to-action options.

§
readonly versionId?: string
[src]

Output only. Immutable. The version ID of the PublisherModel. A new version is committed when a new model version is uploaded under an existing model id. It is an auto-incrementing decimal number in string representation.

§
versionState?: "VERSION_STATE_UNSPECIFIED" | "VERSION_STATE_STABLE" | "VERSION_STATE_UNSTABLE"
[src]

Optional. Indicates the state of the model version.