Uses of Class
com.google.cloud.aiplatform.v1.Fact.Builder
Packages that use Fact.Builder
-
Uses of Fact.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Fact.BuilderModifier and TypeMethodDescriptionAugmentPromptResponse.Builder.addFactsBuilder()Retrieved facts from RAG data sources.AugmentPromptResponse.Builder.addFactsBuilder(int index) Retrieved facts from RAG data sources.CorroborateContentRequest.Builder.addFactsBuilder()Optional.CorroborateContentRequest.Builder.addFactsBuilder(int index) Optional.Fact.Builder.clear()Fact.Builder.clearChunk()If present, chunk properties.Fact.Builder.clearQuery()Query that is used to retrieve this fact.Fact.Builder.clearScore()If present, according to the underlying Vector DB and the selected metric type, the score can be either the distance or the similarity between the query and the fact and its range depends on the metric type.Fact.Builder.clearSummary()If present, the summary/snippet of the fact.Fact.Builder.clearTitle()If present, it refers to the title of this fact.Fact.Builder.clearUri()If present, this uri links to the source of the fact.Fact.Builder.clearVectorDistance()Deprecated.google.cloud.aiplatform.v1.Fact.vector_distance is deprecated.AugmentPromptResponse.Builder.getFactsBuilder(int index) Retrieved facts from RAG data sources.CorroborateContentRequest.Builder.getFactsBuilder(int index) Optional.Fact.Builder.mergeChunk(RagChunk value) If present, chunk properties.Fact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Fact.Builder.mergeFrom(com.google.protobuf.Message other) static Fact.BuilderFact.newBuilder()static Fact.BuilderFact.newBuilder(Fact prototype) Fact.newBuilderForType()protected Fact.BuilderFact.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) If present, chunk properties.Fact.Builder.setChunk(RagChunk.Builder builderForValue) If present, chunk properties.Query that is used to retrieve this fact.Fact.Builder.setQueryBytes(com.google.protobuf.ByteString value) Query that is used to retrieve this fact.Fact.Builder.setScore(double value) If present, according to the underlying Vector DB and the selected metric type, the score can be either the distance or the similarity between the query and the fact and its range depends on the metric type.Fact.Builder.setSummary(String value) If present, the summary/snippet of the fact.Fact.Builder.setSummaryBytes(com.google.protobuf.ByteString value) If present, the summary/snippet of the fact.If present, it refers to the title of this fact.Fact.Builder.setTitleBytes(com.google.protobuf.ByteString value) If present, it refers to the title of this fact.If present, this uri links to the source of the fact.Fact.Builder.setUriBytes(com.google.protobuf.ByteString value) If present, this uri links to the source of the fact.Fact.Builder.setVectorDistance(double value) Deprecated.google.cloud.aiplatform.v1.Fact.vector_distance is deprecated.Fact.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Fact.BuilderModifier and TypeMethodDescriptionAugmentPromptResponse.Builder.getFactsBuilderList()Retrieved facts from RAG data sources.CorroborateContentRequest.Builder.getFactsBuilderList()Optional.Methods in com.google.cloud.aiplatform.v1 with parameters of type Fact.BuilderModifier and TypeMethodDescriptionAugmentPromptResponse.Builder.addFacts(int index, Fact.Builder builderForValue) Retrieved facts from RAG data sources.AugmentPromptResponse.Builder.addFacts(Fact.Builder builderForValue) Retrieved facts from RAG data sources.CorroborateContentRequest.Builder.addFacts(int index, Fact.Builder builderForValue) Optional.CorroborateContentRequest.Builder.addFacts(Fact.Builder builderForValue) Optional.AugmentPromptResponse.Builder.setFacts(int index, Fact.Builder builderForValue) Retrieved facts from RAG data sources.CorroborateContentRequest.Builder.setFacts(int index, Fact.Builder builderForValue) Optional.