Class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Inheritance
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddExecutionEventsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1AddExecutionEventsResponse>, IClientServiceRequest
Constructors
AddExecutionEventsRequest(IClientService, GoogleCloudAiplatformV1AddExecutionEventsRequest, string)
Constructs a new AddExecutionEvents request.
Declaration
public AddExecutionEventsRequest(IClientService service, GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1AddExecutionEventsRequest | body | |
string | execution |
Properties
Execution
Required. The resource name of the Execution that the Events connect Artifacts with. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Declaration
[RequestParameter("execution", RequestParameterType.Path)]
public virtual string Execution { 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 AddExecutionEvents parameter list.
Declaration
protected override void InitParameters()