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

GoogleCloudAiplatformV1PublisherModelCallToActionDeploy

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

Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.

interface GoogleCloudAiplatformV1PublisherModelCallToActionDeploy {
artifactUri?: string;
deployTaskName?: string;
modelDisplayName?: string;
publicArtifactUri?: string;
sharedResources?: string;
title?: string;
}

§Properties

§
artifactUri?: string
[src]

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

§

A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.

§

Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.

§

A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

§
deployTaskName?: string
[src]

Optional. The name of the deploy task (e.g., "text to image generation").

§

Optional. Large model reference. When this is set, model_artifact_spec is not needed.

§
modelDisplayName?: string
[src]

Optional. Default model display name.

§
publicArtifactUri?: string
[src]

Optional. The signed URI for ephemeral Cloud Storage access to model artifact.

§
sharedResources?: string
[src]

The resource name of the shared DeploymentResourcePool to deploy on. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

§
title?: string
[src]

Required. The title of the regional resource reference.