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

GoogleCloudAiplatformV1CompleteTrialRequest

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

Request message for VizierService.CompleteTrial.

interface GoogleCloudAiplatformV1CompleteTrialRequest {
infeasibleReason?: string;
trialInfeasible?: boolean;
}

§Properties

§

Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement

§
infeasibleReason?: string
[src]

Optional. A human readable reason why the trial was infeasible. This should only be provided if trial_infeasible is true.

§
trialInfeasible?: boolean
[src]

Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.