Class: Google::Cloud::AIPlatform::V1::ListRagFilesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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