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

GoogleCloudAiplatformV1MeasurementMetric

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

A message representing a metric in the measurement.

interface GoogleCloudAiplatformV1MeasurementMetric {
readonly metricId?: string;
readonly value?: number;
}

§Properties

§
readonly metricId?: string
[src]

Output only. The ID of the Metric. The Metric should be defined in StudySpec's Metrics.

§
readonly value?: number
[src]

Output only. The value for this metric.