public static interface RagRetrievalConfig.Ranking.RankServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModelName()
Optional.
|
com.google.protobuf.ByteString |
getModelNameBytes()
Optional.
|
boolean |
hasModelName()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelName()
Optional. The model name of the rank service. Format: `semantic-ranker-512@latest`
optional string model_name = 1 [(.google.api.field_behavior) = OPTIONAL];String getModelName()
Optional. The model name of the rank service. Format: `semantic-ranker-512@latest`
optional string model_name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelNameBytes()
Optional. The model name of the rank service. Format: `semantic-ranker-512@latest`
optional string model_name = 1 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.