GoogleCloudAiplatformV1Checkpoint
import type { GoogleCloudAiplatformV1Checkpoint } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Describes the machine learning model version checkpoint.
interface GoogleCloudAiplatformV1Checkpoint {
checkpointId?: string;
epoch?: bigint;
step?: bigint;
}