Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig.
Describes the options to customize dynamic retrieval.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dynamic_threshold
def dynamic_threshold() -> ::Float
Returns
- (::Float) — Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
#dynamic_threshold=
def dynamic_threshold=(value) -> ::Float
Parameter
- value (::Float) — Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
Returns
- (::Float) — Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
#mode
def mode() -> ::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig::Mode
Returns
- (::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig::Mode) — The mode of the predictor to be used in dynamic retrieval.
#mode=
def mode=(value) -> ::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig::Mode
Parameter
- value (::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig::Mode) — The mode of the predictor to be used in dynamic retrieval.
Returns
- (::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig::Mode) — The mode of the predictor to be used in dynamic retrieval.