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.
0.1.202
union.ucimage
Directory
Classes
| Class | Description |
|---|---|
UCImageSpecBuilder |
ImageSpec builder for UnionAI. |
union.ucimage.UCImageSpecBuilder
ImageSpec builder for UnionAI.
Methods
| Method | Description |
|---|---|
build_image() |
Build image using UnionAI. |
should_build() |
Check whether the image should be built. |
build_image()
def build_image(
image_spec: flytekit.image_spec.image_spec.ImageSpec,
)Build image using UnionAI.
| Parameter | Type | Description |
|---|---|---|
image_spec |
flytekit.image_spec.image_spec.ImageSpec |
should_build()
def should_build(
image_spec: flytekit.image_spec.image_spec.ImageSpec,
) -> boolCheck whether the image should be built.
| Parameter | Type | Description |
|---|---|---|
image_spec |
flytekit.image_spec.image_spec.ImageSpec |