Class GoogleCloudAiplatformV1beta1DynamicRetrievalConfig
Describes the options to customize dynamic retrieval.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DynamicRetrievalConfig : IDirectResponseSchema
Properties
DynamicThreshold
Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
Declaration
[JsonProperty("dynamicThreshold")]
public virtual float? DynamicThreshold { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
The mode of the predictor to be used in dynamic retrieval.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |