Class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters
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
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StoredContentsExampleParameters : IDirectResponseSchema
Properties
ContentSearchKey
The chat history to use to generate the search key for retrieval.
Declaration
[JsonProperty("contentSearchKey")]
public virtual GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey ContentSearchKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StoredContentsExampleParametersContentSearchKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FunctionNames
Optional. The function names for filtering.
Declaration
[JsonProperty("functionNames")]
public virtual GoogleCloudAiplatformV1beta1ExamplesArrayFilter FunctionNames { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ExamplesArrayFilter |
SearchKey
The exact search key to use for retrieval.
Declaration
[JsonProperty("searchKey")]
public virtual string SearchKey { get; set; }
Property Value
Type | Description |
---|---|
string |