feast.serving package

Submodules

feast.serving.ServingService_pb2 module

class feast.serving.ServingService_pb2.FeatureReferenceV2

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
feature_table

Field feast.serving.FeatureReferenceV2.feature_table

name

Field feast.serving.FeatureReferenceV2.name

class feast.serving.ServingService_pb2.GetFeastServingInfoRequest

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
class feast.serving.ServingService_pb2.GetFeastServingInfoResponse

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
job_staging_location

Field feast.serving.GetFeastServingInfoResponse.job_staging_location

type

Field feast.serving.GetFeastServingInfoResponse.type

version

Field feast.serving.GetFeastServingInfoResponse.version

class feast.serving.ServingService_pb2.GetOnlineFeaturesRequestV2

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
class EntityRow

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
class FieldsEntry

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
key

Field feast.serving.GetOnlineFeaturesRequestV2.EntityRow.FieldsEntry.key

value

Field feast.serving.GetOnlineFeaturesRequestV2.EntityRow.FieldsEntry.value

fields

Field feast.serving.GetOnlineFeaturesRequestV2.EntityRow.fields

timestamp

Field feast.serving.GetOnlineFeaturesRequestV2.EntityRow.timestamp

entity_rows

Field feast.serving.GetOnlineFeaturesRequestV2.entity_rows

features

Field feast.serving.GetOnlineFeaturesRequestV2.features

project

Field feast.serving.GetOnlineFeaturesRequestV2.project

class feast.serving.ServingService_pb2.GetOnlineFeaturesResponse

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
FieldStatus = <google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object>
class FieldValues

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
class FieldsEntry

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
key

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.FieldsEntry.key

value

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.FieldsEntry.value

class StatusesEntry

Bases: google.protobuf.pyext._message.CMessage, google.protobuf.message.Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>
key

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.StatusesEntry.key

value

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.StatusesEntry.value

fields

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.fields

statuses

Field feast.serving.GetOnlineFeaturesResponse.FieldValues.statuses

INVALID = 0
NOT_FOUND = 3
NULL_VALUE = 2
OUTSIDE_MAX_AGE = 4
PRESENT = 1
field_values

Field feast.serving.GetOnlineFeaturesResponse.field_values

feast.serving.ServingService_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class 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 GetOnlineFeaturesV2(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
class 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.

GetOnlineFeaturesV2(request, context)[source]

Get online features (v2) synchronously.

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

Bases: object

Missing associated documentation comment in .proto file.

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

Module contents