Cloud AI Platform v1 API - Class AddExecutionEventsRequest (2.27.0)

public sealed class AddExecutionEventsRequest : IMessage<AddExecutionEventsRequest>, IEquatable<AddExecutionEventsRequest>, IDeepCloneable<AddExecutionEventsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AddExecutionEventsRequest.

Request message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1.MetadataService.AddExecutionEvents].

Inheritance

object > AddExecutionEventsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AddExecutionEventsRequest()

public AddExecutionEventsRequest()

AddExecutionEventsRequest(AddExecutionEventsRequest)

public AddExecutionEventsRequest(AddExecutionEventsRequest other)
Parameter
NameDescription
otherAddExecutionEventsRequest

Properties

Events

public RepeatedField<Event> Events { get; }

The Events to create and add.

Property Value
TypeDescription
RepeatedFieldEvent

Execution

public string Execution { get; set; }

Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

Property Value
TypeDescription
string

ExecutionAsExecutionName

public ExecutionName ExecutionAsExecutionName { get; set; }

ExecutionName-typed view over the Execution resource name property.

Property Value
TypeDescription
ExecutionName