View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListRagCorporaResponse (google_api_ai_platform v0.24.0)

Response message for VertexRagDataService.ListRagCorpora.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Pass to ListRagCorporaRequest.page_token to obtain that page.
  • ragCorpora (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagCorpus.t), default: nil) - List of RagCorpora in the requested page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListRagCorporaResponse{
    nextPageToken: String.t() | nil,
    ragCorpora:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagCorpus.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.