SuggestTrialsResponse

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

JSON representation
{
  "trials": [
    {
      object (Trial)
    }
  ],
  "studyState": enum (State),
  "startTime": string,
  "endTime": string
}
Fields
trials[]

object (Trial)

A list of trials.

studyState

enum (State)

The state of the study.

startTime

string (Timestamp format)

The time at which the operation was started.

endTime

string (Timestamp format)

The time at which operation processing completed.