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

GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest

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

Request message for CreateDeploymentResourcePool method.

interface GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest {
deploymentResourcePoolId?: string;
}

§Properties

§

Required. The DeploymentResourcePool to create.

§
deploymentResourcePoolId?: string
[src]

Required. The ID to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.