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

GoogleCloudAiplatformV1QueryDeployedModelsResponse

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

Response message for QueryDeployedModels method.

interface GoogleCloudAiplatformV1QueryDeployedModelsResponse {
nextPageToken?: string;
totalDeployedModelCount?: number;
totalEndpointCount?: number;
}

§Properties

§

References to the DeployedModels that share the specified deploymentResourcePool.

§

DEPRECATED Use deployed_model_refs instead.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
totalDeployedModelCount?: number
[src]

The total number of DeployedModels on this DeploymentResourcePool.

§
totalEndpointCount?: number
[src]

The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.