Package flyteidl.core

Interface IdentifierOuterClass.TaskExecutionIdentifierOrBuilder

    • Method Detail

      • hasTaskId

        boolean hasTaskId()
        .flyteidl.core.Identifier task_id = 1;
        Returns:
        Whether the taskId field is set.
      • hasNodeExecutionId

        boolean hasNodeExecutionId()
        .flyteidl.core.NodeExecutionIdentifier node_execution_id = 2;
        Returns:
        Whether the nodeExecutionId field is set.
      • getRetryAttempt

        int getRetryAttempt()
        uint32 retry_attempt = 3;
        Returns:
        The retryAttempt.