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

[Batch Infer V2] add has_kwargs: true to enable custom parameters in UI #782

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion batch_inference_v2/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: job
metadata:
name: batch-inference-v2
tag: ''
hash: 1bb938adfe2b006dad2c70d5fec32e88b22bde4e
hash: 6d03260f9186d7b27651d6d0b42074fec54eb0f9
project: ''
labels:
author: eyald
Expand Down Expand Up @@ -157,6 +157,7 @@ spec:
outputs:
- default: ''
lineno: 103
has_kwargs: true
description: Batch inference (also knows as prediction) for the common ML frameworks
(SciKit-Learn, XGBoost and LightGBM) while performing data drift analysis.
default_handler: infer
Expand Down
2 changes: 1 addition & 1 deletion batch_inference_v2/item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
kind: job
requirements: null
url: ''
version: 2.2.0
version: 2.3.0
Loading