The page you navigated to does not exist, so we brought you to the closest page to it.
flyte.models
| Class |
Description |
ActionID |
A class representing the ID of an Action, nested within a Run. |
Checkpoints |
A class representing the checkpoints for a task. |
CodeBundle |
A class representing a code bundle for a task. |
GroupData |
|
NativeInterface |
A class representing the native interface for a task. |
PathRewrite |
Configuration for rewriting paths during input loading. |
RawDataPath |
A class representing the raw data path for a task. |
SerializationContext |
This object holds serialization time contextual information, that can be used when serializing the task and. |
TaskContext |
A context class to hold the current task executions context. |
| Property |
Type |
Description |
MAX_INLINE_IO_BYTES |
int |
|
TYPE_CHECKING |
bool |
|
def generate_random_name()
Generate a random name for the task. This is used to create unique names for tasks.
TODO we can use unique-namer in the future, for now its just guids