Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non-null but empty Parameters object in inference response #11

Merged
merged 5 commits into from
Feb 15, 2024

Conversation

JakobEdding
Copy link
Member

@JakobEdding JakobEdding commented Feb 7, 2024

So far, kserve-client can only deserialize parameters: null or a parameters: { ... } object (with all its fields filled) from an inference response.

However, some KServe InferenceServices return parameters: {} as part of an inference response. This case should also be accepted as a valid response.

azure-pipelines.yml Outdated Show resolved Hide resolved
@JakobEdding JakobEdding merged commit f602a96 into main Feb 15, 2024
6 checks passed
@JakobEdding JakobEdding deleted the fix/empty-response-params branch February 15, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants