Uses of Class
com.google.cloud.aiplatform.v1.GroundingChunk.RetrievedContext.Builder
Packages that use GroundingChunk.RetrievedContext.Builder
-
Uses of GroundingChunk.RetrievedContext.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GroundingChunk.RetrievedContext.BuilderModifier and TypeMethodDescriptionGroundingChunk.RetrievedContext.Builder.clear()GroundingChunk.RetrievedContext.Builder.clearContextDetails()GroundingChunk.RetrievedContext.Builder.clearDocumentName()Output only.GroundingChunk.RetrievedContext.Builder.clearRagChunk()Additional context for the RAG retrieval result.GroundingChunk.RetrievedContext.Builder.clearText()Text of the attribution.GroundingChunk.RetrievedContext.Builder.clearTitle()Title of the attribution.GroundingChunk.RetrievedContext.Builder.clearUri()URI reference of the attribution.GroundingChunk.Builder.getRetrievedContextBuilder()Grounding chunk from context retrieved by the retrieval tools.GroundingChunk.RetrievedContext.Builder.mergeFrom(GroundingChunk.RetrievedContext other) GroundingChunk.RetrievedContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GroundingChunk.RetrievedContext.Builder.mergeFrom(com.google.protobuf.Message other) GroundingChunk.RetrievedContext.Builder.mergeRagChunk(RagChunk value) Additional context for the RAG retrieval result.GroundingChunk.RetrievedContext.newBuilder()GroundingChunk.RetrievedContext.newBuilder(GroundingChunk.RetrievedContext prototype) GroundingChunk.RetrievedContext.newBuilderForType()protected GroundingChunk.RetrievedContext.BuilderGroundingChunk.RetrievedContext.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GroundingChunk.RetrievedContext.Builder.setDocumentName(String value) Output only.GroundingChunk.RetrievedContext.Builder.setDocumentNameBytes(com.google.protobuf.ByteString value) Output only.GroundingChunk.RetrievedContext.Builder.setRagChunk(RagChunk value) Additional context for the RAG retrieval result.GroundingChunk.RetrievedContext.Builder.setRagChunk(RagChunk.Builder builderForValue) Additional context for the RAG retrieval result.Text of the attribution.GroundingChunk.RetrievedContext.Builder.setTextBytes(com.google.protobuf.ByteString value) Text of the attribution.Title of the attribution.GroundingChunk.RetrievedContext.Builder.setTitleBytes(com.google.protobuf.ByteString value) Title of the attribution.URI reference of the attribution.GroundingChunk.RetrievedContext.Builder.setUriBytes(com.google.protobuf.ByteString value) URI reference of the attribution.GroundingChunk.RetrievedContext.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type GroundingChunk.RetrievedContext.BuilderModifier and TypeMethodDescriptionGroundingChunk.Builder.setRetrievedContext(GroundingChunk.RetrievedContext.Builder builderForValue) Grounding chunk from context retrieved by the retrieval tools.