Package flyteidl.admin
Interface NodeExecutionOuterClass.NodeExecutionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.NodeExecution,NodeExecutionOuterClass.NodeExecution.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.NodeExecutionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionClosuregetClosure()Computed results associated with this node execution.NodeExecutionOuterClass.NodeExecutionClosureOrBuildergetClosureOrBuilder()Computed results associated with this node execution.IdentifierOuterClass.NodeExecutionIdentifiergetId()Uniquely identifies an individual node execution.IdentifierOuterClass.NodeExecutionIdentifierOrBuildergetIdOrBuilder()Uniquely identifies an individual node execution.StringgetInputUri()Path to remote data store where input blob is stored.com.google.protobuf.ByteStringgetInputUriBytes()Path to remote data store where input blob is stored.NodeExecutionOuterClass.NodeExecutionMetaDatagetMetadata()Metadata for Node ExecutionNodeExecutionOuterClass.NodeExecutionMetaDataOrBuildergetMetadataOrBuilder()Metadata for Node ExecutionbooleanhasClosure()Computed results associated with this node execution.booleanhasId()Uniquely identifies an individual node execution.booleanhasMetadata()Metadata for Node Execution-
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()
Uniquely identifies an individual node execution.
.flyteidl.core.NodeExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.NodeExecutionIdentifier getId()
Uniquely identifies an individual node execution.
.flyteidl.core.NodeExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.NodeExecutionIdentifierOrBuilder getIdOrBuilder()
Uniquely identifies an individual node execution.
.flyteidl.core.NodeExecutionIdentifier id = 1;
-
getInputUri
String getInputUri()
Path to remote data store where input blob is stored.
string input_uri = 2;- Returns:
- The inputUri.
-
getInputUriBytes
com.google.protobuf.ByteString getInputUriBytes()
Path to remote data store where input blob is stored.
string input_uri = 2;- Returns:
- The bytes for inputUri.
-
hasClosure
boolean hasClosure()
Computed results associated with this node execution.
.flyteidl.admin.NodeExecutionClosure closure = 3;- Returns:
- Whether the closure field is set.
-
getClosure
NodeExecutionOuterClass.NodeExecutionClosure getClosure()
Computed results associated with this node execution.
.flyteidl.admin.NodeExecutionClosure closure = 3;- Returns:
- The closure.
-
getClosureOrBuilder
NodeExecutionOuterClass.NodeExecutionClosureOrBuilder getClosureOrBuilder()
Computed results associated with this node execution.
.flyteidl.admin.NodeExecutionClosure closure = 3;
-
hasMetadata
boolean hasMetadata()
Metadata for Node Execution
.flyteidl.admin.NodeExecutionMetaData metadata = 4;- Returns:
- Whether the metadata field is set.
-
getMetadata
NodeExecutionOuterClass.NodeExecutionMetaData getMetadata()
Metadata for Node Execution
.flyteidl.admin.NodeExecutionMetaData metadata = 4;- Returns:
- The metadata.
-
getMetadataOrBuilder
NodeExecutionOuterClass.NodeExecutionMetaDataOrBuilder getMetadataOrBuilder()
Metadata for Node Execution
.flyteidl.admin.NodeExecutionMetaData metadata = 4;
-
-