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

GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateResponse

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

Response message for VizierService.CheckTrialEarlyStoppingState.

interface GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateResponse {
shouldStop?: boolean;
}

§Properties

§
shouldStop?: boolean
[src]

True if the Trial should stop.