FastAPIのインストール
モデルをServeする
weave://your_entity/project-name/YourModel:<hash>
これを使用するには、Swagger UI のリンクにアクセスし、predict エンドポイントをクリックしてから、“Try it out!” をクリックします.Weave の op とモデルを API エンドポイントとして公開し、予測のサービングや本番環境での推論を実行します。
weave://your_entity/project-name/YourModel:<hash>
これを使用するには、Swagger UI のリンクにアクセスし、predict エンドポイントをクリックしてから、“Try it out!” をクリックします.