View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CheckTrialEarlyStoppingStateResponse (google_api_machine_learning v0.28.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CheckTrialEarlyStoppingStateResponse{ endTime: DateTime.t() | nil, shouldStop: boolean() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.