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

GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateMetatdata

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

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

interface GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateMetatdata {
study?: string;
trial?: string;
}

§Properties

§

Operation metadata for suggesting Trials.

§
study?: string
[src]

The name of the Study that the Trial belongs to.

§
trial?: string
[src]

The Trial name.