View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListRagFilesResponse (google_api_ai_platform v0.24.0)
Response message for VertexRagDataService.ListRagFiles.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. Pass to ListRagFilesRequest.page_token to obtain that page. -
ragFiles(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagFile.t), default:nil) - List of RagFiles in the requested page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListRagFilesResponse{ nextPageToken: String.t() | nil, ragFiles: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagFile.t()] | nil }