Interface TaskExecutionOuterClass.TaskExecutionOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Unique identifier for the task execution.
         
        .flyteidl.core.TaskExecutionIdentifier 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()
         Task execution details and results.
         
        .flyteidl.admin.TaskExecutionClosure closure = 3;
        Returns:
        Whether the closure field is set.
      • getIsParent

        boolean getIsParent()
         Whether this task spawned nodes.
         
        bool is_parent = 4;
        Returns:
        The isParent.