Uses of Class
com.google.cloud.aiplatform.v1.RagChunk.PageSpan.Builder
Packages that use RagChunk.PageSpan.Builder
-
Uses of RagChunk.PageSpan.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagChunk.PageSpan.BuilderModifier and TypeMethodDescriptionRagChunk.PageSpan.Builder.clear()RagChunk.PageSpan.Builder.clearFirstPage()Page where chunk starts in the document.RagChunk.PageSpan.Builder.clearLastPage()Page where chunk ends in the document.RagChunk.Builder.getPageSpanBuilder()If populated, represents where the chunk starts and ends in the document.RagChunk.PageSpan.Builder.mergeFrom(RagChunk.PageSpan other) RagChunk.PageSpan.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagChunk.PageSpan.Builder.mergeFrom(com.google.protobuf.Message other) static RagChunk.PageSpan.BuilderRagChunk.PageSpan.newBuilder()static RagChunk.PageSpan.BuilderRagChunk.PageSpan.newBuilder(RagChunk.PageSpan prototype) RagChunk.PageSpan.newBuilderForType()protected RagChunk.PageSpan.BuilderRagChunk.PageSpan.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagChunk.PageSpan.Builder.setFirstPage(int value) Page where chunk starts in the document.RagChunk.PageSpan.Builder.setLastPage(int value) Page where chunk ends in the document.RagChunk.PageSpan.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagChunk.PageSpan.BuilderModifier and TypeMethodDescriptionRagChunk.Builder.setPageSpan(RagChunk.PageSpan.Builder builderForValue) If populated, represents where the chunk starts and ends in the document.