flytekit.BlobMetadata#
- class flytekit.BlobMetadata(type)[source]#
This is metadata for the Blob literal.
- Parameters
type (flytekit.models.core.types.BlobType) – The type of the underlying blob
Methods
- classmethod from_flyte_idl(proto)[source]#
- Parameters
proto (flyteidl.core.literals_pb2.BlobMetadata) –
- Return type
- short_string()#
- Return type
Text
- verbose_string()#
- Return type
Text
Attributes
- is_empty#
- type#
flytekit.models.core.types.BlobType
- Type
rtype