public static interface RagRetrievalConfig.Ranking.RankServiceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModelName()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The modelName. |
getModelNameBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for modelName. |
hasModelName()
public abstract boolean hasModelName()
Optional. The model name of the rank service.
Format: semantic-ranker-512@latest
optional string model_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the modelName field is set. |