Class ProjectsResource.LocationsResource.ExampleStoresResource
The "exampleStores" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExampleStoresResource
Constructors
ExampleStoresResource(IClientService)
Constructs a new resource.
Declaration
public ExampleStoresResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.OperationsResource |
Methods
Create(string)
Create an ExampleStore.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.CreateRequest Create(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to create the ExampleStore in. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.CreateRequest |
Delete(string)
Delete an ExampleStore.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the ExampleStore to be deleted. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.DeleteRequest |
FetchExamples(GoogleCloudAiplatformV1beta1FetchExamplesRequest, string)
Get Examples from the Example Store.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.FetchExamplesRequest FetchExamples(GoogleCloudAiplatformV1beta1FetchExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1FetchExamplesRequest | body | The body of the request. |
string | exampleStore | Required. The name of the ExampleStore resource that the examples should be fetched from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.FetchExamplesRequest |
Get(string)
Get an ExampleStore.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the ExampleStore. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.GetRequest |
List(string)
List ExampleStores in a Location.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to list the ExampleStores from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.ListRequest |
Patch(GoogleCloudAiplatformV1beta1ExampleStore, string)
Update an ExampleStore.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1ExampleStore body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1ExampleStore | body | The body of the request. |
string | name | Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{example_store} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.PatchRequest |
RemoveExamples(GoogleCloudAiplatformV1beta1RemoveExamplesRequest, string)
Remove Examples from the Example Store.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.RemoveExamplesRequest RemoveExamples(GoogleCloudAiplatformV1beta1RemoveExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1RemoveExamplesRequest | body | The body of the request. |
string | exampleStore | Required. The name of the ExampleStore resource that the examples should be removed from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.RemoveExamplesRequest |
SearchExamples(GoogleCloudAiplatformV1beta1SearchExamplesRequest, string)
Search for similar Examples for given selection criteria.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.SearchExamplesRequest SearchExamples(GoogleCloudAiplatformV1beta1SearchExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1SearchExamplesRequest | body | The body of the request. |
string | exampleStore | Required. The name of the ExampleStore resource that examples are retrieved from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.SearchExamplesRequest |
UpsertExamples(GoogleCloudAiplatformV1beta1UpsertExamplesRequest, string)
Create or update Examples in the Example Store.
Declaration
public virtual ProjectsResource.LocationsResource.ExampleStoresResource.UpsertExamplesRequest UpsertExamples(GoogleCloudAiplatformV1beta1UpsertExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1UpsertExamplesRequest | body | The body of the request. |
string | exampleStore | Required. The name of the ExampleStore resource that examples are added to or updated in. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExampleStoresResource.UpsertExamplesRequest |