The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
ResourceMeta
Package: flyte.connectors
This is the metadata for the job. For example, the id of the job.
Parameters
def ResourceMeta()Methods
| Method | Description |
|---|---|
decode() |
Decode the resource meta from bytes. |
encode() |
Encode the resource meta to bytes. |
decode()
def decode(
data: bytes,
) -> ResourceMetaDecode the resource meta from bytes.
| Parameter | Type | Description |
|---|---|---|
data |
bytes |
encode()
def encode()Encode the resource meta to bytes.