Resource: ExampleStore
Represents an executable service to manage and retrieve examples.
name
string
Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{exampleStore}
displayName
string
Required. Display name of the ExampleStore.
description
string
Optional. description of the ExampleStore.
createTime
string ( Timestamp
format)
Output only. timestamp when this ExampleStore was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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"
.
updateTime
string ( Timestamp
format)
Output only. timestamp when this ExampleStore was most recently updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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"
.
exampleStoreConfig
object ( ExampleStoreConfig
)
Required. Example Store config.
JSON representation |
---|
{
"name"
:
string
,
"displayName"
:
string
,
"description"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"exampleStoreConfig"
:
{
object (
|
ExampleStoreConfig
Configuration for the Example Store.
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. |