rebase.get_model
Resolve a deployed model handle from its underlying Function entrypoint.
rebase.get_model(project: str, name: str | None = None) -> ModelHandle
Returns a typed handle when the underlying Function entrypoint is known:
| Entrypoint | Handle operation |
|---|
predict | handle.predict.remote(...) |
optimize | handle.optimize.remote(...) |
act | handle.act.remote(...) |