![]() |
A struct to store information needed for resolution.
tfx.dsl.compiler.placeholder_utils.ResolutionContext(
exec_info=attr_dict['exec_info'].default,
executor_spec=attr_dict['executor_spec'].default,
platform_config=attr_dict['platform_config'].default
)
Attributes | |
---|---|
exec_info
|
An ExecutionInfo object that includes needed information to render all kinds of placeholders. |
executor_spec
|
An executor spec proto for rendering context placeholder. |
platform_config
|
A platform config proto for rendering context placeholder. |
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class ResolutionContext.
__ge__
__ge__(
other
)
Method generated by attrs for class ResolutionContext.
__gt__
__gt__(
other
)
Method generated by attrs for class ResolutionContext.
__le__
__le__(
other
)
Method generated by attrs for class ResolutionContext.
__lt__
__lt__(
other
)
Method generated by attrs for class ResolutionContext.
__ne__
__ne__(
other
)
Method generated by attrs for class ResolutionContext.