Skip to content

[FEA] Web-hosted cuopt client interface #479

@atomic

Description

@atomic

Is your feature request related to a problem? Please describe.
The python client's current implementation CuOptServiceSelfHostClient assumed that the model can only be interacted through local hosting or exposed IP and port endpoint. However, extending the current functionality to support web-hosted cuopt model is very trivial as the current interaction is done through request library

Describe the solution you'd like
Additional class CuOptServiceWebHostedClient which extends the base CuOptServiceSelfHostClient and re-use most functionalities

Describe alternatives you've considered
Alternative considered is to remove the authentication layer from the web hosted endpoint, and re-use the existing CuOptServiceSelfHostClient client which is not secure

Additional context
Add any other context, code examples, or references to existing implementations about the feature request here. Internal slack thread: https://nvidia.slack.com/archives/C029C8JHMTL/p1759860849096269

Metadata

Metadata

Assignees

Labels

awaiting responseThis expects a response from maintainer or contributor depending on who requested in last comment.feature requestNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions