Class: Google::Cloud::AIPlatform::V1::RagChunk::PageSpan
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagChunk::PageSpan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Represents where the chunk starts and ends in the document.
Instance Attribute Summary collapse
-
#first_page ⇒ ::Integer
Page where chunk starts in the document.
-
#last_page ⇒ ::Integer
Page where chunk ends in the document.