Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListRagFilesResponse.
Response message for VertexRagDataService.ListRagFiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListRagFilesRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListRagFilesRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListRagFilesRequest.page_token to obtain that page.
#rag_files
def rag_files() -> ::Array<::Google::Cloud::AIPlatform::V1::RagFile>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::RagFile>) — List of RagFiles in the requested page.
#rag_files=
def rag_files=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::RagFile>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::RagFile>) — List of RagFiles in the requested page.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::RagFile>) — List of RagFiles in the requested page.