Responsible for launching a container executor.
Inherits From: BaseExecutorOperator
tfx.orchestration.portable.docker_executor_operator.DockerExecutorOperator(
executor_spec: message.Message,
platform_config: Optional[message.Message] = None
)
Args |
executor_spec
|
The specification of how to initialize the executor.
|
platform_config
|
The specification of how to allocate resource for the
executor.
|
Raises |
RuntimeError
|
if the executor_spec or platform_config is not supported.
|
Methods
run_executor
View source
run_executor(
execution_info: tfx.orchestration.portable.data_types.ExecutionInfo
) -> execution_result_pb2.ExecutorOutput
Execute underlying component implementation.
Class Variables |
SUPPORTED_EXECUTOR_SPEC_TYPE
|
|
SUPPORTED_PLATFORM_CONFIG_TYPE
|
|