caikit.runtime.protobufs.process_pb2_grpc

Client and server classes corresponding to protobufs-defined services.

Classes

ProcessStub

A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs.

ProcessServicer

A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs.

Process

A Process running in Model-Train's Dynamic Workflow (DWF) must implement these APIs.

Functions

add_ProcessServicer_to_server(servicer, server)

Module Contents

class caikit.runtime.protobufs.process_pb2_grpc.ProcessStub(channel)[source]

Bases: object

A Process running in Model-Train’s Dynamic Workflow (DWF) must implement these APIs.

Run
class caikit.runtime.protobufs.process_pb2_grpc.ProcessServicer[source]

Bases: object

A Process running in Model-Train’s Dynamic Workflow (DWF) must implement these APIs.

Run(request, context)[source]

Upon receiving a training job, Run() will be called once it is the current process’ turn to execute

caikit.runtime.protobufs.process_pb2_grpc.add_ProcessServicer_to_server(servicer, server)[source]
class caikit.runtime.protobufs.process_pb2_grpc.Process[source]

Bases: object

A Process running in Model-Train’s Dynamic Workflow (DWF) must implement these APIs.

static Run(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]