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

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

§Properties

§
checkpointId?: string
[src]

The ID of the checkpoint.

§
epoch?: bigint
[src]

The epoch of the checkpoint.

§
step?: bigint
[src]

The step of the checkpoint.