feast.protos.feast.core package

Submodules

feast.protos.feast.core.CoreService_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.CoreService_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class feast.protos.feast.core.CoreService_pb2_grpc.CoreService[source]

Bases: object

Missing associated documentation comment in .proto file.

static ApplyEntity(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ApplyFeatureTable(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ArchiveProject(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static CreateProject(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static DeleteFeatureTable(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static GetEntity(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static GetFeastCoreVersion(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static GetFeatureTable(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ListEntities(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ListFeatureTables(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ListFeatures(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ListProjects(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ListStores(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static UpdateStore(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.core.CoreService_pb2_grpc.CoreServiceServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

ApplyEntity(request, context)[source]

Create or update and existing entity.

This function is idempotent - it will not create a new entity if schema does not change. Schema changes will update the entity if the changes are valid. Following changes are not valid: - Changes to name - Changes to type

ApplyFeatureTable(request, context)[source]

Feature Tables

Create or update an existing feature table. This function is idempotent - it will not create a new feature table if the schema does not change. Schema changes will update the feature table if the changes are valid. All changes except the following are valid: - Changes to feature table name. - Changes to entities - Changes to feature name and type

ArchiveProject(request, context)[source]

Archives a project. Archived projects will continue to exist and function, but won’t be visible through the Core API. Any existing ingestion or serving requests will continue to function, but will result in warning messages being logged. It is not possible to unarchive a project through the Core API

CreateProject(request, context)[source]

Creates a project. Projects serve as namespaces within which resources like features will be created. Feature table names as must be unique within a project while field (Feature/Entity) names must be unique within a Feature Table. Project names themselves must be globally unique.

DeleteFeatureTable(request, context)[source]

Delete a specific feature table

GetEntity(request, context)[source]

Returns a specific entity

GetFeastCoreVersion(request, context)[source]

Retrieve version information about this Feast deployment

GetFeatureTable(request, context)[source]

Returns a specific feature table

ListEntities(request, context)[source]

Returns all entity references and respective entities matching that filter. If none are found an empty map will be returned If no filter is provided in the request, the response will contain all the entities currently stored in the default project.

ListFeatureTables(request, context)[source]

List feature tables that match a given filter. Returns the references of the Feature Tables matching that filter. If none are found, an empty list will be returned. If no filter is provided in the request, the response will match all the feature tables currently stored in the registry.

ListFeatures(request, context)[source]

Returns all feature references and respective features matching that filter. If none are found an empty map will be returned If no filter is provided in the request, the response will contain all the features currently stored in the default project.

ListProjects(request, context)[source]

Lists all projects active projects.

ListStores(request, context)[source]

Retrieve store details given a filter.

Returns all stores matching that filter. If none are found, an empty list will be returned. If no filter is provided in the request, the response will contain all the stores currently stored in the registry.

UpdateStore(request, context)[source]

Updates core with the configuration of the store.

If the changes are valid, core will return the given store configuration in response, and start or update the necessary feature population jobs for the updated store.

class feast.protos.feast.core.CoreService_pb2_grpc.CoreServiceStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

feast.protos.feast.core.CoreService_pb2_grpc.add_CoreServiceServicer_to_server(servicer, server)[source]

feast.protos.feast.core.DataFormat_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.DataFormat_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.DataSource_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.DataSource_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.Entity_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.Entity_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.FeatureTable_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.FeatureTable_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.FeatureView_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.FeatureView_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.Feature_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.Feature_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.Registry_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.Registry_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

feast.protos.feast.core.Store_pb2 module

Generated protocol buffer code.

feast.protos.feast.core.Store_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

Module contents