deep.grpc.grpc_service
Service for connecting to GRPC channel.
GRPCService
This service handles config and initialising the GRPc channel that will be used.
Source code in deep/grpc/grpc_service.py
__init__(config)
Create a new grpc service.
:param config: the deep config
Source code in deep/grpc/grpc_service.py
metadata()
Get GRPC metadata.
Call this to get any metadata that should be attached to calls.
:return: list of metadata
start()
Start and connect the GRPC channel.