public interface RetrievalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisableAttribution()
Optional.
|
Retrieval.SourceCase |
getSourceCase() |
VertexAISearch |
getVertexAiSearch()
Set to use data source powered by Vertex AI Search.
|
VertexAISearchOrBuilder |
getVertexAiSearchOrBuilder()
Set to use data source powered by Vertex AI Search.
|
boolean |
hasVertexAiSearch()
Set to use data source powered by Vertex AI Search.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVertexAiSearch()
Set to use data source powered by Vertex AI Search.
.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;VertexAISearch getVertexAiSearch()
Set to use data source powered by Vertex AI Search.
.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;VertexAISearchOrBuilder getVertexAiSearchOrBuilder()
Set to use data source powered by Vertex AI Search.
.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;boolean getDisableAttribution()
Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.
bool disable_attribution = 3 [(.google.api.field_behavior) = OPTIONAL];Retrieval.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.