public sealed class StoredContentsExample.Types.SearchKeyGenerationMethod : IMessage<StoredContentsExample.Types.SearchKeyGenerationMethod>, IEquatable<StoredContentsExample.Types.SearchKeyGenerationMethod>, IDeepCloneable<StoredContentsExample.Types.SearchKeyGenerationMethod>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StoredContentsExample.Types.SearchKeyGenerationMethod.
Options for generating the search key from the conversation history.
Implements
IMessageStoredContentsExampleTypesSearchKeyGenerationMethod, IEquatableStoredContentsExampleTypesSearchKeyGenerationMethod, IDeepCloneableStoredContentsExampleTypesSearchKeyGenerationMethod, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchKeyGenerationMethod()
public SearchKeyGenerationMethod()SearchKeyGenerationMethod(SearchKeyGenerationMethod)
public SearchKeyGenerationMethod(StoredContentsExample.Types.SearchKeyGenerationMethod other)| Parameter | |
|---|---|
| Name | Description |
other |
StoredContentsExampleTypesSearchKeyGenerationMethod |
Properties
LastEntry
public StoredContentsExample.Types.SearchKeyGenerationMethod.Types.LastEntry LastEntry { get; set; }Use only the last entry of the conversation history
(contents_example.contents) as the search key.
| Property Value | |
|---|---|
| Type | Description |
StoredContentsExampleTypesSearchKeyGenerationMethodTypesLastEntry |
|
MethodCase
public StoredContentsExample.Types.SearchKeyGenerationMethod.MethodOneofCase MethodCase { get; }| Property Value | |
|---|---|
| Type | Description |
StoredContentsExampleTypesSearchKeyGenerationMethodMethodOneofCase |
|