Interface NodeExecutionOuterClass.NodeExecutionOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Uniquely identifies an individual node execution.
         
        .flyteidl.core.NodeExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.
      • 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.
      • hasMetadata

        boolean hasMetadata()
         Metadata for Node Execution
         
        .flyteidl.admin.NodeExecutionMetaData metadata = 4;
        Returns:
        Whether the metadata field is set.