public interface RagQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagQuery.QueryCase |
getQueryCase() |
RagRetrievalConfig |
getRagRetrievalConfig()
Optional.
|
RagRetrievalConfigOrBuilder |
getRagRetrievalConfigOrBuilder()
Optional.
|
RagQuery.Ranking |
getRanking()
Deprecated.
google.cloud.aiplatform.v1beta1.RagQuery.ranking is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_service.proto;l=95
|
RagQuery.RankingOrBuilder |
getRankingOrBuilder()
Deprecated.
|
int |
getSimilarityTopK()
Deprecated.
google.cloud.aiplatform.v1beta1.RagQuery.similarity_top_k is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_service.proto;l=91
|
String |
getText()
Optional.
|
com.google.protobuf.ByteString |
getTextBytes()
Optional.
|
boolean |
hasRagRetrievalConfig()
Optional.
|
boolean |
hasRanking()
Deprecated.
google.cloud.aiplatform.v1beta1.RagQuery.ranking is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_service.proto;l=95
|
boolean |
hasText()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
Optional. The query in text format to get relevant contexts.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];String getText()
Optional. The query in text format to get relevant contexts.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTextBytes()
Optional. The query in text format to get relevant contexts.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];@Deprecated int getSimilarityTopK()
Optional. The number of contexts to retrieve.
int32 similarity_top_k = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated boolean hasRanking()
Optional. Configurations for hybrid search results ranking.
.google.cloud.aiplatform.v1beta1.RagQuery.Ranking ranking = 4 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated RagQuery.Ranking getRanking()
Optional. Configurations for hybrid search results ranking.
.google.cloud.aiplatform.v1beta1.RagQuery.Ranking ranking = 4 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated RagQuery.RankingOrBuilder getRankingOrBuilder()
Optional. Configurations for hybrid search results ranking.
.google.cloud.aiplatform.v1beta1.RagQuery.Ranking ranking = 4 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
boolean hasRagRetrievalConfig()
Optional. The retrieval config for the query.
.google.cloud.aiplatform.v1beta1.RagRetrievalConfig rag_retrieval_config = 6 [(.google.api.field_behavior) = OPTIONAL];
RagRetrievalConfig getRagRetrievalConfig()
Optional. The retrieval config for the query.
.google.cloud.aiplatform.v1beta1.RagRetrievalConfig rag_retrieval_config = 6 [(.google.api.field_behavior) = OPTIONAL];
RagRetrievalConfigOrBuilder getRagRetrievalConfigOrBuilder()
Optional. The retrieval config for the query.
.google.cloud.aiplatform.v1beta1.RagRetrievalConfig rag_retrieval_config = 6 [(.google.api.field_behavior) = OPTIONAL];
RagQuery.QueryCase getQueryCase()
Copyright © 2025 Google LLC. All rights reserved.