Package flyteidl.admin
Interface NodeExecutionOuterClass.NodeExecutionClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.NodeExecutionClosure,NodeExecutionOuterClass.NodeExecutionClosure.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.NodeExecutionClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedAt()Time at which the node execution was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the node execution was created.StringgetDeckUri()String location uniquely identifying where the deck HTML file is.com.google.protobuf.ByteStringgetDeckUriBytes()String location uniquely identifying where the deck HTML file is.com.google.protobuf.DurationgetDuration()The amount of time the node execution spent running.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The amount of time the node execution spent running.Execution.ExecutionErrorgetError()Error information for the NodeExecution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information for the NodeLiterals.LiteralMapgetOutputData()Deprecated.flyteidl.admin.NodeExecutionClosure.output_data is deprecated.Literals.LiteralMapOrBuildergetOutputDataOrBuilder()Deprecated.NodeExecutionOuterClass.NodeExecutionClosure.OutputResultCasegetOutputResultCase()StringgetOutputUri()Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated.com.google.protobuf.ByteStringgetOutputUriBytes()Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated.Execution.NodeExecution.PhasegetPhase()The last recorded phase for this node execution.intgetPhaseValue()The last recorded phase for this node execution.com.google.protobuf.TimestampgetStartedAt()Time at which the node execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Time at which the node execution began running.NodeExecutionOuterClass.NodeExecutionClosure.TargetMetadataCasegetTargetMetadataCase()NodeExecutionOuterClass.TaskNodeMetadatagetTaskNodeMetadata().flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;NodeExecutionOuterClass.TaskNodeMetadataOrBuildergetTaskNodeMetadataOrBuilder().flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;com.google.protobuf.TimestampgetUpdatedAt()Time at which the node execution was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Time at which the node execution was last updated.NodeExecutionOuterClass.WorkflowNodeMetadatagetWorkflowNodeMetadata().flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;NodeExecutionOuterClass.WorkflowNodeMetadataOrBuildergetWorkflowNodeMetadataOrBuilder().flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;booleanhasCreatedAt()Time at which the node execution was created.booleanhasDuration()The amount of time the node execution spent running.booleanhasError()Error information for the NodebooleanhasOutputData()Deprecated.flyteidl.admin.NodeExecutionClosure.output_data is deprecated.booleanhasOutputUri()Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated.booleanhasStartedAt()Time at which the node execution began running.booleanhasTaskNodeMetadata().flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;booleanhasUpdatedAt()Time at which the node execution was last updated.booleanhasWorkflowNodeMetadata().flyteidl.admin.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
-
hasOutputUri
@Deprecated boolean hasOutputUri()
Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134Links to a remotely stored, serialized core.LiteralMap of node execution outputs. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
string output_uri = 1 [deprecated = true];- Returns:
- Whether the outputUri field is set.
-
getOutputUri
@Deprecated String getOutputUri()
Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134Links to a remotely stored, serialized core.LiteralMap of node execution outputs. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
string output_uri = 1 [deprecated = true];- Returns:
- The outputUri.
-
getOutputUriBytes
@Deprecated com.google.protobuf.ByteString getOutputUriBytes()
Deprecated.flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134Links to a remotely stored, serialized core.LiteralMap of node execution outputs. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
string output_uri = 1 [deprecated = true];- Returns:
- The bytes for outputUri.
-
hasError
boolean hasError()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;
-
hasOutputData
@Deprecated boolean hasOutputData()
Deprecated.flyteidl.admin.NodeExecutionClosure.output_data is deprecated. See flyteidl/admin/node_execution.proto;l=141Raw output data produced by this node execution. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 10 [deprecated = true];- Returns:
- Whether the outputData field is set.
-
getOutputData
@Deprecated Literals.LiteralMap getOutputData()
Deprecated.flyteidl.admin.NodeExecutionClosure.output_data is deprecated. See flyteidl/admin/node_execution.proto;l=141Raw output data produced by this node execution. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 10 [deprecated = true];- Returns:
- The outputData.
-
getOutputDataOrBuilder
@Deprecated Literals.LiteralMapOrBuilder getOutputDataOrBuilder()
Deprecated.Raw output data produced by this node execution. DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 10 [deprecated = true];
-
getPhaseValue
int getPhaseValue()
The last recorded phase for this node execution.
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.NodeExecution.Phase getPhase()
The last recorded phase for this node execution.
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The phase.
-
hasStartedAt
boolean hasStartedAt()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;
-
hasDuration
boolean hasDuration()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;
-
hasCreatedAt
boolean hasCreatedAt()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;
-
hasUpdatedAt
boolean hasUpdatedAt()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;
-
hasWorkflowNodeMetadata
boolean hasWorkflowNodeMetadata()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- Whether the workflowNodeMetadata field is set.
-
getWorkflowNodeMetadata
NodeExecutionOuterClass.WorkflowNodeMetadata getWorkflowNodeMetadata()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- The workflowNodeMetadata.
-
getWorkflowNodeMetadataOrBuilder
NodeExecutionOuterClass.WorkflowNodeMetadataOrBuilder getWorkflowNodeMetadataOrBuilder()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;
-
hasTaskNodeMetadata
boolean hasTaskNodeMetadata()
.flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;- Returns:
- Whether the taskNodeMetadata field is set.
-
getTaskNodeMetadata
NodeExecutionOuterClass.TaskNodeMetadata getTaskNodeMetadata()
.flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;- Returns:
- The taskNodeMetadata.
-
getTaskNodeMetadataOrBuilder
NodeExecutionOuterClass.TaskNodeMetadataOrBuilder getTaskNodeMetadataOrBuilder()
.flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;
-
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 = 11;- 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 = 11;- Returns:
- The bytes for deckUri.
-
getOutputResultCase
NodeExecutionOuterClass.NodeExecutionClosure.OutputResultCase getOutputResultCase()
-
getTargetMetadataCase
NodeExecutionOuterClass.NodeExecutionClosure.TargetMetadataCase getTargetMetadataCase()
-
-