Rahul Mehta
12/07/2022, 3:40 PMtag
in the flytekit.models Binary
literal?
class Binary(_common.FlyteIdlEntity):
def __init__(self, value, tag):
"""
:param bytes value:
:param Text tag:
"""
self._value = value
self._tag = tag
Ketan (kumare3)
Rahul Mehta
12/07/2022, 3:41 PMtag
matter in the case I'm describing? Sounds like the answer is noKetan (kumare3)
Rahul Mehta
12/07/2022, 3:43 PM