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

GoogleCloudMlV1__SuggestTrialsResponse

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

This message will be placed in the response field of a completed google.longrunning.Operation associated with a SuggestTrials request.

interface GoogleCloudMlV1__SuggestTrialsResponse {
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.