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

GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric

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

An observed value of a metric.

interface GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric {
objectiveValue?: number;
trainingStep?: bigint;
}

§Properties

§
objectiveValue?: number
[src]

The objective value at this training step.

§
trainingStep?: bigint
[src]

The global training step for this metric.