2.0.0b35

flyte.models

Directory

Classes

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.

Methods

Method Description
generate_random_name() Generate a random name for the task.

Variables

Property Type Description
MAX_INLINE_IO_BYTES int
TYPE_CHECKING bool

Methods

generate_random_name()

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