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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata {
costMilliNodeHours?: bigint;
successfulStopReason?: "SUCCESSFUL_STOP_REASON_UNSPECIFIED" | "BUDGET_REACHED" | "MODEL_CONVERGED";
}

§Properties

§
costMilliNodeHours?: bigint
[src]

The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.

§
successfulStopReason?: "SUCCESSFUL_STOP_REASON_UNSPECIFIED" | "BUDGET_REACHED" | "MODEL_CONVERGED"
[src]

For successful job completions, this is the reason why the job has finished.