Cloud AI Platform v1 API - Class DynamicRetrievalConfig (3.10.0)

public sealed class DynamicRetrievalConfig : IMessage<DynamicRetrievalConfig>, IEquatable<DynamicRetrievalConfig>, IDeepCloneable<DynamicRetrievalConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DynamicRetrievalConfig.

Describes the options to customize dynamic retrieval.

Inheritance

object > DynamicRetrievalConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DynamicRetrievalConfig()

public DynamicRetrievalConfig()

DynamicRetrievalConfig(DynamicRetrievalConfig)

public DynamicRetrievalConfig(DynamicRetrievalConfig other)
Parameter
Name Description
other DynamicRetrievalConfig

Properties

DynamicThreshold

public float DynamicThreshold { get; set; }

Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.

Property Value
Type Description
float

HasDynamicThreshold

public bool HasDynamicThreshold { get; }

Gets whether the "dynamic_threshold" field is set

Property Value
Type Description
bool

Mode

public DynamicRetrievalConfig.Types.Mode Mode { get; set; }

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

Property Value
Type Description
DynamicRetrievalConfigTypesMode