public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class Event.
The definition of an Event for a managed / semi-managed notebook instance.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
Event()
public Event()
Event(Event)
public Event(Event other)
Parameter | |
---|---|
Name | Description |
other |
Event |
Properties
Details
public MapField<string, string> Details { get; }
Optional. Event details. This field is used to pass event information.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
ReportTime
public Timestamp ReportTime { get; set; }
Event report time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Type
public Event.Types.EventType Type { get; set; }
Event type.
Property Value | |
---|---|
Type | Description |
EventTypesEventType |