Documentation ¶
Index ¶
- Variables
- type NodeExecutionInternalData
- func (*NodeExecutionInternalData) Descriptor() ([]byte, []int)deprecated
- func (x *NodeExecutionInternalData) GetEventVersion() int32
- func (*NodeExecutionInternalData) ProtoMessage()
- func (x *NodeExecutionInternalData) ProtoReflect() protoreflect.Message
- func (x *NodeExecutionInternalData) Reset()
- func (x *NodeExecutionInternalData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_node_execution_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NodeExecutionInternalData ¶
type NodeExecutionInternalData struct { // Event version > 0 indicates that node execution events can now include populated IsParent and IsDynamic fields. EventVersion int32 `protobuf:"varint,1,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"` // contains filtered or unexported fields }
Data about the node execution that is only referenced by FlyteAdmin and never by external callers.
func (*NodeExecutionInternalData) Descriptor
deprecated
func (*NodeExecutionInternalData) Descriptor() ([]byte, []int)
Deprecated: Use NodeExecutionInternalData.ProtoReflect.Descriptor instead.
func (*NodeExecutionInternalData) GetEventVersion ¶
func (x *NodeExecutionInternalData) GetEventVersion() int32
func (*NodeExecutionInternalData) ProtoMessage ¶
func (*NodeExecutionInternalData) ProtoMessage()
func (*NodeExecutionInternalData) ProtoReflect ¶
func (x *NodeExecutionInternalData) ProtoReflect() protoreflect.Message
func (*NodeExecutionInternalData) Reset ¶
func (x *NodeExecutionInternalData) Reset()
func (*NodeExecutionInternalData) String ¶
func (x *NodeExecutionInternalData) String() string
Click to show internal directories.
Click to hide internal directories.