GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CheckTrialEarlyStoppingStateResponse (google_api_machine_learning v0.23.0) View Source
The message will be placed in the response field of a completed google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The time at which operation processing completed. -
shouldStop
(type:boolean()
, default:nil
) - True if the Trial should stop. -
startTime
(type:DateTime.t
, default:nil
) - The time at which the operation was started.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CheckTrialEarlyStoppingStateResponse{ endTime: DateTime.t(), shouldStop: boolean(), startTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.