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

GoogleCloudAiplatformV1DeploymentResourcePool

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

A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.

interface GoogleCloudAiplatformV1DeploymentResourcePool {
readonly createTime?: Date;
name?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this DeploymentResourcePool was created.

§

Required. The underlying DedicatedResources that the DeploymentResourcePool uses.

§
name?: string
[src]

Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}