![]() |
Represents a placeholder for the URI of the output artifact argument.
tfx.dsl.component.experimental.placeholders.OutputUriPlaceholder(
output_name: Text
)
Represents a placeholder that will be replaced at runtime with the URI for the output artifact data.
Methods
from_json_dict
@classmethod
from_json_dict( dict_data: Dict[Text, Any] ) -> Any
Convert from dictionary data to an object.
to_json_dict
to_json_dict() -> Dict[Text, Any]
Convert from an object to a JSON serializable dictionary.
__eq__
__eq__(
other
) -> bool
Return self==value.
__ne__
__ne__(
other
) -> bool
Return self!=value.