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

GoogleCloudAiplatformV1SuggestTrialsResponse

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

Response message for VizierService.SuggestTrials.

interface GoogleCloudAiplatformV1SuggestTrialsResponse {
endTime?: Date;
startTime?: Date;
studyState?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "INACTIVE"
| "COMPLETED";
}

§Properties

§
endTime?: Date
[src]

The time at which operation processing completed.

§
startTime?: Date
[src]

The time at which the operation was started.

§
studyState?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "COMPLETED"
[src]

The state of the Study.

§

A list of Trials.