caikit.runtime.protobufs.process_pb2_grpc ========================================= .. py:module:: caikit.runtime.protobufs.process_pb2_grpc .. autoapi-nested-parse:: Client and server classes corresponding to protobufs-defined services. Classes ------- .. autoapisummary:: caikit.runtime.protobufs.process_pb2_grpc.ProcessStub caikit.runtime.protobufs.process_pb2_grpc.ProcessServicer caikit.runtime.protobufs.process_pb2_grpc.Process Functions --------- .. autoapisummary:: caikit.runtime.protobufs.process_pb2_grpc.add_ProcessServicer_to_server Module Contents --------------- .. py:class:: ProcessStub(channel) Bases: :py:obj:`object` A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs. .. py:attribute:: Run .. py:class:: ProcessServicer Bases: :py:obj:`object` A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs. .. py:method:: Run(request, context) Upon receiving a training job, Run() will be called once it is the current process' turn to execute .. py:function:: add_ProcessServicer_to_server(servicer, server) .. py:class:: Process Bases: :py:obj:`object` A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs. .. py:method:: Run(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None) :staticmethod: