You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,5 +69,8 @@ These extra files and customisation can be found in the
69
69
1. Update the [swagger file](./swagger-v1alpha1.yml) with latest specification.
70
70
2. Update [config file](./config/python.json) to bump the package version.
71
71
3. Run `make python` to re-generate the sdk api files from new specifications.
72
+
73
+
**Note** : For Seldon Deploy model metadata service, we are having to patch two additional dict type parameters namely `tags` and `metrics` to the generated docs and sdk code. We do this manually, using the same make command, by applying the [patch file](./templates/python/metadata_tags_metrics.patch) file to the code, post sdk generation task. In some cases the patch apply cmd may fail, and there might be a requirement to re-generate the patch manually by changing the generated docs/sdk files as required.
74
+
72
75
4. Run `make -C build push` to build & push latest release to [PyPi](https://pypi.org/project/seldon-deploy-sdk/)
73
76
5. Create a new Github Tag and Release with latest version and notes.
query = 'query_example' # str | For more complex queries where other logical operators like OR, NOT, etc. (optional)
12
12
page_size = 56 # int | Optional. The maximum number of Folders to return in the response. (optional)
13
13
page_token = 'page_token_example' # str | Optional. A pagination token returned from a previous call to `List` that indicates where this listing should continue from. (optional)
14
-
@@ -149,7 +151,7 @@order_by = 'order_by_example' # str | The order in which to return the model met
print("Exception when calling ModelMetadataServiceApi->model_metadata_service_list_model_metadata: %s\n" % e)
23
-
@@ -165,6 +167,8 @@ Name | Type | Description | Notes
23
+
@@ -166,6 +168,8 @@ Name | Type | Description | Notes
24
24
**artifact_type** | **str**| | [optional] [default to UNKNOWN]
25
25
**task_type** | **str**| | [optional]
26
26
**model_type** | **str**| | [optional]
@@ -30,7 +30,7 @@ index 4ca2775..481780a 100644
30
30
**page_size** | **int**| Optional. The maximum number of Folders to return in the response. | [optional]
31
31
**page_token** | **str**| Optional. A pagination token returned from a previous call to `List` that indicates where this listing should continue from. | [optional]
0 commit comments