The page you navigated to does not exist, so we brought you to the closest page to it.
flytekitplugins.mmcloud.utils
| Property |
Type |
Description |
MMCLOUD_STATUS_TO_FLYTE_PHASE |
dict |
|
PIPE |
int |
|
ROUND_CEILING |
str |
|
def async_check_output(
args,
kwargs,
)
This behaves similarly to subprocess.check_output().
| Parameter |
Type |
Description |
args |
*args |
|
kwargs |
**kwargs |
|
def flyte_to_mmcloud_resources(
requests: typing.Optional[flytekit.core.resources.Resources],
limits: typing.Optional[flytekit.core.resources.Resources],
) -> typing.Tuple[int, int, int, int]
Map Flyte (K8s) resources to MMCloud resources.
| Parameter |
Type |
Description |
requests |
typing.Optional[flytekit.core.resources.Resources] |
|
limits |
typing.Optional[flytekit.core.resources.Resources] |
|
def mmcloud_status_to_flyte_phase(
status: str,
) -> google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper
Map MMCloud status to Flyte phase.
| Parameter |
Type |
Description |
status |
str |
|