flytekit.Blob#

class flytekit.Blob(metadata, uri)[source]#

Methods

classmethod from_flyte_idl(proto)[source]#
Parameters:

proto (flyteidl.core.literals_pb2.Blob)

Return type:

Blob

serialize_to_string()[source]#
Return type:

str

short_string()[source]#
Return type:

Text

to_flyte_idl()[source]#
Return type:

flyteidl.core.literals_pb2.Blob

verbose_string()[source]#
Return type:

Text

Attributes

is_empty
metadata

BlobMetadata

Type:

rtype

uri

Text

Type:

rtype