public interface DynamicRetrievalConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getDynamicThreshold()
Optional.
|
DynamicRetrievalConfig.Mode |
getMode()
The mode of the predictor to be used in dynamic retrieval.
|
int |
getModeValue()
The mode of the predictor to be used in dynamic retrieval.
|
boolean |
hasDynamicThreshold()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getModeValue()
The mode of the predictor to be used in dynamic retrieval.
.google.cloud.aiplatform.v1.DynamicRetrievalConfig.Mode mode = 1;DynamicRetrievalConfig.Mode getMode()
The mode of the predictor to be used in dynamic retrieval.
.google.cloud.aiplatform.v1.DynamicRetrievalConfig.Mode mode = 1;boolean hasDynamicThreshold()
Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
optional float dynamic_threshold = 2 [(.google.api.field_behavior) = OPTIONAL];float getDynamicThreshold()
Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
optional float dynamic_threshold = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.