caikit.runtime.servicers.training_management_servicer
Attributes
Classes
This class contains the implementation of all of the RPCs that are required to run a |
Module Contents
- class caikit.runtime.servicers.training_management_servicer.TrainingManagementServicerImpl[source]
This class contains the implementation of all of the RPCs that are required to run a service in Model Mesh as a Model-Runtime.
- get_training_status(training_id: str) caikit.interfaces.runtime.data_model.TrainingStatusResponse[source]
Get the status of a training by ID
- cancel_training(training_id: str) caikit.interfaces.runtime.data_model.TrainingStatusResponse[source]
Cancel a training future.