google_api_machine_learning v0.13.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsResponse View Source
This message will be placed in the response field of a completed google.longrunning.Operation associated with a SuggestTrials request.
Attributes
endTime
(type:DateTime.t
, default:nil
) - The time operation processing completed.startTime
(type:DateTime.t
, default:nil
) - The time operation was started.studyState
(type:String.t
, default:nil
) - The state of the study.trials
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial.t)
, default:nil
) - A list of Trials.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsResponse{ endTime: DateTime.t(), startTime: DateTime.t(), studyState: String.t(), trials: [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.