The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.models.core.types
| Class |
Description |
BlobType |
This type represents offloaded data and is typically used for things like files. |
EnumType |
Models _types_pb2. |
This type represents offloaded data and is typically used for things like files.
class BlobType(
format,
dimensionality,
)
| Parameter |
Type |
Description |
format |
|
|
dimensionality |
|
|
| Property |
Type |
Description |
dimensionality |
None |
An integer from BlobType.BlobDimensionality enum :rtype: int |
format |
None |
A string describing the format of the underlying blob data. :rtype: Text |
is_empty |
None |
|
def from_flyte_idl(
proto,
)
| Parameter |
Type |
Description |
proto |
|
|
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.core.types_pb2.BlobType
Models _types_pb2.EnumType
class EnumType(
values: typing.List[str],
)
| Parameter |
Type |
Description |
values |
typing.List[str] |
|
| Property |
Type |
Description |
is_empty |
None |
|
values |
None |
|
def from_flyte_idl(
proto: _types_pb2.EnumType,
)
| Parameter |
Type |
Description |
proto |
_types_pb2.EnumType |
|
def serialize_to_string()
:rtype: Text