Class ProjectsResource.LocationsResource.ExampleStoresResource.UpsertExamplesRequest
Create or update Examples in the Example Store.
Inheritance
ProjectsResource.LocationsResource.ExampleStoresResource.UpsertExamplesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExampleStoresResource.UpsertExamplesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1UpsertExamplesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1UpsertExamplesResponse>, IClientServiceRequest
Constructors
UpsertExamplesRequest(IClientService, GoogleCloudAiplatformV1beta1UpsertExamplesRequest, string)
Constructs a new UpsertExamples request.
Declaration
public UpsertExamplesRequest(IClientService service, GoogleCloudAiplatformV1beta1UpsertExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1UpsertExamplesRequest | body | |
string | exampleStore |
Properties
ExampleStore
Required. The name of the ExampleStore resource that examples are added to or updated in.
Format: projects/{project}/locations/{location}/exampleStores/{example_store}
Declaration
[RequestParameter("exampleStore", RequestParameterType.Path)]
public virtual string ExampleStore { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpsertExamples parameter list.
Declaration
protected override void InitParameters()