![]() |
ExecProperty Placeholder represents an execution property.
Inherits From: Placeholder
tfx.dsl.placeholder.placeholder.ExecPropertyPlaceholder(
key: str
)
Prefer to use exec_property(...) to create exec property placeholders.
Methods
b64encode
b64encode()
Encodes the output of another placeholder using url safe base64 encoding.
Returns | |
---|---|
A placeholder, when rendering, is a url safe base64 encoded string. |
encode
encode(
component_spec: Optional[Type[types.ComponentSpec]] = None
) -> placeholder_pb2.PlaceholderExpression
Encodes a placeholder as PlaceholderExpression proto.
Args | |
---|---|
component_spec
|
Optional. Information about the component that may be needed during encoding. |
Returns | |
---|---|
Encoded proto containing all information of this placeholder. |
serialize
serialize(
serialization_format: tfx.dsl.placeholder.placeholder.ProtoSerializationFormat
)
Serialize the proto-valued placeholder using the provided scheme.
Args | |
---|---|
serialization_format
|
The format of how the proto is serialized. |
Returns | |
---|---|
A placeholder that when rendered is serialized with the scheme. |
__add__
__add__(
right: Union[str, 'Placeholder']
)
__getitem__
__getitem__(
key: Union[int, str]
)
__radd__
__radd__(
left: str
)