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

GoogleCloudAiplatformV1TunedModel

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

The Model Registry Model and Online Prediction Endpoint assiociated with this TuningJob.

interface GoogleCloudAiplatformV1TunedModel {
readonly endpoint?: string;
readonly model?: string;
}

§Properties

§
readonly endpoint?: string
[src]

Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

§
readonly model?: string
[src]

Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}.