public interface AugmentPromptResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getAugmentedPrompt(int index)
Augmented prompt, only text format is supported for now.
|
int |
getAugmentedPromptCount()
Augmented prompt, only text format is supported for now.
|
List<Content> |
getAugmentedPromptList()
Augmented prompt, only text format is supported for now.
|
ContentOrBuilder |
getAugmentedPromptOrBuilder(int index)
Augmented prompt, only text format is supported for now.
|
List<? extends ContentOrBuilder> |
getAugmentedPromptOrBuilderList()
Augmented prompt, only text format is supported for now.
|
Fact |
getFacts(int index)
Retrieved facts from RAG data sources.
|
int |
getFactsCount()
Retrieved facts from RAG data sources.
|
List<Fact> |
getFactsList()
Retrieved facts from RAG data sources.
|
FactOrBuilder |
getFactsOrBuilder(int index)
Retrieved facts from RAG data sources.
|
List<? extends FactOrBuilder> |
getFactsOrBuilderList()
Retrieved facts from RAG data sources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Content> getAugmentedPromptList()
Augmented prompt, only text format is supported for now.
repeated .google.cloud.aiplatform.v1beta1.Content augmented_prompt = 1;Content getAugmentedPrompt(int index)
Augmented prompt, only text format is supported for now.
repeated .google.cloud.aiplatform.v1beta1.Content augmented_prompt = 1;int getAugmentedPromptCount()
Augmented prompt, only text format is supported for now.
repeated .google.cloud.aiplatform.v1beta1.Content augmented_prompt = 1;List<? extends ContentOrBuilder> getAugmentedPromptOrBuilderList()
Augmented prompt, only text format is supported for now.
repeated .google.cloud.aiplatform.v1beta1.Content augmented_prompt = 1;ContentOrBuilder getAugmentedPromptOrBuilder(int index)
Augmented prompt, only text format is supported for now.
repeated .google.cloud.aiplatform.v1beta1.Content augmented_prompt = 1;List<Fact> getFactsList()
Retrieved facts from RAG data sources.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 2;Fact getFacts(int index)
Retrieved facts from RAG data sources.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 2;int getFactsCount()
Retrieved facts from RAG data sources.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 2;List<? extends FactOrBuilder> getFactsOrBuilderList()
Retrieved facts from RAG data sources.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 2;FactOrBuilder getFactsOrBuilder(int index)
Retrieved facts from RAG data sources.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 2;Copyright © 2025 Google LLC. All rights reserved.