View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTrialsResponse (google_api_ai_platform v0.24.0)
Response message for VizierService.ListTrials.
Attributes
-
nextPageToken(type:String.t, default:nil) - Pass this token as thepage_tokenfield of the request for a subsequent call. If this field is omitted, there are no subsequent pages. -
trials(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t), default:nil) - The Trials associated with the Study.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTrialsResponse{ nextPageToken: String.t() | nil, trials: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t()] | nil }