Cloud AI Platform v1 API - Class RetrievalConfig (3.15.0)

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

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

Retrieval config.

Inheritance

object > RetrievalConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RetrievalConfig()

public RetrievalConfig()

RetrievalConfig(RetrievalConfig)

public RetrievalConfig(RetrievalConfig other)
Parameter
Name Description
other RetrievalConfig

Properties

HasLanguageCode

public bool HasLanguageCode { get; }

Gets whether the "language_code" field is set

Property Value
Type Description
bool

LanguageCode

public string LanguageCode { get; set; }

The language code of the user.

Property Value
Type Description
string

LatLng

public LatLng LatLng { get; set; }

The location of the user.

Property Value
Type Description
LatLng