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

XPSVideoTrainingOperationMetadata

import type { XPSVideoTrainingOperationMetadata } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSVideoTrainingOperationMetadata {
trainCostMilliNodeHour?: bigint;
}

§Properties

§
trainCostMilliNodeHour?: bigint
[src]

This is an estimation of the node hours necessary for training a model, expressed in milli node hours (i.e. 1,000 value in this field means 1 node hour). A node hour represents the time a virtual machine spends running your training job. The cost of one node running for one hour is a node hour.