Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

ImageBuild

Package: flyte

Result of an image build operation.

Parameters

class ImageBuild(
    uri: str | None,
    remote_run: Optional['remote.Run'],
)
Parameter Type Description
uri str | None The fully qualified image URI. None if the build was started asynchronously and hasn’t completed yet.
remote_run Optional['remote.Run'] The Run object that kicked off an image build job when using the remote builder. None when using the local builder.