Cloud AI Platform v1 API - Class Event (2.27.0)

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

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

An edge describing the relationship between an Artifact and an Execution in a lineage graph.

Inheritance

object > Event

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Event()

public Event()

Event(Event)

public Event(Event other)
Parameter
NameDescription
otherEvent

Properties

Artifact

public string Artifact { get; set; }

Required. The relative resource name of the Artifact in the Event.

Property Value
TypeDescription
string

ArtifactAsArtifactName

public ArtifactName ArtifactAsArtifactName { get; set; }

ArtifactName-typed view over the Artifact resource name property.

Property Value
TypeDescription
ArtifactName

EventTime

public Timestamp EventTime { get; set; }

Output only. Time the Event occurred.

Property Value
TypeDescription
Timestamp

Execution

public string Execution { get; set; }

Output only. The relative resource name of the Execution in the Event.

Property Value
TypeDescription
string

ExecutionAsExecutionName

public ExecutionName ExecutionAsExecutionName { get; set; }

ExecutionName-typed view over the Execution resource name property.

Property Value
TypeDescription
ExecutionName

Labels

public MapField<string, string> Labels { get; }

The labels with user-defined metadata to annotate Events.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Event (System labels are excluded).

See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

Property Value
TypeDescription
MapFieldstringstring

Type

public Event.Types.Type Type { get; set; }

Required. The type of the Event.

Property Value
TypeDescription
EventTypesType