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

GoogleCloudAiplatformV1UnmanagedContainerModel

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

Contains model information necessary to perform batch prediction without requiring a full model import.

interface GoogleCloudAiplatformV1UnmanagedContainerModel {
artifactUri?: string;
}

§Properties

§
artifactUri?: string
[src]

The path to the directory containing the Model artifact and any of its supporting files.

§

Input only. The specification of the container that is to be used when deploying this Model.

§

Contains the schemata used in Model's predictions and explanations