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

GoogleCloudAiplatformV1NasTrial

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

Represents a uCAIP NasJob trial.

interface GoogleCloudAiplatformV1NasTrial {
readonly endTime?: Date;
readonly finalMeasurement?: GoogleCloudAiplatformV1Measurement;
readonly id?: string;
readonly startTime?: Date;
readonly state?:
| "STATE_UNSPECIFIED"
| "REQUESTED"
| "ACTIVE"
| "STOPPING"
| "SUCCEEDED"
| "INFEASIBLE";
}

§Properties

§
readonly endTime?: Date
[src]

Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

§
readonly finalMeasurement?: GoogleCloudAiplatformV1Measurement
[src]

Output only. The final measurement containing the objective value.

§
readonly id?: string
[src]

Output only. The identifier of the NasTrial assigned by the service.

§
readonly startTime?: Date
[src]

Output only. Time when the NasTrial was started.

§
readonly state?: "STATE_UNSPECIFIED" | "REQUESTED" | "ACTIVE" | "STOPPING" | "SUCCEEDED" | "INFEASIBLE"
[src]

Output only. The detailed state of the NasTrial.