Class DynamicRetrievalConfig (1.93.1)

DynamicRetrievalConfig(
 mode: google.cloud.aiplatform_v1beta1.types.tool.DynamicRetrievalConfig.Mode = Mode.MODE_UNSPECIFIED,
 dynamic_threshold: typing.Optional[float] = None,
)

Config for dynamic retrieval.

Classes

Mode

Mode(value)

The mode of the predictor to be used in dynamic retrieval.

Methods

DynamicRetrievalConfig

DynamicRetrievalConfig(
 mode: google.cloud.aiplatform_v1beta1.types.tool.DynamicRetrievalConfig.Mode = Mode.MODE_UNSPECIFIED,
 dynamic_threshold: typing.Optional[float] = None,
)

Initializes a DynamicRetrievalConfig.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.