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

GoogleCloudMlV1_Measurement_Metric

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

A message representing a metric in the measurement.

interface GoogleCloudMlV1_Measurement_Metric {
metric?: string;
value?: number;
}

§Properties

§
metric?: string
[src]

Required. Metric name.

§
value?: number
[src]

Required. The value for this metric.