MCPcopy Create free account
hub / github.com/featureform/featureform / CreateModel

Method CreateModel

api/main.go:759–762  ·  view source on GitHub ↗
(ctx context.Context, model *pb.Model)

Source from the content-addressed store, hash-verified

757}
758
759func (serv *MetadataServer) CreateModel(ctx context.Context, model *pb.Model) (*pb.Empty, error) {
760 serv.Logger.Infow("Creating Model", "model", model.Name)
761 return serv.meta.CreateModel(ctx, model)
762}
763
764func (serv *OnlineServer) FeatureServe(ctx context.Context, req *srv.FeatureServeRequest) (*srv.FeatureRow, error) {
765 serv.Logger.Infow("Serving Features", "request", req.String())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected