The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.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. |