Class ProjectsResource.LocationsResource.ExampleStoresResource.RemoveExamplesRequest
Remove Examples from the Example Store.
Inheritance
ProjectsResource.LocationsResource.ExampleStoresResource.RemoveExamplesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExampleStoresResource.RemoveExamplesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1RemoveExamplesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1RemoveExamplesResponse>, IClientServiceRequest
Constructors
RemoveExamplesRequest(IClientService, GoogleCloudAiplatformV1beta1RemoveExamplesRequest, string)
Constructs a new RemoveExamples request.
Declaration
public RemoveExamplesRequest(IClientService service, GoogleCloudAiplatformV1beta1RemoveExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1RemoveExamplesRequest | body | |
string | exampleStore |
Properties
ExampleStore
Required. The name of the ExampleStore resource that the examples should be removed from.
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 RemoveExamples parameter list.
Declaration
protected override void InitParameters()