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.configuration
Directory
Classes
| Class | Description |
|---|---|
UnionAIPlugin |
union.configuration.UnionAIPlugin
Methods
| Method | Description |
|---|---|
configure_pyflyte_cli() |
Configure pyflyte’s CLI. |
get_auth_success_html() |
Get default success html. |
get_default_cache_policies() |
Get default cache policies for tasks. |
get_default_image() |
Return default image. |
get_remote() |
|
secret_requires_group() |
Return True if secrets require group entry. |
configure_pyflyte_cli()
def configure_pyflyte_cli(
main: click.core.Group,
) -> click.core.GroupConfigure pyflyte’s CLI.
| Parameter | Type | Description |
|---|---|---|
main |
click.core.Group |
get_auth_success_html()
def get_auth_success_html(
endpoint: str,
) -> typing.Optional[str]Get default success html. Return None to use flytekit’s default success html.
| Parameter | Type | Description |
|---|---|---|
endpoint |
str |
get_default_cache_policies()
def get_default_cache_policies()Get default cache policies for tasks.
get_default_image()
def get_default_image()Return default image.
get_remote()
def get_remote(
config: typing.Optional[str],
project: str,
domain: str,
data_upload_location: typing.Optional[str],
) -> UnionRemote| Parameter | Type | Description |
|---|---|---|
config |
typing.Optional[str] |
|
project |
str |
|
domain |
str |
|
data_upload_location |
typing.Optional[str] |
secret_requires_group()
def secret_requires_group()Return True if secrets require group entry.