feast.protos.feast.serving package

Submodules

feast.protos.feast.serving.ServingService_pb2 module

Generated protocol buffer code.

feast.protos.feast.serving.ServingService_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class feast.protos.feast.serving.ServingService_pb2_grpc.ServingService[source]

Bases: object

Missing associated documentation comment in .proto file.

static GetFeastServingInfo(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static GetOnlineFeatures(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
class feast.protos.feast.serving.ServingService_pb2_grpc.ServingServiceServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

GetFeastServingInfo(request, context)[source]

Get information about this Feast serving.

GetOnlineFeatures(request, context)[source]

Get online features synchronously.

class feast.protos.feast.serving.ServingService_pb2_grpc.ServingServiceStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

feast.protos.feast.serving.ServingService_pb2_grpc.add_ServingServiceServicer_to_server(servicer, server)[source]

Module contents