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 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 boolean getDisableAttribution()
      Deprecated.
      google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See google/cloud/aiplatform/v1/tool.proto;l=463
       Optional. 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()