caikit.interfaces.runtime.data_model.model_management ===================================================== .. py:module:: caikit.interfaces.runtime.data_model.model_management .. autoapi-nested-parse:: Data model objects for the model management service Classes ------- .. autoapisummary:: caikit.interfaces.runtime.data_model.model_management.DeployModelRequest caikit.interfaces.runtime.data_model.model_management.UndeployModelRequest Module Contents --------------- .. py:class:: DeployModelRequest Bases: :py:obj:`caikit.core.data_model.DataObjectBase` Request to deploy a model .. py:attribute:: model_id :type: py_to_proto.dataclass_to_proto.Annotated[str, FieldNumber(1)] .. py:attribute:: model_files :type: py_to_proto.dataclass_to_proto.Annotated[List[caikit.interfaces.common.data_model.File], FieldNumber(2)] .. py:class:: UndeployModelRequest Bases: :py:obj:`caikit.core.data_model.DataObjectBase` Request to undeploy a model .. py:attribute:: model_id :type: py_to_proto.dataclass_to_proto.Annotated[str, FieldNumber(1)]