View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListStudiesResponse (google_api_ai_platform v0.13.0)

Response message for VizierService.ListStudies.

Attributes

  • nextPageToken (type: String.t, default: nil) - Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.
  • studies (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Study.t), default: nil) - The studies associated with the project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListStudiesResponse{
    nextPageToken: String.t() | nil,
    studies:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Study.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.