seldon_core.proto package¶

Submodules¶

seldon_core.proto.prediction_pb2 module¶

Generated protocol buffer code.

seldon_core.proto.prediction_pb2_grpc module¶

Client and server classes corresponding to protobuf-defined services.

class seldon_core.proto.prediction_pb2_grpc.Combiner[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static Aggregate(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.CombinerServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

Aggregate(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.CombinerStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.Generic[source]¶

Bases: object

[END Messages]

[START Services]

static Aggregate(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static Route(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static SendFeedback(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static TransformInput(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static TransformOutput(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.GenericServicer[source]¶

Bases: object

[END Messages]

[START Services]

Aggregate(request, context)[source]¶

Missing associated documentation comment in .proto file.

Route(request, context)[source]¶

Missing associated documentation comment in .proto file.

SendFeedback(request, context)[source]¶

Missing associated documentation comment in .proto file.

TransformInput(request, context)[source]¶

Missing associated documentation comment in .proto file.

TransformOutput(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.GenericStub(channel)[source]¶

Bases: object

[END Messages]

[START Services]

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.Model[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static Metadata(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static Predict(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static SendFeedback(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.ModelServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

Metadata(request, context)[source]¶

Missing associated documentation comment in .proto file.

Predict(request, context)[source]¶

Missing associated documentation comment in .proto file.

SendFeedback(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.ModelStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.OutputTransformer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static TransformOutput(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.OutputTransformerServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

TransformOutput(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.OutputTransformerStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.Router[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static Route(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static SendFeedback(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.RouterServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

Route(request, context)[source]¶

Missing associated documentation comment in .proto file.

SendFeedback(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.RouterStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.Seldon[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static GraphMetadata(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static ModelMetadata(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static Predict(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
static SendFeedback(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.SeldonServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

GraphMetadata(request, context)[source]¶

Missing associated documentation comment in .proto file.

ModelMetadata(request, context)[source]¶

Missing associated documentation comment in .proto file.

Predict(request, context)[source]¶

Missing associated documentation comment in .proto file.

SendFeedback(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.SeldonStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

class seldon_core.proto.prediction_pb2_grpc.Transformer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

static TransformInput(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]¶
class seldon_core.proto.prediction_pb2_grpc.TransformerServicer[source]¶

Bases: object

Missing associated documentation comment in .proto file.

TransformInput(request, context)[source]¶

Missing associated documentation comment in .proto file.

class seldon_core.proto.prediction_pb2_grpc.TransformerStub(channel)[source]¶

Bases: object

Missing associated documentation comment in .proto file.

__init__(channel)[source]¶

Constructor.

Parameters:

channel – A grpc.Channel.

seldon_core.proto.prediction_pb2_grpc.add_CombinerServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_GenericServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_ModelServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_OutputTransformerServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_RouterServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_SeldonServicer_to_server(servicer, server)[source]¶
seldon_core.proto.prediction_pb2_grpc.add_TransformerServicer_to_server(servicer, server)[source]¶