public static interface CatalogAttribute.FacetConfig.RerankConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFacetValues(int index)
If empty, rerank on all facet values for the current key.
|
com.google.protobuf.ByteString |
getFacetValuesBytes(int index)
If empty, rerank on all facet values for the current key.
|
int |
getFacetValuesCount()
If empty, rerank on all facet values for the current key.
|
List<String> |
getFacetValuesList()
If empty, rerank on all facet values for the current key.
|
boolean |
getRerankFacet()
If set to true, then we also rerank the dynamic facets based on the
facet values engaged by the user for the current attribute key during
serving.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getRerankFacet()
If set to true, then we also rerank the dynamic facets based on the facet values engaged by the user for the current attribute key during serving.
bool rerank_facet = 1;List<String> getFacetValuesList()
If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;int getFacetValuesCount()
If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;String getFacetValues(int index)
If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;index - The index of the element to return.com.google.protobuf.ByteString getFacetValuesBytes(int index)
If empty, rerank on all facet values for the current key. Otherwise, will rerank on the facet values from this list only.
repeated string facet_values = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.