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

GoogleCloudMlV1__Measurement

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

A message representing a measurement.

interface GoogleCloudMlV1__Measurement {
elapsedTime?: number;
stepCount?: bigint;
}

§Properties

§
elapsedTime?: number
[src]

Output only. Time that the trial has been running at the point of this measurement.

§

Provides a list of metrics that act as inputs into the objective function.

§
stepCount?: bigint
[src]

The number of steps a machine learning model has been trained for. Must be non-negative.