MemVerge Memory Machine Cloud (MMC) agent#
Note
To use the MMC agent, you must pip install flytekitplugins-mmcloud
.
- class flytekitplugins.mmcloud.MMCloudConfig(submit_extra='')#
Configures MMCloudTask. Tasks specified with MMCloudConfig will be executed using Memory Machine Cloud.
- Parameters:
submit_extra (str)
- class flytekitplugins.mmcloud.MMCloudTask(*args, **kwargs)#
- execute(**kwargs)#
This method will be invoked to execute the task. If you do decide to override this method you must also handle dynamic tasks or you will no longer be able to use the task as a dynamic task generator.
- Return type:
Any
- get_custom(settings)#
Return plugin-specific data as a serializable dictionary.
- Parameters:
settings (SerializationSettings)
- Return type:
Dict[str, Any]