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

XPSTuningTrial

import type { XPSTuningTrial } from "https://googleapis.deno.dev/v1/language:v2.ts";

Metrics for a tuning job generated, will get forwarded to Stackdriver as model tuning logs. Setting this as a standalone message out of CreateModelMetadata to avoid confusion as we expose this message only to users.

interface XPSTuningTrial {
modelStructure?: XPSTablesModelStructure;
trainingObjectivePoint?: XPSTrainingObjectivePoint;
}

§Properties

§

Model parameters for the trial.

§
trainingObjectivePoint?: XPSTrainingObjectivePoint
[src]

The optimization objective evaluation of the eval split data.