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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionTftForecastingMetadata

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionTftForecastingMetadata } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Model metadata specific to TFT Forecasting.

interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionTftForecastingMetadata {
evaluatedDataItemsBigqueryUri?: string;
trainCostMilliNodeHours?: bigint;
}

§Properties

§
evaluatedDataItemsBigqueryUri?: string
[src]

BigQuery destination uri for exported evaluated examples.

§
trainCostMilliNodeHours?: bigint
[src]

Output only. The actual training cost of the model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed the train budget.