View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SuggestTrialsResponse (google_api_ai_platform v0.24.0)
Response message for VizierService.SuggestTrials.
Attributes
-
endTime(type:DateTime.t, default:nil) - The time at which operation processing completed. -
startTime(type:DateTime.t, default:nil) - The time at which the operation was started. -
studyState(type:String.t, default:nil) - The state of the Study. -
trials(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t), default:nil) - A list of Trials.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SuggestTrialsResponse{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, studyState: String.t() | nil, trials: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t()] | nil }