public sealed class StoredContentsExampleParameters : IMessage<StoredContentsExampleParameters>, IEquatable<StoredContentsExampleParameters>, IDeepCloneable<StoredContentsExampleParameters>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StoredContentsExampleParameters.
The metadata filters that will be used to search StoredContentsExamples. If a field is unspecified, then no filtering for that field will be applied
Implements
IMessageStoredContentsExampleParameters, IEquatableStoredContentsExampleParameters, IDeepCloneableStoredContentsExampleParameters, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StoredContentsExampleParameters()
public StoredContentsExampleParameters()StoredContentsExampleParameters(StoredContentsExampleParameters)
public StoredContentsExampleParameters(StoredContentsExampleParameters other)| Parameter | |
|---|---|
| Name | Description |
other |
StoredContentsExampleParameters |
Properties
ContentSearchKey
public StoredContentsExampleParameters.Types.ContentSearchKey ContentSearchKey { get; set; }The chat history to use to generate the search key for retrieval.
| Property Value | |
|---|---|
| Type | Description |
StoredContentsExampleParametersTypesContentSearchKey |
|
FunctionNames
public ExamplesArrayFilter FunctionNames { get; set; }Optional. The function names for filtering.
| Property Value | |
|---|---|
| Type | Description |
ExamplesArrayFilter |
|
HasSearchKey
public bool HasSearchKey { get; }Gets whether the "search_key" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
QueryCase
public StoredContentsExampleParameters.QueryOneofCase QueryCase { get; }| Property Value | |
|---|---|
| Type | Description |
StoredContentsExampleParametersQueryOneofCase |
|
SearchKey
public string SearchKey { get; set; }The exact search key to use for retrieval.
| Property Value | |
|---|---|
| Type | Description |
string |
|