Skip to content

Commit

Permalink
Merge pull request #734 from mlrun/development
Browse files Browse the repository at this point in the history
[batch_inference_v2] remove redundant default attributes
  • Loading branch information
aviaIguazio authored Oct 31, 2023
2 parents 9c58a76 + d539804 commit e618822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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

0 comments on commit e618822

Please sign in to comment.