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;
}