Uses of Class
com.google.cloud.aiplatform.v1.GroundingChunk.Builder
Packages that use GroundingChunk.Builder
-
Uses of GroundingChunk.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GroundingChunk.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.addGroundingChunksBuilder()List of supporting references retrieved from specified grounding source.GroundingMetadata.Builder.addGroundingChunksBuilder(int index) List of supporting references retrieved from specified grounding source.GroundingChunk.Builder.clear()GroundingChunk.Builder.clearChunkType()GroundingChunk.Builder.clearMaps()Grounding chunk from Google Maps.GroundingChunk.Builder.clearRetrievedContext()Grounding chunk from context retrieved by the retrieval tools.GroundingChunk.Builder.clearWeb()Grounding chunk from the web.GroundingMetadata.Builder.getGroundingChunksBuilder(int index) List of supporting references retrieved from specified grounding source.GroundingChunk.Builder.mergeFrom(GroundingChunk other) GroundingChunk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GroundingChunk.Builder.mergeFrom(com.google.protobuf.Message other) GroundingChunk.Builder.mergeMaps(GroundingChunk.Maps value) Grounding chunk from Google Maps.GroundingChunk.Builder.mergeRetrievedContext(GroundingChunk.RetrievedContext value) Grounding chunk from context retrieved by the retrieval tools.GroundingChunk.Builder.mergeWeb(GroundingChunk.Web value) Grounding chunk from the web.static GroundingChunk.BuilderGroundingChunk.newBuilder()static GroundingChunk.BuilderGroundingChunk.newBuilder(GroundingChunk prototype) GroundingChunk.newBuilderForType()protected GroundingChunk.BuilderGroundingChunk.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GroundingChunk.Builder.setMaps(GroundingChunk.Maps value) Grounding chunk from Google Maps.GroundingChunk.Builder.setMaps(GroundingChunk.Maps.Builder builderForValue) Grounding chunk from Google Maps.GroundingChunk.Builder.setRetrievedContext(GroundingChunk.RetrievedContext value) Grounding chunk from context retrieved by the retrieval tools.GroundingChunk.Builder.setRetrievedContext(GroundingChunk.RetrievedContext.Builder builderForValue) Grounding chunk from context retrieved by the retrieval tools.GroundingChunk.Builder.setWeb(GroundingChunk.Web value) Grounding chunk from the web.GroundingChunk.Builder.setWeb(GroundingChunk.Web.Builder builderForValue) Grounding chunk from the web.GroundingChunk.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GroundingChunk.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.getGroundingChunksBuilderList()List of supporting references retrieved from specified grounding source.Methods in com.google.cloud.aiplatform.v1 with parameters of type GroundingChunk.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.addGroundingChunks(int index, GroundingChunk.Builder builderForValue) List of supporting references retrieved from specified grounding source.GroundingMetadata.Builder.addGroundingChunks(GroundingChunk.Builder builderForValue) List of supporting references retrieved from specified grounding source.GroundingMetadata.Builder.setGroundingChunks(int index, GroundingChunk.Builder builderForValue) List of supporting references retrieved from specified grounding source.