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