Preview Flyte 2 for productionHosted on Union.ai
Memory Machine Cloud

Memory Machine Cloud

flytekitplugins-mmcloud

FlytekitCloud & Infrastructuremmcloudmemvergecloud

Flyte Connector plugin to allow executing Flyte tasks using MemVerge Memory Machine Cloud.

Install
pip install flytekitplugins-mmcloud

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-mmcloud

from flytekit import task, workflow
from flytekitplugins.mmcloud import MMCloudConnector, MMCloudConfig, MMCloudTask

@task(task_config=MMCloudTask(...))
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (3)

connectorMMCloudConnector

Backend connector for Memory Machine Cloud.

from flytekitplugins.mmcloud import MMCloudConnector

configMMCloudConfig

Configures MMCloudTask.

extends dataclass — configuration or data structure for plugin setup

from flytekitplugins.mmcloud import MMCloudConfig

taskMMCloudTask

Task for Memory Machine Cloud.

extends PythonFunctionTask — a flyte task that can be used in workflows

from flytekitplugins.mmcloud import MMCloudTask

Dependencies

kubernetes

Related Plugins

Package Info

Min Flytekit1.9.1
Modules3

Downloads

Last day9
Last week123
Last month855