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

GoogleCloudAiplatformV1DeployedModelStatus

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

Runtime status of the deployed model.

interface GoogleCloudAiplatformV1DeployedModelStatus {
readonly availableReplicaCount?: number;
readonly lastUpdateTime?: Date;
readonly message?: string;
}

§Properties

§
readonly availableReplicaCount?: number
[src]

Output only. The number of available replicas of the deployed model.

§
readonly lastUpdateTime?: Date
[src]

Output only. The time at which the status was last updated.

§
readonly message?: string
[src]

Output only. The latest deployed model's status message (if any).