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

Response with a list of CachedContents.

Attributes

  • cachedContents (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CachedContent.t), default: nil) - List of cached contents.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListCachedContentsResponse{
    cachedContents:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CachedContent.t()]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.