Skip to content
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
5 changes: 1 addition & 4 deletions 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: cde622360faa797902544a2178e97c152f69aacd
hash: 3206a38ca42ac3ec02b052ef9f5b218156ab65b0
project: ''
labels:
author: eyald
Expand Down Expand Up @@ -46,13 +46,11 @@ spec:
- name: context
type: MLClientCtx
doc: MLRun context.
default: ''
- name: dataset
type: Union[DataItem, list, dict, DataFrame, Series, ndarray]
doc: The dataset to infer through the model. Provided as an input (DataItem)
that represents Dataset artifact / Feature vector URI. If using MLRun SDK,
`dataset` can also be provided as a list, dictionary or numpy array.
default: ''
- name: model_path
type: Union[str, DataItem]
doc: Model store uri (should start with store://). Provided as an input (DataItem).
Expand All @@ -61,7 +59,6 @@ spec:
this function. If `endpoint_id` of existing model endpoint is provided,
make sure that it has a similar model store path, otherwise the drift analysis
won't be triggered.
default: ''
- name: drop_columns
type: Union[str, List[str], int, List[int]]
doc: A string / integer or a list of strings / integers that represent the
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.0.0
version: 2.1.0