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

GoogleCloudAiplatformV1Measurement

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

A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.

interface GoogleCloudAiplatformV1Measurement {
readonly elapsedDuration?: number;
readonly stepCount?: bigint;
}

§Properties

§
readonly elapsedDuration?: number
[src]

Output only. Time that the Trial has been running at the point of this Measurement.

§

Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.

§
readonly stepCount?: bigint
[src]

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