Class GoogleCloudAiplatformV1beta1StoredContentsExample
A ContentsExample to be used with GenerateContent alongside information required for storage and retrieval with Example Store.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StoredContentsExample : IDirectResponseSchema
Properties
ContentsExample
Required. The example to be used with GenerateContent.
Declaration
[JsonProperty("contentsExample")]
public virtual GoogleCloudAiplatformV1beta1ContentsExample ContentsExample { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ContentsExample |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchKey
Optional. (Optional) the search key used for retrieval. If not provided at upload-time, the search key will
be generated from contents_example.contents
using the method provided by search_key_generation_method
.
The generated search key will be included in retrieved examples.
Declaration
[JsonProperty("searchKey")]
public virtual string SearchKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchKeyGenerationMethod
Optional. The method used to generate the search key from contents_example.contents
. This is ignored when
uploading an example if search_key
is provided.
Declaration
[JsonProperty("searchKeyGenerationMethod")]
public virtual GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod SearchKeyGenerationMethod { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StoredContentsExampleSearchKeyGenerationMethod |