Package com.google.cloud.aiplatform.v1
Interface RetrievalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Retrieval,Retrieval.Builder
@Generated
public interface RetrievalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated.Set to use data source powered by Vertex AI Search.Set to use data source powered by Vertex AI Search.Set to use data source powered by Vertex RAG store.Set to use data source powered by Vertex RAG store.booleanSet to use data source powered by Vertex AI Search.booleanSet to use data source powered by Vertex RAG store.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVertexAiSearch
boolean hasVertexAiSearch()Set to use data source powered by Vertex AI Search.
.google.cloud.aiplatform.v1.VertexAISearch vertex_ai_search = 2;- Returns:
- Whether the vertexAiSearch field is set.
-
getVertexAiSearch
VertexAISearch getVertexAiSearch()Set to use data source powered by Vertex AI Search.
.google.cloud.aiplatform.v1.VertexAISearch vertex_ai_search = 2;- Returns:
- The vertexAiSearch.
-
getVertexAiSearchOrBuilder
VertexAISearchOrBuilder getVertexAiSearchOrBuilder()Set to use data source powered by Vertex AI Search.
.google.cloud.aiplatform.v1.VertexAISearch vertex_ai_search = 2; -
hasVertexRagStore
boolean hasVertexRagStore()Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4;- Returns:
- Whether the vertexRagStore field is set.
-
getVertexRagStore
VertexRagStore getVertexRagStore()Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4;- Returns:
- The vertexRagStore.
-
getVertexRagStoreOrBuilder
VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4; -
getDisableAttribution
Deprecated.google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See google/cloud/aiplatform/v1/tool.proto;l=463Optional. Deprecated. This option is no longer supported.
bool disable_attribution = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];- Returns:
- The disableAttribution.
-
getSourceCase
Retrieval.SourceCase getSourceCase()
-