![]() |
Component info.
tfx.orchestration.data_types.ComponentInfo(
component_type: Text,
component_id: Text,
pipeline_info: tfx.orchestration.data_types.PipelineInfo
)
Attributes | |
---|---|
component_type
|
type of the component. Usually determined by the executor python path or image uri of. |
component_id
|
a unique identifier of the component instance within pipeline. |
pipeline_info
|
the pipeline info of the current pipeline run. |
component_run_context_name
|
"Context name for current component run. |