public sealed class RetrievalConfig : IMessage<RetrievalConfig>, IEquatable<RetrievalConfig>, IDeepCloneable<RetrievalConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RetrievalConfig.
Retrieval config.
Implements
IMessageRetrievalConfig, IEquatableRetrievalConfig, IDeepCloneableRetrievalConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|