aioli-sdk 0.2.4.dev1__tar.gz → 0.2.4.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/PKG-INFO +1 -1
  2. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/__version__.py +1 -1
  3. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/test/test_cli.py +4 -2
  4. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/PKG-INFO +1 -1
  5. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/__init__.py +1 -1
  6. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/authentication_api.py +1 -1
  7. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/deployments_api.py +1 -1
  8. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/information_api.py +1 -1
  9. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/packaged_models_api.py +1 -1
  10. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/registries_api.py +25 -8
  11. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/roles_api.py +1 -1
  12. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/templates_api.py +1 -1
  13. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/users_api.py +1 -1
  14. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api_client.py +1 -1
  15. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/configuration.py +2 -2
  16. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/exceptions.py +1 -1
  17. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/__init__.py +1 -1
  18. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/auto_scaling_template.py +1 -1
  19. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/autoscaling.py +1 -1
  20. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/configuration_resources.py +1 -1
  21. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/deployment.py +1 -1
  22. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/deployment_model_version.py +4 -4
  23. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/deployment_request.py +1 -1
  24. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/deployment_state.py +4 -2
  25. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/error_response.py +1 -1
  26. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/event_info.py +1 -1
  27. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/failure_info.py +1 -1
  28. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/login_request.py +1 -1
  29. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/login_response.py +1 -1
  30. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/model_auth_token.py +1 -1
  31. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/model_response.py +4 -2
  32. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/observability.py +1 -1
  33. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/packaged_model.py +3 -3
  34. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/packaged_model_request.py +4 -4
  35. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/resource_profile.py +1 -1
  36. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/resources_template.py +1 -1
  37. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/role.py +1 -1
  38. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/role_assignment.py +1 -1
  39. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/role_assignments.py +1 -1
  40. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/security.py +1 -1
  41. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/success_response.py +1 -1
  42. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/trained_model_registry.py +1 -1
  43. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/trained_model_registry_request.py +1 -1
  44. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/user.py +1 -1
  45. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/user_patch_request.py +1 -1
  46. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/models/user_request.py +1 -1
  47. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/rest.py +1 -1
  48. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/setup.py +1 -1
  49. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/README.md +0 -0
  50. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/__init__.py +0 -0
  51. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/__init__.py +0 -0
  52. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/__main__.py +0 -0
  53. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/_util.py +0 -0
  54. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/cli.py +0 -0
  55. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/deployment.py +0 -0
  56. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/errors.py +0 -0
  57. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/model.py +0 -0
  58. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/registry.py +0 -0
  59. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/render.py +0 -0
  60. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/role.py +0 -0
  61. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/sso.py +0 -0
  62. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/test/conftest.py +0 -0
  63. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/user.py +0 -0
  64. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/cli/version.py +0 -0
  65. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/__init__.py +0 -0
  66. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/__init__.py +0 -0
  67. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/_util.py +0 -0
  68. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/authentication.py +0 -0
  69. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/certs.py +0 -0
  70. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/errors.py +0 -0
  71. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/api/request.py +0 -0
  72. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/check.py +0 -0
  73. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/constants.py +0 -0
  74. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/declarative_argparse.py +0 -0
  75. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/requests.py +0 -0
  76. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/common/util.py +0 -0
  77. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli/util.py +0 -0
  78. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/SOURCES.txt +0 -0
  79. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/dependency_links.txt +0 -0
  80. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/entry_points.txt +0 -0
  81. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/not-zip-safe +0 -0
  82. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/requires.txt +0 -0
  83. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aioli_sdk.egg-info/top_level.txt +0 -0
  84. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api/__init__.py +0 -0
  85. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/api_response.py +0 -0
  86. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/aiolirest/py.typed +0 -0
  87. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/pyproject.toml +0 -0
  88. {aioli_sdk-0.2.4.dev1 → aioli_sdk-0.2.4.dev3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 0.2.4.dev1
3
+ Version: 0.2.4.dev3
4
4
  Summary: Aioli (AI OnLine Inference), a platform for deploying AI models at scale.
5
5
  Home-page: https://github.com/determined-ai/aioli
6
6
  Author: HPE AI Solutions
@@ -1,2 +1,2 @@
1
1
  # © Copyright 2024 Hewlett Packard Enterprise Development LP
2
- __version__ = "0.2.4-dev1"
2
+ __version__ = "0.2.4-dev3"
@@ -342,14 +342,14 @@ class TestCli:
342
342
  os.system(
343
343
  "aioli model create openllm --registry bento-registry1 "
344
344
  "--format openllm "
345
- "--url openllm://demo-bento-registry/iris-tf-keras "
345
+ "--url s3://demo-bento-registry/iris-tf-keras "
346
346
  '--description "the model description"'
347
347
  )
348
348
  == 0
349
349
  )
350
350
  expected = (
351
351
  "openllm | the model description | 1 | "
352
- "openllm://demo-bento-registry/iris-tf-keras |"
352
+ "s3://demo-bento-registry/iris-tf-keras |"
353
353
  " | bento-registry1"
354
354
  )
355
355
  actual = subprocess.check_output(["aioli", "model", "list"]).decode("utf-8")
@@ -559,6 +559,7 @@ class TestCli:
559
559
  ' "namespace": "aioli",\n'
560
560
  ' "secondaryState": {\n'
561
561
  ' "endpoint": "",\n'
562
+ ' "modelId": "",\n'
562
563
  ' "nativeAppName": "",\n'
563
564
  ' "status": "None",\n'
564
565
  ' "trafficPercentage": 0\n'
@@ -568,6 +569,7 @@ class TestCli:
568
569
  ' },\n' # noqa: Q000
569
570
  ' "state": {\n'
570
571
  ' "endpoint": "",\n'
572
+ ' "modelId": "",\n'
571
573
  ' "nativeAppName": "",\n'
572
574
  ' "status": "Deploying",\n'
573
575
  ' "trafficPercentage": 0\n'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 0.2.4.dev1
3
+ Version: 0.2.4.dev3
4
4
  Summary: Aioli (AI OnLine Inference), a platform for deploying AI models at scale.
5
5
  Home-page: https://github.com/determined-ai/aioli
6
6
  Author: HPE AI Solutions
@@ -7,7 +7,7 @@
7
7
 
8
8
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
9
9
 
10
- The version of the OpenAPI document: 0.2.4-dev1
10
+ The version of the OpenAPI document: 0.2.4-dev3
11
11
  Contact: community@determined-ai
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -28,7 +28,7 @@ from pydantic import Field
28
28
  from typing_extensions import Annotated
29
29
  from pydantic import StrictStr
30
30
 
31
- from typing import List
31
+ from typing import List, Optional
32
32
 
33
33
  from aiolirest.models.model_response import ModelResponse
34
34
  from aiolirest.models.success_response import SuccessResponse
@@ -843,6 +843,7 @@ class RegistriesApi:
843
843
  def registries_id_models_get(
844
844
  self,
845
845
  id: Annotated[StrictStr, Field(description="Model Registry ID")],
846
+ modelformat: Annotated[Optional[StrictStr], Field(description="Model Format Type")] = None,
846
847
  _request_timeout: Union[
847
848
  None,
848
849
  Annotated[StrictFloat, Field(gt=0)],
@@ -858,10 +859,12 @@ class RegistriesApi:
858
859
  ) -> List[ModelResponse]:
859
860
  """Get all available models from a registry
860
861
 
861
- Returns an array of all available models from a registry
862
+ Returns an array of all available models from a registry When listing from an openllm registry, specify the modelformat (case sensitive) query parameter to filter the responses to a manageable number. The supported format names for openllm are: [baichuan,chatglm,dolly_v2,falcon,flan_t5, gemma,gpt_neox,llama,mistral,mixtral,mpt,opt,phi,qwen,stablelm,starcoder,yi] The list is from https://github.com/bentoml/OpenLLM?tab=readme-ov-file#-supported-models
862
863
 
863
864
  :param id: Model Registry ID (required)
864
865
  :type id: str
866
+ :param modelformat: Model Format Type
867
+ :type modelformat: str
865
868
  :param _request_timeout: timeout setting for this request. If one
866
869
  number provided, it will be total request
867
870
  timeout. It can also be a pair (tuple) of
@@ -886,6 +889,7 @@ class RegistriesApi:
886
889
 
887
890
  _param = self._registries_id_models_get_serialize(
888
891
  id=id,
892
+ modelformat=modelformat,
889
893
  _request_auth=_request_auth,
890
894
  _content_type=_content_type,
891
895
  _headers=_headers,
@@ -913,6 +917,7 @@ class RegistriesApi:
913
917
  def registries_id_models_get_with_http_info(
914
918
  self,
915
919
  id: Annotated[StrictStr, Field(description="Model Registry ID")],
920
+ modelformat: Annotated[Optional[StrictStr], Field(description="Model Format Type")] = None,
916
921
  _request_timeout: Union[
917
922
  None,
918
923
  Annotated[StrictFloat, Field(gt=0)],
@@ -928,10 +933,12 @@ class RegistriesApi:
928
933
  ) -> ApiResponse[List[ModelResponse]]:
929
934
  """Get all available models from a registry
930
935
 
931
- Returns an array of all available models from a registry
936
+ Returns an array of all available models from a registry When listing from an openllm registry, specify the modelformat (case sensitive) query parameter to filter the responses to a manageable number. The supported format names for openllm are: [baichuan,chatglm,dolly_v2,falcon,flan_t5, gemma,gpt_neox,llama,mistral,mixtral,mpt,opt,phi,qwen,stablelm,starcoder,yi] The list is from https://github.com/bentoml/OpenLLM?tab=readme-ov-file#-supported-models
932
937
 
933
938
  :param id: Model Registry ID (required)
934
939
  :type id: str
940
+ :param modelformat: Model Format Type
941
+ :type modelformat: str
935
942
  :param _request_timeout: timeout setting for this request. If one
936
943
  number provided, it will be total request
937
944
  timeout. It can also be a pair (tuple) of
@@ -956,6 +963,7 @@ class RegistriesApi:
956
963
 
957
964
  _param = self._registries_id_models_get_serialize(
958
965
  id=id,
966
+ modelformat=modelformat,
959
967
  _request_auth=_request_auth,
960
968
  _content_type=_content_type,
961
969
  _headers=_headers,
@@ -983,6 +991,7 @@ class RegistriesApi:
983
991
  def registries_id_models_get_without_preload_content(
984
992
  self,
985
993
  id: Annotated[StrictStr, Field(description="Model Registry ID")],
994
+ modelformat: Annotated[Optional[StrictStr], Field(description="Model Format Type")] = None,
986
995
  _request_timeout: Union[
987
996
  None,
988
997
  Annotated[StrictFloat, Field(gt=0)],
@@ -998,10 +1007,12 @@ class RegistriesApi:
998
1007
  ) -> RESTResponseType:
999
1008
  """Get all available models from a registry
1000
1009
 
1001
- Returns an array of all available models from a registry
1010
+ Returns an array of all available models from a registry When listing from an openllm registry, specify the modelformat (case sensitive) query parameter to filter the responses to a manageable number. The supported format names for openllm are: [baichuan,chatglm,dolly_v2,falcon,flan_t5, gemma,gpt_neox,llama,mistral,mixtral,mpt,opt,phi,qwen,stablelm,starcoder,yi] The list is from https://github.com/bentoml/OpenLLM?tab=readme-ov-file#-supported-models
1002
1011
 
1003
1012
  :param id: Model Registry ID (required)
1004
1013
  :type id: str
1014
+ :param modelformat: Model Format Type
1015
+ :type modelformat: str
1005
1016
  :param _request_timeout: timeout setting for this request. If one
1006
1017
  number provided, it will be total request
1007
1018
  timeout. It can also be a pair (tuple) of
@@ -1026,6 +1037,7 @@ class RegistriesApi:
1026
1037
 
1027
1038
  _param = self._registries_id_models_get_serialize(
1028
1039
  id=id,
1040
+ modelformat=modelformat,
1029
1041
  _request_auth=_request_auth,
1030
1042
  _content_type=_content_type,
1031
1043
  _headers=_headers,
@@ -1048,6 +1060,7 @@ class RegistriesApi:
1048
1060
  def _registries_id_models_get_serialize(
1049
1061
  self,
1050
1062
  id,
1063
+ modelformat,
1051
1064
  _request_auth,
1052
1065
  _content_type,
1053
1066
  _headers,
@@ -1071,6 +1084,10 @@ class RegistriesApi:
1071
1084
  if id is not None:
1072
1085
  _path_params['id'] = id
1073
1086
  # process the query parameters
1087
+ if modelformat is not None:
1088
+
1089
+ _query_params.append(('modelformat', modelformat))
1090
+
1074
1091
  # process the header parameters
1075
1092
  # process the form parameters
1076
1093
  # process the body parameter
@@ -1409,7 +1426,7 @@ class RegistriesApi:
1409
1426
  ) -> TrainedModelRegistry:
1410
1427
  """Create a new model registry.
1411
1428
 
1412
- A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from Nvidia NGC: AI Development Catalog.
1429
+ A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
1413
1430
 
1414
1431
  :param trained_model_registry: Model Registry Data (required)
1415
1432
  :type trained_model_registry: TrainedModelRegistryRequest
@@ -1479,7 +1496,7 @@ class RegistriesApi:
1479
1496
  ) -> ApiResponse[TrainedModelRegistry]:
1480
1497
  """Create a new model registry.
1481
1498
 
1482
- A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from Nvidia NGC: AI Development Catalog.
1499
+ A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
1483
1500
 
1484
1501
  :param trained_model_registry: Model Registry Data (required)
1485
1502
  :type trained_model_registry: TrainedModelRegistryRequest
@@ -1549,7 +1566,7 @@ class RegistriesApi:
1549
1566
  ) -> RESTResponseType:
1550
1567
  """Create a new model registry.
1551
1568
 
1552
- A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from Nvidia NGC: AI Development Catalog.
1569
+ A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, OpenLLM models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
1553
1570
 
1554
1571
  :param trained_model_registry: Model Registry Data (required)
1555
1572
  :type trained_model_registry: TrainedModelRegistryRequest
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -389,7 +389,7 @@ conf = aiolirest.Configuration(
389
389
  return "Python SDK Debug Report:\n"\
390
390
  "OS: {env}\n"\
391
391
  "Python Version: {pyversion}\n"\
392
- "Version of the API: 0.2.4-dev1\n"\
392
+ "Version of the API: 0.2.4-dev3\n"\
393
393
  "SDK Package Version: 1.0.0".\
394
394
  format(env=sys.platform, pyversion=sys.version)
395
395
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
8
8
 
9
- The version of the OpenAPI document: 0.2.4-dev1
9
+ The version of the OpenAPI document: 0.2.4-dev3
10
10
  Contact: community@determined-ai
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -36,10 +36,10 @@ class DeploymentModelVersion(BaseModel):
36
36
  deployment_id: Optional[StrictStr] = Field(default=None, description="The deployment ID", alias="deploymentId")
37
37
  deployment_name: Optional[StrictStr] = Field(default=None, description="The deployment name", alias="deploymentName")
38
38
  model: Optional[StrictStr] = Field(default=None, description="The name of the model.")
39
- mdl_id: Optional[StrictStr] = Field(default=None, description="The ID of the model.", alias="modelID")
39
+ mdl_id: Optional[StrictStr] = Field(default=None, description="The ID of the model.", alias="modelId")
40
40
  mdl_version: Optional[StrictStr] = Field(default=None, description="The version of the model.", alias="modelVersion")
41
41
  native_app_name: Optional[StrictStr] = Field(default=None, description="The name of the Kubernetes application for the specific service version. Use this name to match the app value in Grafana/Prometheus to obtain logs and metrics for this deployed service version.", alias="nativeAppName")
42
- __properties: ClassVar[List[str]] = ["canaryTrafficPercent", "deployed", "deploymentId", "deploymentName", "model", "modelID", "modelVersion", "nativeAppName"]
42
+ __properties: ClassVar[List[str]] = ["canaryTrafficPercent", "deployed", "deploymentId", "deploymentName", "model", "modelId", "modelVersion", "nativeAppName"]
43
43
 
44
44
  model_config = {
45
45
  "populate_by_name": True,
@@ -94,7 +94,7 @@ class DeploymentModelVersion(BaseModel):
94
94
  "deploymentId": obj.get("deploymentId"),
95
95
  "deploymentName": obj.get("deploymentName"),
96
96
  "model": obj.get("model"),
97
- "modelID": obj.get("modelID"),
97
+ "modelId": obj.get("modelId"),
98
98
  "modelVersion": obj.get("modelVersion"),
99
99
  "nativeAppName": obj.get("nativeAppName")
100
100
  })
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -34,10 +34,11 @@ class DeploymentState(BaseModel):
34
34
  """ # noqa: E501
35
35
  endpoint: Optional[StrictStr] = Field(default=None, description="Endpoint to access inference service.")
36
36
  failure_info: Optional[List[FailureInfo]] = Field(default=None, description="List of any failures that have occurred.", alias="failureInfo")
37
+ mdl_id: Optional[StrictStr] = Field(default=None, description="The ID of the deployed packaged model associcated with this state.", alias="modelId")
37
38
  native_app_name: Optional[StrictStr] = Field(default=None, description="The name of the Kubernetes application for the specific service version. Use this name to match the app value in Grafana/Prometheus to obtain logs and metrics for this deployed service version.", alias="nativeAppName")
38
39
  status: Optional[StrictStr] = Field(default=None, description="Status of a particular service revision. * `Deploying` - Service configuration is in progress. * `Failed` - The service configuration failed. * `Ready` - The service has been successfully configured and is serving. * `Updating` - A new service revision is being rolledout. * `UpdateFailed` - The current service revision failed to rollout due to an error. The prior version is still serving requests. * `Deleting` - The deployed service is being removed. * `Paused` - The deployed service has been stopped by the user or an external action. * `Unknown` - Unable to determined the status. This is a read-only property. Must be one of the values: (Deploying,Ready,Updating,UpdateFailed,Failed,Deleting,Paused,Unknown).")
39
40
  traffic_percentage: Optional[StrictInt] = Field(default=None, description="Target percentage of traffic intended for this service version when successfully deployed.", alias="trafficPercentage")
40
- __properties: ClassVar[List[str]] = ["endpoint", "failureInfo", "nativeAppName", "status", "trafficPercentage"]
41
+ __properties: ClassVar[List[str]] = ["endpoint", "failureInfo", "modelId", "nativeAppName", "status", "trafficPercentage"]
41
42
 
42
43
  model_config = {
43
44
  "populate_by_name": True,
@@ -96,6 +97,7 @@ class DeploymentState(BaseModel):
96
97
  _obj = cls.model_validate({
97
98
  "endpoint": obj.get("endpoint"),
98
99
  "failureInfo": [FailureInfo.from_dict(_item) for _item in obj.get("failureInfo")] if obj.get("failureInfo") is not None else None,
100
+ "modelId": obj.get("modelId"),
99
101
  "nativeAppName": obj.get("nativeAppName"),
100
102
  "status": obj.get("status"),
101
103
  "trafficPercentage": obj.get("trafficPercentage")
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -37,8 +37,9 @@ class ModelResponse(BaseModel):
37
37
  latest_version_id_str: Optional[StrictStr] = Field(default=None, description="The latest version of the model", alias="latestVersionIdStr")
38
38
  latest_version_size_in_bytes: Optional[StrictInt] = Field(default=None, description="The number of bytes for the latest model", alias="latestVersionSizeInBytes")
39
39
  metadata: Optional[Dict[str, StrictStr]] = Field(default=None, description="Extra argument in case more variables need to be stored.")
40
+ format: Optional[StrictStr] = Field(default=None, description="The format of the model", alias="modelFormat")
40
41
  name: Optional[StrictStr] = Field(default=None, description="The name used in model specification")
41
- __properties: ClassVar[List[str]] = ["description", "displayName", "image", "latestVersionIdStr", "latestVersionSizeInBytes", "metadata", "name"]
42
+ __properties: ClassVar[List[str]] = ["description", "displayName", "image", "latestVersionIdStr", "latestVersionSizeInBytes", "metadata", "modelFormat", "name"]
42
43
 
43
44
  model_config = {
44
45
  "populate_by_name": True,
@@ -94,6 +95,7 @@ class ModelResponse(BaseModel):
94
95
  "latestVersionIdStr": obj.get("latestVersionIdStr"),
95
96
  "latestVersionSizeInBytes": obj.get("latestVersionSizeInBytes"),
96
97
  "metadata": obj.get("metadata"),
98
+ "modelFormat": obj.get("modelFormat"),
97
99
  "name": obj.get("name")
98
100
  })
99
101
  return _obj
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -37,12 +37,12 @@ class PackagedModel(BaseModel):
37
37
  environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
38
38
  id: Optional[StrictStr] = Field(default=None, description="The ID of the model. This is a read-only field and is automatically assigned on creation.")
39
39
  image: Optional[StrictStr] = Field(default=None, description="Docker container image servicing the model.")
40
- format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentolm serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using an Nvidia NIM microservices container.", alias="modelFormat")
40
+ format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentolm serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
41
41
  modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the model. This is a read-only field and is automatically updated.", alias="modifiedAt")
42
42
  name: StrictStr = Field(description="The name of the model. Must begin with a letter, but may contain letters, numbers, and hyphen.")
43
43
  registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
44
44
  resources: Optional[ConfigurationResources] = None
45
- url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a VLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a VLLM backend.")
45
+ url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a VLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a VLLM backend. * `ngc://` - An NVIDIA NGC model will be dynamically downloaded from the associated `ngc` registry bucket and executed with the specified NVIDIA NIM microservices container image.")
46
46
  version: Optional[StrictInt] = Field(default=None, description="The version of the model. This is a read-only field and is automatically assigned on creation.")
47
47
  __properties: ClassVar[List[str]] = ["arguments", "description", "environment", "id", "image", "modelFormat", "modifiedAt", "name", "registry", "resources", "url", "version"]
48
48
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -35,12 +35,12 @@ class PackagedModelRequest(BaseModel):
35
35
  arguments: Optional[List[StrictStr]] = Field(default=None, description="Arguments to be added to the service command line")
36
36
  description: Optional[StrictStr] = Field(default=None, description="A description of the model.")
37
37
  environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
38
- image: Optional[StrictStr] = Field(default=None, description="Docker container image servicing the model.")
39
- format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentolm serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be servied using an Nvidia NIM microservices container.", alias="modelFormat")
38
+ image: Optional[StrictStr] = Field(default=None, description="Docker container image servicing the model. This is required for a 'nim' model format.")
39
+ format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentolm serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
40
40
  name: StrictStr = Field(description="The name of the model. Must consist of alphanumeric characters, '-', or '.', and must start and end with an alphanumeric character. The length of the model name must be 63 characters or less.")
41
41
  registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
42
42
  resources: Optional[ConfigurationResources] = None
43
- url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a VLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a VLLM backend.")
43
+ url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a VLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a VLLM backend. * `ngc://` - An NVIDIA NGC model will be dynamically downloaded from the associated `ngc` registry bucket and executed with the specified NVIDIA NIM microservices container image.")
44
44
  __properties: ClassVar[List[str]] = ["arguments", "description", "environment", "image", "modelFormat", "name", "registry", "resources", "url"]
45
45
 
46
46
  model_config = {
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
7
7
 
8
- The version of the OpenAPI document: 0.2.4-dev1
8
+ The version of the OpenAPI document: 0.2.4-dev3
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@ with open("README.md", "r") as readme:
6
6
 
7
7
  setuptools.setup(
8
8
  name="aioli-sdk",
9
- version="0.2.4-dev1",
9
+ version="0.2.4-dev3",
10
10
  author="HPE AI Solutions",
11
11
  # author_email="hello@determined.ai",
12
12
  url="https://github.com/determined-ai/aioli",
File without changes
File without changes