Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DynamicRetrievalConfig

Describes the options to customize dynamic retrieval.

Inheritance
object
GoogleCloudAiplatformV1beta1DynamicRetrievalConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX