CheckTrialEarlyStoppingStateResponse

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

JSON representation
{
  "shouldStop": boolean,
  "startTime": string,
  "endTime": string
}
Fields
shouldStop

boolean

True if the Trial should stop.

startTime

string (Timestamp format)

The time at which the operation was started.

endTime

string (Timestamp format)

The time at which operation processing completed.