Interface TaskExecutionOuterClass.TaskExecutionClosureOrBuilder

    • Method Detail

      • getOutputUri

        java.lang.String getOutputUri()
         Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).
         
        string output_uri = 1;
        Returns:
        The outputUri.
      • getOutputUriBytes

        com.google.protobuf.ByteString getOutputUriBytes()
         Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).
         
        string output_uri = 1;
        Returns:
        The bytes for outputUri.
      • hasError

        boolean hasError()
         Error information for the task execution. Populated if the execution failed.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        Whether the error field is set.
      • getError

        Execution.ExecutionError getError()
         Error information for the task execution. Populated if the execution failed.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        The error.
      • getErrorOrBuilder

        Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
         Error information for the task execution. Populated if the execution failed.
         
        .flyteidl.core.ExecutionError error = 2;
      • getPhaseValue

        int getPhaseValue()
         The last recorded phase for this task execution.
         
        .flyteidl.core.TaskExecution.Phase phase = 3;
        Returns:
        The enum numeric value on the wire for phase.
      • getPhase

        Execution.TaskExecution.Phase getPhase()
         The last recorded phase for this task execution.
         
        .flyteidl.core.TaskExecution.Phase phase = 3;
        Returns:
        The phase.
      • getLogsList

        java.util.List<Execution.TaskLog> getLogsList()
         Detailed log information output by the task execution.
         
        repeated .flyteidl.core.TaskLog logs = 4;
      • getLogs

        Execution.TaskLog getLogs​(int index)
         Detailed log information output by the task execution.
         
        repeated .flyteidl.core.TaskLog logs = 4;
      • getLogsCount

        int getLogsCount()
         Detailed log information output by the task execution.
         
        repeated .flyteidl.core.TaskLog logs = 4;
      • getLogsOrBuilderList

        java.util.List<? extends Execution.TaskLogOrBuilder> getLogsOrBuilderList()
         Detailed log information output by the task execution.
         
        repeated .flyteidl.core.TaskLog logs = 4;
      • getLogsOrBuilder

        Execution.TaskLogOrBuilder getLogsOrBuilder​(int index)
         Detailed log information output by the task execution.
         
        repeated .flyteidl.core.TaskLog logs = 4;
      • hasStartedAt

        boolean hasStartedAt()
         Time at which the task execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        Whether the startedAt field is set.
      • getStartedAt

        com.google.protobuf.Timestamp getStartedAt()
         Time at which the task execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        The startedAt.
      • getStartedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
         Time at which the task execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
      • hasDuration

        boolean hasDuration()
         The amount of time the task execution spent running.
         
        .google.protobuf.Duration duration = 6;
        Returns:
        Whether the duration field is set.
      • getDuration

        com.google.protobuf.Duration getDuration()
         The amount of time the task execution spent running.
         
        .google.protobuf.Duration duration = 6;
        Returns:
        The duration.
      • getDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
         The amount of time the task execution spent running.
         
        .google.protobuf.Duration duration = 6;
      • hasCreatedAt

        boolean hasCreatedAt()
         Time at which the task execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        com.google.protobuf.Timestamp getCreatedAt()
         Time at which the task execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Time at which the task execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
      • hasUpdatedAt

        boolean hasUpdatedAt()
         Time at which the task execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        Whether the updatedAt field is set.
      • getUpdatedAt

        com.google.protobuf.Timestamp getUpdatedAt()
         Time at which the task execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        The updatedAt.
      • getUpdatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
         Time at which the task execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
      • hasCustomInfo

        boolean hasCustomInfo()
         Custom data specific to the task plugin.
         
        .google.protobuf.Struct custom_info = 9;
        Returns:
        Whether the customInfo field is set.
      • getCustomInfo

        com.google.protobuf.Struct getCustomInfo()
         Custom data specific to the task plugin.
         
        .google.protobuf.Struct custom_info = 9;
        Returns:
        The customInfo.
      • getCustomInfoOrBuilder

        com.google.protobuf.StructOrBuilder getCustomInfoOrBuilder()
         Custom data specific to the task plugin.
         
        .google.protobuf.Struct custom_info = 9;