| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
Fact.Builder |
AugmentPromptResponse.Builder.addFactsBuilder()
Retrieved facts from RAG data sources.
|
Fact.Builder |
CorroborateContentRequest.Builder.addFactsBuilder()
Optional.
|
Fact.Builder |
AugmentPromptResponse.Builder.addFactsBuilder(int index)
Retrieved facts from RAG data sources.
|
Fact.Builder |
CorroborateContentRequest.Builder.addFactsBuilder(int index)
Optional.
|
Fact.Builder |
Fact.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Fact.Builder |
Fact.Builder.clear() |
Fact.Builder |
Fact.Builder.clearChunk()
If present, chunk properties.
|
Fact.Builder |
Fact.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Fact.Builder |
Fact.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Fact.Builder |
Fact.Builder.clearQuery()
Query that is used to retrieve this fact.
|
Fact.Builder |
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 |
Fact.Builder.clearSummary()
If present, the summary/snippet of the fact.
|
Fact.Builder |
Fact.Builder.clearTitle()
If present, it refers to the title of this fact.
|
Fact.Builder |
Fact.Builder.clearUri()
If present, this uri links to the source of the fact.
|
Fact.Builder |
Fact.Builder.clearVectorDistance()
Deprecated.
google.cloud.aiplatform.v1.Fact.vector_distance is deprecated. See
google/cloud/aiplatform/v1/vertex_rag_service.proto;l=288
|
Fact.Builder |
Fact.Builder.clone() |
Fact.Builder |
AugmentPromptResponse.Builder.getFactsBuilder(int index)
Retrieved facts from RAG data sources.
|
Fact.Builder |
CorroborateContentRequest.Builder.getFactsBuilder(int index)
Optional.
|
Fact.Builder |
Fact.Builder.mergeChunk(RagChunk value)
If present, chunk properties.
|
Fact.Builder |
Fact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fact.Builder |
Fact.Builder.mergeFrom(Fact other) |
Fact.Builder |
Fact.Builder.mergeFrom(com.google.protobuf.Message other) |
Fact.Builder |
Fact.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Fact.Builder |
Fact.newBuilder() |
static Fact.Builder |
Fact.newBuilder(Fact prototype) |
Fact.Builder |
Fact.newBuilderForType() |
protected Fact.Builder |
Fact.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Fact.Builder |
Fact.Builder.setChunk(RagChunk.Builder builderForValue)
If present, chunk properties.
|
Fact.Builder |
Fact.Builder.setChunk(RagChunk value)
If present, chunk properties.
|
Fact.Builder |
Fact.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Fact.Builder |
Fact.Builder.setQuery(String value)
Query that is used to retrieve this fact.
|
Fact.Builder |
Fact.Builder.setQueryBytes(com.google.protobuf.ByteString value)
Query that is used to retrieve this fact.
|
Fact.Builder |
Fact.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Fact.Builder |
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 |
Fact.Builder.setSummary(String value)
If present, the summary/snippet of the fact.
|
Fact.Builder |
Fact.Builder.setSummaryBytes(com.google.protobuf.ByteString value)
If present, the summary/snippet of the fact.
|
Fact.Builder |
Fact.Builder.setTitle(String value)
If present, it refers to the title of this fact.
|
Fact.Builder |
Fact.Builder.setTitleBytes(com.google.protobuf.ByteString value)
If present, it refers to the title of this fact.
|
Fact.Builder |
Fact.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Fact.Builder |
Fact.Builder.setUri(String value)
If present, this uri links to the source of the fact.
|
Fact.Builder |
Fact.Builder.setUriBytes(com.google.protobuf.ByteString value)
If present, this uri links to the source of the fact.
|
Fact.Builder |
Fact.Builder.setVectorDistance(double value)
Deprecated.
google.cloud.aiplatform.v1.Fact.vector_distance is deprecated. See
google/cloud/aiplatform/v1/vertex_rag_service.proto;l=288
|
Fact.Builder |
Fact.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Fact.Builder> |
AugmentPromptResponse.Builder.getFactsBuilderList()
Retrieved facts from RAG data sources.
|
List<Fact.Builder> |
CorroborateContentRequest.Builder.getFactsBuilderList()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
AugmentPromptResponse.Builder |
AugmentPromptResponse.Builder.addFacts(Fact.Builder builderForValue)
Retrieved facts from RAG data sources.
|
CorroborateContentRequest.Builder |
CorroborateContentRequest.Builder.addFacts(Fact.Builder builderForValue)
Optional.
|
AugmentPromptResponse.Builder |
AugmentPromptResponse.Builder.addFacts(int index,
Fact.Builder builderForValue)
Retrieved facts from RAG data sources.
|
CorroborateContentRequest.Builder |
CorroborateContentRequest.Builder.addFacts(int index,
Fact.Builder builderForValue)
Optional.
|
AugmentPromptResponse.Builder |
AugmentPromptResponse.Builder.setFacts(int index,
Fact.Builder builderForValue)
Retrieved facts from RAG data sources.
|
CorroborateContentRequest.Builder |
CorroborateContentRequest.Builder.setFacts(int index,
Fact.Builder builderForValue)
Optional.
|
Copyright © 2025 Google LLC. All rights reserved.