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

GoogleCloudMlV1_AutomatedStoppingConfig_DecayCurveAutomatedStoppingConfig

import type { GoogleCloudMlV1_AutomatedStoppingConfig_DecayCurveAutomatedStoppingConfig } from "https://googleapis.deno.dev/v1/ml:v1.ts";
interface GoogleCloudMlV1_AutomatedStoppingConfig_DecayCurveAutomatedStoppingConfig {
useElapsedTime?: boolean;
}

§Properties

§
useElapsedTime?: boolean
[src]

If true, measurement.elapsed_time is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.steps will be used as the x-axis.