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

GoogleCloudMlV1__CheckTrialEarlyStoppingStateMetatdata

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

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

interface GoogleCloudMlV1__CheckTrialEarlyStoppingStateMetatdata {
createTime?: Date;
study?: string;
trial?: string;
}

§Properties

§
createTime?: Date
[src]

The time at which the operation was submitted.

§
study?: string
[src]

The name of the study that the trial belongs to.

§
trial?: string
[src]

The trial name.