Interface RagRetrievalConfig.RankingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagRetrievalConfig.Ranking, RagRetrievalConfig.Ranking.Builder
Enclosing class:
RagRetrievalConfig

public static interface RagRetrievalConfig.RankingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRankService

      boolean hasRankService()
       Optional. Config for Rank Service.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.RankService rank_service = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the rankService field is set.
    • getRankService

       Optional. Config for Rank Service.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.RankService rank_service = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The rankService.
    • getRankServiceOrBuilder

       Optional. Config for Rank Service.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.RankService rank_service = 1 [(.google.api.field_behavior) = OPTIONAL];
    • hasLlmRanker

      boolean hasLlmRanker()
       Optional. Config for LlmRanker.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.LlmRanker llm_ranker = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the llmRanker field is set.
    • getLlmRanker

       Optional. Config for LlmRanker.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.LlmRanker llm_ranker = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The llmRanker.
    • getLlmRankerOrBuilder

       Optional. Config for LlmRanker.
       
      .google.cloud.aiplatform.v1.RagRetrievalConfig.Ranking.LlmRanker llm_ranker = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getRankingConfigCase