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

GoogleCloudMlV1__CheckTrialEarlyStoppingStateResponse

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

The message will be placed in the response field of a completed google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

interface GoogleCloudMlV1__CheckTrialEarlyStoppingStateResponse {
endTime?: Date;
shouldStop?: boolean;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

The time at which operation processing completed.

§
shouldStop?: boolean
[src]

True if the Trial should stop.

§
startTime?: Date
[src]

The time at which the operation was started.