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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlTablesMetadata

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

Model metadata specific to AutoML Tables.

interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlTablesMetadata {
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.