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

XPSTablesTrainResponse

import type { XPSTablesTrainResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSTablesTrainResponse {
modelStructure?: XPSTablesModelStructure;
predictionSampleRows?: XPSRow[];
tablesModelColumnInfo?: XPSTablesModelColumnInfo[];
trainCostMilliNodeHours?: bigint;
}

§Properties

§
predictionSampleRows?: XPSRow[]
[src]

Sample rows from the dataset this model was trained.

§
tablesModelColumnInfo?: XPSTablesModelColumnInfo[]
[src]

Output only. Auxiliary information for each of the input_feature_column_specs, with respect to this particular model.

§
trainCostMilliNodeHours?: bigint
[src]

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.