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

GoogleCloudMlV1__CompleteTrialRequest

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

The request message for the CompleteTrial service method.

interface GoogleCloudMlV1__CompleteTrialRequest {
finalMeasurement?: GoogleCloudMlV1__Measurement;
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.