Package flyteidl.event
Interface Event.NodeExecutionEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.NodeExecutionEvent,Event.NodeExecutionEvent.Builder
- Enclosing class:
- Event
public static interface Event.NodeExecutionEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeckUri()String location uniquely identifying where the deck HTML file is NativeUrl specifies the url in the format of the configured storage provider (e.g.com.google.protobuf.ByteStringgetDeckUriBytes()String location uniquely identifying where the deck HTML file is NativeUrl specifies the url in the format of the configured storage provider (e.g.Execution.ExecutionErrorgetError()Error information for the executionExecution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information for the executionintgetEventVersion()int32 event_version = 16;IdentifierOuterClass.NodeExecutionIdentifiergetId()Unique identifier for this node executionIdentifierOuterClass.NodeExecutionIdentifierOrBuildergetIdOrBuilder()Unique identifier for this node executionStringgetInputUri()string input_uri = 5;com.google.protobuf.ByteStringgetInputUriBytes()string input_uri = 5;booleangetIsDynamic()Whether this node yielded a dynamic workflow.booleangetIsParent()Whether this node launched a subworkflow.StringgetNodeName()Friendly readable name for the nodecom.google.protobuf.ByteStringgetNodeNameBytes()Friendly readable name for the nodecom.google.protobuf.TimestampgetOccurredAt()This timestamp represents when the original event occurred, it is generated by the executor of the node.com.google.protobuf.TimestampOrBuildergetOccurredAtOrBuilder()This timestamp represents when the original event occurred, it is generated by the executor of the node.Literals.LiteralMapgetOutputData()Raw output data produced by this node execution.Literals.LiteralMapOrBuildergetOutputDataOrBuilder()Raw output data produced by this node execution.Event.NodeExecutionEvent.OutputResultCasegetOutputResultCase()StringgetOutputUri()URL to the output of the execution, it encodes all the information including Cloud source provider.com.google.protobuf.ByteStringgetOutputUriBytes()URL to the output of the execution, it encodes all the information including Cloud source provider.Event.ParentNodeExecutionMetadatagetParentNodeMetadata()Specifies the parent node of the current node execution.Event.ParentNodeExecutionMetadataOrBuildergetParentNodeMetadataOrBuilder()Specifies the parent node of the current node execution.Event.ParentTaskExecutionMetadatagetParentTaskMetadata()[To be deprecated] Specifies which task (if any) launched this node.Event.ParentTaskExecutionMetadataOrBuildergetParentTaskMetadataOrBuilder()[To be deprecated] Specifies which task (if any) launched this node.Execution.NodeExecution.PhasegetPhase().flyteidl.core.NodeExecution.Phase phase = 3;intgetPhaseValue().flyteidl.core.NodeExecution.Phase phase = 3;StringgetProducerId()the id of the originator (Propeller) of the eventcom.google.protobuf.ByteStringgetProducerIdBytes()the id of the originator (Propeller) of the eventStringgetRetryGroup()Retry group to indicate grouping of nodes by retriescom.google.protobuf.ByteStringgetRetryGroupBytes()Retry group to indicate grouping of nodes by retriesStringgetSpecNodeId()Identifier of the node in the original workflow/graph This maps to value of WorkflowTemplate.nodes[X].idcom.google.protobuf.ByteStringgetSpecNodeIdBytes()Identifier of the node in the original workflow/graph This maps to value of WorkflowTemplate.nodes[X].idEvent.NodeExecutionEvent.TargetMetadataCasegetTargetMetadataCase()Event.TaskNodeMetadatagetTaskNodeMetadata().flyteidl.event.TaskNodeMetadata task_node_metadata = 14;Event.TaskNodeMetadataOrBuildergetTaskNodeMetadataOrBuilder().flyteidl.event.TaskNodeMetadata task_node_metadata = 14;Event.WorkflowNodeMetadatagetWorkflowNodeMetadata().flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;Event.WorkflowNodeMetadataOrBuildergetWorkflowNodeMetadataOrBuilder().flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;booleanhasError()Error information for the executionbooleanhasId()Unique identifier for this node executionbooleanhasOccurredAt()This timestamp represents when the original event occurred, it is generated by the executor of the node.booleanhasOutputData()Raw output data produced by this node execution.booleanhasOutputUri()URL to the output of the execution, it encodes all the information including Cloud source provider.booleanhasParentNodeMetadata()Specifies the parent node of the current node execution.booleanhasParentTaskMetadata()[To be deprecated] Specifies which task (if any) launched this node.booleanhasTaskNodeMetadata().flyteidl.event.TaskNodeMetadata task_node_metadata = 14;booleanhasWorkflowNodeMetadata().flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
Unique identifier for this node execution
.flyteidl.core.NodeExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.NodeExecutionIdentifier getId()
Unique identifier for this node execution
.flyteidl.core.NodeExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.NodeExecutionIdentifierOrBuilder getIdOrBuilder()
Unique identifier for this node execution
.flyteidl.core.NodeExecutionIdentifier id = 1;
-
getProducerId
String getProducerId()
the id of the originator (Propeller) of the event
string producer_id = 2;- Returns:
- The producerId.
-
getProducerIdBytes
com.google.protobuf.ByteString getProducerIdBytes()
the id of the originator (Propeller) of the event
string producer_id = 2;- Returns:
- The bytes for producerId.
-
getPhaseValue
int getPhaseValue()
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.NodeExecution.Phase getPhase()
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The phase.
-
hasOccurredAt
boolean hasOccurredAt()
This timestamp represents when the original event occurred, it is generated by the executor of the node.
.google.protobuf.Timestamp occurred_at = 4;- Returns:
- Whether the occurredAt field is set.
-
getOccurredAt
com.google.protobuf.Timestamp getOccurredAt()
This timestamp represents when the original event occurred, it is generated by the executor of the node.
.google.protobuf.Timestamp occurred_at = 4;- Returns:
- The occurredAt.
-
getOccurredAtOrBuilder
com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder()
This timestamp represents when the original event occurred, it is generated by the executor of the node.
.google.protobuf.Timestamp occurred_at = 4;
-
getInputUri
String getInputUri()
string input_uri = 5;- Returns:
- The inputUri.
-
getInputUriBytes
com.google.protobuf.ByteString getInputUriBytes()
string input_uri = 5;- Returns:
- The bytes for inputUri.
-
hasOutputUri
boolean hasOutputUri()
URL to the output of the execution, it encodes all the information including Cloud source provider. ie., s3://...
string output_uri = 6;- Returns:
- Whether the outputUri field is set.
-
getOutputUri
String getOutputUri()
URL to the output of the execution, it encodes all the information including Cloud source provider. ie., s3://...
string output_uri = 6;- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
URL to the output of the execution, it encodes all the information including Cloud source provider. ie., s3://...
string output_uri = 6;- Returns:
- The bytes for outputUri.
-
hasError
boolean hasError()
Error information for the execution
.flyteidl.core.ExecutionError error = 7;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information for the execution
.flyteidl.core.ExecutionError error = 7;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information for the execution
.flyteidl.core.ExecutionError error = 7;
-
hasOutputData
boolean hasOutputData()
Raw output data produced by this node execution.
.flyteidl.core.LiteralMap output_data = 15;- Returns:
- Whether the outputData field is set.
-
getOutputData
Literals.LiteralMap getOutputData()
Raw output data produced by this node execution.
.flyteidl.core.LiteralMap output_data = 15;- Returns:
- The outputData.
-
getOutputDataOrBuilder
Literals.LiteralMapOrBuilder getOutputDataOrBuilder()
Raw output data produced by this node execution.
.flyteidl.core.LiteralMap output_data = 15;
-
hasWorkflowNodeMetadata
boolean hasWorkflowNodeMetadata()
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- Whether the workflowNodeMetadata field is set.
-
getWorkflowNodeMetadata
Event.WorkflowNodeMetadata getWorkflowNodeMetadata()
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- The workflowNodeMetadata.
-
getWorkflowNodeMetadataOrBuilder
Event.WorkflowNodeMetadataOrBuilder getWorkflowNodeMetadataOrBuilder()
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;
-
hasTaskNodeMetadata
boolean hasTaskNodeMetadata()
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;- Returns:
- Whether the taskNodeMetadata field is set.
-
getTaskNodeMetadata
Event.TaskNodeMetadata getTaskNodeMetadata()
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;- Returns:
- The taskNodeMetadata.
-
getTaskNodeMetadataOrBuilder
Event.TaskNodeMetadataOrBuilder getTaskNodeMetadataOrBuilder()
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;
-
hasParentTaskMetadata
boolean hasParentTaskMetadata()
[To be deprecated] Specifies which task (if any) launched this node.
.flyteidl.event.ParentTaskExecutionMetadata parent_task_metadata = 9;- Returns:
- Whether the parentTaskMetadata field is set.
-
getParentTaskMetadata
Event.ParentTaskExecutionMetadata getParentTaskMetadata()
[To be deprecated] Specifies which task (if any) launched this node.
.flyteidl.event.ParentTaskExecutionMetadata parent_task_metadata = 9;- Returns:
- The parentTaskMetadata.
-
getParentTaskMetadataOrBuilder
Event.ParentTaskExecutionMetadataOrBuilder getParentTaskMetadataOrBuilder()
[To be deprecated] Specifies which task (if any) launched this node.
.flyteidl.event.ParentTaskExecutionMetadata parent_task_metadata = 9;
-
hasParentNodeMetadata
boolean hasParentNodeMetadata()
Specifies the parent node of the current node execution. Node executions at level zero will not have a parent node.
.flyteidl.event.ParentNodeExecutionMetadata parent_node_metadata = 10;- Returns:
- Whether the parentNodeMetadata field is set.
-
getParentNodeMetadata
Event.ParentNodeExecutionMetadata getParentNodeMetadata()
Specifies the parent node of the current node execution. Node executions at level zero will not have a parent node.
.flyteidl.event.ParentNodeExecutionMetadata parent_node_metadata = 10;- Returns:
- The parentNodeMetadata.
-
getParentNodeMetadataOrBuilder
Event.ParentNodeExecutionMetadataOrBuilder getParentNodeMetadataOrBuilder()
Specifies the parent node of the current node execution. Node executions at level zero will not have a parent node.
.flyteidl.event.ParentNodeExecutionMetadata parent_node_metadata = 10;
-
getRetryGroup
String getRetryGroup()
Retry group to indicate grouping of nodes by retries
string retry_group = 11;- Returns:
- The retryGroup.
-
getRetryGroupBytes
com.google.protobuf.ByteString getRetryGroupBytes()
Retry group to indicate grouping of nodes by retries
string retry_group = 11;- Returns:
- The bytes for retryGroup.
-
getSpecNodeId
String getSpecNodeId()
Identifier of the node in the original workflow/graph This maps to value of WorkflowTemplate.nodes[X].id
string spec_node_id = 12;- Returns:
- The specNodeId.
-
getSpecNodeIdBytes
com.google.protobuf.ByteString getSpecNodeIdBytes()
Identifier of the node in the original workflow/graph This maps to value of WorkflowTemplate.nodes[X].id
string spec_node_id = 12;- Returns:
- The bytes for specNodeId.
-
getNodeName
String getNodeName()
Friendly readable name for the node
string node_name = 13;- Returns:
- The nodeName.
-
getNodeNameBytes
com.google.protobuf.ByteString getNodeNameBytes()
Friendly readable name for the node
string node_name = 13;- Returns:
- The bytes for nodeName.
-
getEventVersion
int getEventVersion()
int32 event_version = 16;- Returns:
- The eventVersion.
-
getIsParent
boolean getIsParent()
Whether this node launched a subworkflow.
bool is_parent = 17;- Returns:
- The isParent.
-
getIsDynamic
boolean getIsDynamic()
Whether this node yielded a dynamic workflow.
bool is_dynamic = 18;- Returns:
- The isDynamic.
-
getDeckUri
String getDeckUri()
String location uniquely identifying where the deck HTML file is NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
string deck_uri = 19;- Returns:
- The deckUri.
-
getDeckUriBytes
com.google.protobuf.ByteString getDeckUriBytes()
String location uniquely identifying where the deck HTML file is NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
string deck_uri = 19;- Returns:
- The bytes for deckUri.
-
getOutputResultCase
Event.NodeExecutionEvent.OutputResultCase getOutputResultCase()
-
getTargetMetadataCase
Event.NodeExecutionEvent.TargetMetadataCase getTargetMetadataCase()
-
-