View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTuningJobsResponse (google_api_ai_platform v0.18.1)
Response message for GenAiTuningService.ListTuningJobs
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. Pass to ListTuningJobsRequest.page_token to obtain that page. -
tuningJobs(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob.t), default:nil) - List of TuningJobs in the requested page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTuningJobsResponse{ nextPageToken: String.t() | nil, tuningJobs: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.