2.0.0b53

ImageBuild

Package: flyte

Result of an image build operation.

Attributes: uri: The fully qualified image URI. None if the build was started asynchronously and hasn’t completed yet. remote_run: The Run object that kicked off an image build job when using the remote builder. None when using the local builder.

class ImageBuild(
    uri: str | None,
    remote_run: Optional['remote.Run'],
)
Parameter Type Description
uri str | None
remote_run Optional['remote.Run']