Resource: ExampleStore
Represents an executable service to manage and retrieve examples.
namestring
Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{exampleStore}
displayNamestring
Required. Display name of the ExampleStore.
descriptionstring
Optional. description of the ExampleStore.
Output only. timestamp when this ExampleStore was created.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. timestamp when this ExampleStore was most recently updated.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Required. Example Store config.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"description": string,
"createTime": string,
"updateTime": string,
"exampleStoreConfig": {
object ( |
ExampleStoreConfig
Configuration for the Example Store.
vertexEmbeddingModelstring
Required. The embedding model to be used for vector embedding. Immutable. Supported models: * "text-embedding-005" * "text-multilingual-embedding-002"
| JSON representation |
|---|
{ "vertexEmbeddingModel": string } |
Methods |
|
|---|---|
|
Create an ExampleStore. |
|
Delete an ExampleStore. |
|
Get Examples from the Example Store. |
|
Get an ExampleStore. |
|
List ExampleStores in a Location. |
|
Update an ExampleStore. |
|
Remove Examples from the Example Store. |
|
Search for similar Examples for given selection criteria. |
|
Create or update Examples in the Example Store. |