Resolves Jinja2 template languages from an executor container spec.
tfx.orchestration.launcher.container_common.resolve_container_template(
container_spec_tmpl: Union[executor_spec.ExecutorContainerSpec, executor_specs.
TemplatedExecutorContainerSpec],
input_dict: Dict[Text, List[types.Artifact]],
output_dict: Dict[Text, List[types.Artifact]],
exec_properties: Dict[Text, Any]
) -> tfx.dsl.components.base.executor_spec.ExecutorContainerSpec
Args |
container_spec_tmpl
|
the container spec template to be resolved.
|
input_dict
|
Dictionary of input artifacts consumed by this component.
|
output_dict
|
Dictionary of output artifacts produced by this component.
|
exec_properties
|
Dictionary of execution properties.
|
Returns |
A resolved container spec.
|