public interface RetrievalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisableAttribution()
Deprecated.
google.cloud.aiplatform.v1beta1.Retrieval.disable_attribution is deprecated. See
google/cloud/aiplatform/v1beta1/tool.proto;l=177
|
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.
|
VertexRagStore |
getVertexRagStore()
Set to use data source powered by Vertex RAG store.
|
VertexRagStoreOrBuilder |
getVertexRagStoreOrBuilder()
Set to use data source powered by Vertex RAG store.
|
boolean |
hasVertexAiSearch()
Set to use data source powered by Vertex AI Search.
|
boolean |
hasVertexRagStore()
Set to use data source powered by Vertex RAG store.
|
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.aiplatform.v1beta1.VertexAISearch vertex_ai_search = 2;VertexAISearch getVertexAiSearch()
Set to use data source powered by Vertex AI Search.
.google.cloud.aiplatform.v1beta1.VertexAISearch vertex_ai_search = 2;VertexAISearchOrBuilder getVertexAiSearchOrBuilder()
Set to use data source powered by Vertex AI Search.
.google.cloud.aiplatform.v1beta1.VertexAISearch vertex_ai_search = 2;boolean hasVertexRagStore()
Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4;VertexRagStore getVertexRagStore()
Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4;VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()
Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4;@Deprecated boolean getDisableAttribution()
Optional. Deprecated. This option is no longer supported.
bool disable_attribution = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Retrieval.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.