Class: Google::Cloud::AIPlatform::V1::ListRagFilesRequest

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

Request message for VertexRagDataService.ListRagFiles.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The standard list page size.

Returns:

  • (::Integer)

    Optional. The standard list page size.



215
216
217
218
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 215

class ListRagFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. The standard list page token. Typically obtained via ListRagFilesResponse.next_page_token of the previous VertexRagDataService.ListRagFiles call.

Returns:



215
216
217
218
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 215

class ListRagFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the RagCorpus from which to list the RagFiles. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}.

Returns:

  • (::String)

    Required. The resource name of the RagCorpus from which to list the RagFiles. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}



215
216
217
218
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 215

class ListRagFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end