flytekit.BlobMetadata#

class flytekit.BlobMetadata(type)[source]#

This is metadata for the Blob literal.

Methods

classmethod from_flyte_idl(proto)[source]#
Parameters

proto (flyteidl.core.literals_pb2.BlobMetadata) –

Return type

BlobMetadata

serialize_to_string()#
Return type

str

short_string()#
Return type

Text

to_flyte_idl()[source]#
Return type

flyteidl.core.literals_pb2.BlobMetadata

verbose_string()#
Return type

Text

Attributes

is_empty
type

flytekit.models.core.types.BlobType

Type

rtype