0.1.187

Classes

Class Description
union.ActorEnvironment ActorEnvironment class.
union.Artifact This is a wrapper around the Flytekit Artifact class.
union.Cache Cache configuration for a task.
union.ContainerTask This is an intermediate class that represents Flyte Tasks that run a container at execution time.
union.Deck Deck enable users to get customizable and default visibility into their tasks.
union.FlyteDirectory
union.FlyteFile
union.ImageSpec This class is used to specify the docker image that will be used to run the task.
union.LaunchPlan Launch Plans are one of the core constructs of Flyte.
union.PodTemplate Custom PodTemplate specification for a Task.
union.Resources This class is used to specify both resource requests and resource limits.
union.Secret See :std:ref:cookbook:secrets for usage examples.
union.StructuredDataset This is the user facing StructuredDataset class.
union.UnionRemote Main entrypoint for programmatically accessing a Flyte remote backend.
union.VersionParameters Parameters used for version hash generation.
union.actor.ActorEnvironment ActorEnvironment class.
union.actor.ActorTask A Python Function task should be used as the base for all extensions that have a python function.
union.app.App App specification.
union.app.ArizeConfig
union.app.FlyteConnectorApp FlyteConnector application specification that inherits from App.
union.app.Input Input for application.
union.app.Link
union.app.PhoenixConfig
union.app.ScalingMetric
union.app.URLQuery
union.app.WeaveConfig
union.app.llm.SGLangApp App backed by FastAPI.
union.app.llm.VLLMApp App backed by FastAPI.
union.artifacts.Artifact This is a wrapper around the Flytekit Artifact class.
union.artifacts.DataCard
union.artifacts.ModelCard
union.artifacts.OnArtifact Event used to link upstream and downstream workflows together.
union.cache.CacheFunctionBody A class that implements a versioning mechanism for functions by generating.
union.configuration.UnionAIPlugin
union.filesystems.AsyncUnionFS Async file operations, default implementations.
union.filesystems.AsyncUnionMetaFS Async file operations, default implementations.
union.remote.HuggingFaceModelInfo Captures information about a Hugging Face model.
union.remote.ShardConfig
union.remote.UnionRemote Main entrypoint for programmatically accessing a Flyte remote backend.
union.remote.VLLMShardArgs
union.ucimage.UCImageSpecBuilder ImageSpec builder for UnionAI.

Protocols

Protocol Description
union.CachePolicy Base class for protocol classes.