[BindServiceMethod(typeof(ExampleStoreService), "BindService")]
public abstract class ExampleStoreService.ExampleStoreServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class ExampleStoreService.ExampleStoreServiceBase.
Base class for server-side implementations of ExampleStoreService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
CreateExampleStore(CreateExampleStoreRequest, ServerCallContext)
public virtual Task<Operation> CreateExampleStore(CreateExampleStoreRequest request, ServerCallContext context)Create an ExampleStore.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateExampleStoreRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteExampleStore(DeleteExampleStoreRequest, ServerCallContext)
public virtual Task<Operation> DeleteExampleStore(DeleteExampleStoreRequest request, ServerCallContext context)Delete an ExampleStore.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExampleStoreRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
FetchExamples(FetchExamplesRequest, ServerCallContext)
public virtual Task<FetchExamplesResponse> FetchExamples(FetchExamplesRequest request, ServerCallContext context)Get Examples from the Example Store.
| Parameters | |
|---|---|
| Name | Description |
request |
FetchExamplesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFetchExamplesResponse |
The response to send back to the client (wrapped by a task). |
GetExampleStore(GetExampleStoreRequest, ServerCallContext)
public virtual Task<ExampleStore> GetExampleStore(GetExampleStoreRequest request, ServerCallContext context)Get an ExampleStore.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExampleStoreRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskExampleStore |
The response to send back to the client (wrapped by a task). |
ListExampleStores(ListExampleStoresRequest, ServerCallContext)
public virtual Task<ListExampleStoresResponse> ListExampleStores(ListExampleStoresRequest request, ServerCallContext context)List ExampleStores in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExampleStoresRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListExampleStoresResponse |
The response to send back to the client (wrapped by a task). |
RemoveExamples(RemoveExamplesRequest, ServerCallContext)
public virtual Task<RemoveExamplesResponse> RemoveExamples(RemoveExamplesRequest request, ServerCallContext context)Remove Examples from the Example Store.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveExamplesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRemoveExamplesResponse |
The response to send back to the client (wrapped by a task). |
SearchExamples(SearchExamplesRequest, ServerCallContext)
public virtual Task<SearchExamplesResponse> SearchExamples(SearchExamplesRequest request, ServerCallContext context)Search for similar Examples for given selection criteria.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchExamplesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchExamplesResponse |
The response to send back to the client (wrapped by a task). |
UpdateExampleStore(UpdateExampleStoreRequest, ServerCallContext)
public virtual Task<Operation> UpdateExampleStore(UpdateExampleStoreRequest request, ServerCallContext context)Update an ExampleStore.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExampleStoreRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpsertExamples(UpsertExamplesRequest, ServerCallContext)
public virtual Task<UpsertExamplesResponse> UpsertExamples(UpsertExamplesRequest request, ServerCallContext context)Create or update Examples in the Example Store.
| Parameters | |
|---|---|
| Name | Description |
request |
UpsertExamplesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskUpsertExamplesResponse |
The response to send back to the client (wrapped by a task). |