Class: Google::Cloud::AIPlatform::V1::ListRagFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListRagFilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb
Overview
Response message for VertexRagDataService.ListRagFiles.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#rag_files ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RagFile>
List of RagFiles in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListRagFilesRequest.page_token to obtain that page.
231 232 233 234 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 231 class ListRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rag_files ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RagFile>
Returns List of RagFiles in the requested page.
231 232 233 234 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 231 class ListRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |