(ctx context.Context, model string)
| 19 | Deploy(ctx context.Context, model string, session string, fn ...func() error) (*ai_provider_local.Pipeline, error) |
| 20 | CancelDeploy(ctx context.Context, model string) error |
| 21 | RemoveModel(ctx context.Context, model string) error |
| 22 | Enable(ctx context.Context, model string) error |
| 23 | Disable(ctx context.Context, model string) error |
| 24 | ModelState(ctx context.Context, model string) (*ai_local_dto.DeployState, *ai_local_dto.ModelInfo, error) |
no outgoing calls
no test coverage detected