![]() |
Response from the task scheduler.
tfx.orchestration.experimental.core.task_scheduler.TaskSchedulerResult(
status, executor_output=attr_dict['executor_output'].default
)
Attributes | |
---|---|
status
|
Scheduler status that reflects scheduler level issues, such as
task cancellation, failure to start the executor, etc. Executor status set
in executor_output matters if the scheduler status is OK . Otherwise,
executor_output may be None and is ignored.
|
executor_output
|
An instance of ExecutorOutput containing the results of
task execution.
|
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class TaskSchedulerResult.
__ge__
__ge__(
other
)
Method generated by attrs for class TaskSchedulerResult.
__gt__
__gt__(
other
)
Method generated by attrs for class TaskSchedulerResult.
__le__
__le__(
other
)
Method generated by attrs for class TaskSchedulerResult.
__lt__
__lt__(
other
)
Method generated by attrs for class TaskSchedulerResult.
__ne__
__ne__(
other
)
Method generated by attrs for class TaskSchedulerResult.