aioli-sdk 1.3.0.dev28__tar.gz → 1.3.0.dev30__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 (106) hide show
  1. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/PKG-INFO +1 -1
  2. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/__version__.py +1 -1
  3. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/PKG-INFO +1 -1
  4. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/__init__.py +1 -1
  5. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/authentication_api.py +1 -1
  6. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/deployments_api.py +1 -1
  7. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/information_api.py +1 -1
  8. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/packaged_models_api.py +1 -1
  9. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/projects_api.py +1 -1
  10. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/registries_api.py +1 -1
  11. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/roles_api.py +1 -1
  12. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/templates_api.py +1 -1
  13. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/tokens_api.py +4 -4
  14. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/users_api.py +1 -1
  15. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api_client.py +1 -1
  16. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/configuration.py +2 -2
  17. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/exceptions.py +1 -1
  18. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/__init__.py +1 -1
  19. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/auto_scaling_template.py +1 -1
  20. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/auto_scaling_template_request.py +1 -1
  21. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/autoscaling.py +1 -1
  22. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/configuration_resources.py +1 -1
  23. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/controller_config.py +1 -1
  24. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/controller_status.py +1 -1
  25. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment.py +1 -1
  26. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_model_version.py +1 -1
  27. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_priority.py +1 -1
  28. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_request.py +1 -1
  29. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_state.py +1 -1
  30. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_token.py +1 -1
  31. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_token_patch_request.py +1 -1
  32. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/deployment_token_request.py +1 -1
  33. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/error_response.py +1 -1
  34. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/event_info.py +1 -1
  35. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/ezua_info.py +1 -1
  36. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/failure_info.py +1 -1
  37. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/login_request.py +1 -1
  38. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/login_response.py +1 -1
  39. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/model_auth_token.py +1 -1
  40. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/model_response.py +1 -1
  41. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/observability.py +1 -1
  42. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/packaged_model.py +1 -1
  43. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/packaged_model_request.py +1 -1
  44. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/project.py +1 -1
  45. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/project_request.py +1 -1
  46. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/resource_profile.py +1 -1
  47. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/resources_template.py +1 -1
  48. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/resources_template_request.py +1 -1
  49. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/role.py +8 -4
  50. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/role_assignment.py +5 -3
  51. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/role_assignments.py +1 -1
  52. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/security.py +1 -1
  53. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/success_response.py +1 -1
  54. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/telemetry_info.py +1 -1
  55. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/trained_model_registry.py +1 -1
  56. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/trained_model_registry_request.py +1 -1
  57. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/user.py +1 -1
  58. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/user_patch_request.py +1 -1
  59. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/user_request.py +1 -1
  60. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/models/user_session.py +1 -1
  61. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/rest.py +1 -1
  62. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/setup.py +1 -1
  63. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/README.md +0 -0
  64. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/__init__.py +0 -0
  65. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/__init__.py +0 -0
  66. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/__main__.py +0 -0
  67. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/_util.py +0 -0
  68. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/cli.py +0 -0
  69. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/deployment.py +0 -0
  70. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/errors.py +0 -0
  71. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/model.py +0 -0
  72. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/project.py +0 -0
  73. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/registry.py +0 -0
  74. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/render.py +0 -0
  75. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/role.py +0 -0
  76. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/sso.py +0 -0
  77. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/template.py +0 -0
  78. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/test/conftest.py +0 -0
  79. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/test/test_cli.py +0 -0
  80. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/token.py +0 -0
  81. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/user.py +0 -0
  82. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/cli/version.py +0 -0
  83. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/__init__.py +0 -0
  84. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/__init__.py +0 -0
  85. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/_util.py +0 -0
  86. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/authentication.py +0 -0
  87. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/certs.py +0 -0
  88. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/errors.py +0 -0
  89. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/api/request.py +0 -0
  90. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/check.py +0 -0
  91. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/constants.py +0 -0
  92. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/declarative_argparse.py +0 -0
  93. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/requests.py +0 -0
  94. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/common/util.py +0 -0
  95. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli/util.py +0 -0
  96. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/SOURCES.txt +0 -0
  97. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/dependency_links.txt +0 -0
  98. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/entry_points.txt +0 -0
  99. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/not-zip-safe +0 -0
  100. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/requires.txt +0 -0
  101. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aioli_sdk.egg-info/top_level.txt +0 -0
  102. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api/__init__.py +0 -0
  103. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/api_response.py +0 -0
  104. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/aiolirest/py.typed +0 -0
  105. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/pyproject.toml +0 -0
  106. {aioli_sdk-1.3.0.dev28 → aioli_sdk-1.3.0.dev30}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.3.0.dev28
3
+ Version: 1.3.0.dev30
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__ = "1.3.0-dev28"
2
+ __version__ = "1.3.0-dev30"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.3.0.dev28
3
+ Version: 1.3.0.dev30
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: 1.3.0-dev28
10
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -882,7 +882,7 @@ class TokensApi:
882
882
  ) -> DeploymentToken:
883
883
  """Update an auth token for a deployment and a given user.
884
884
 
885
- When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
885
+ When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Provide a body that contains one or more of the properties: - `description` - `revoked`
886
886
 
887
887
  :param id: Deployment Token ID (required)
888
888
  :type id: str
@@ -958,7 +958,7 @@ class TokensApi:
958
958
  ) -> ApiResponse[DeploymentToken]:
959
959
  """Update an auth token for a deployment and a given user.
960
960
 
961
- When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
961
+ When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Provide a body that contains one or more of the properties: - `description` - `revoked`
962
962
 
963
963
  :param id: Deployment Token ID (required)
964
964
  :type id: str
@@ -1034,7 +1034,7 @@ class TokensApi:
1034
1034
  ) -> RESTResponseType:
1035
1035
  """Update an auth token for a deployment and a given user.
1036
1036
 
1037
- When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
1037
+ When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Provide a body that contains one or more of the properties: - `description` - `revoked`
1038
1038
 
1039
1039
  :param id: Deployment Token ID (required)
1040
1040
  :type id: str
@@ -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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28\n"\
392
+ "Version of the API: 1.3.0-dev30\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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
9
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
 
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from pydantic import BaseModel, StrictInt, StrictStr
23
+ from pydantic import BaseModel, StrictBool, StrictInt, StrictStr
24
24
  from pydantic import Field
25
25
  try:
26
26
  from typing import Self
@@ -31,9 +31,11 @@ class Role(BaseModel):
31
31
  """
32
32
  Role describes defined role.
33
33
  """ # noqa: E501
34
+ var_global: Optional[StrictBool] = Field(default=None, description="Role must be applied globally without a project scope.", alias="global")
34
35
  id: Optional[StrictInt] = Field(default=None, description="Role ID.")
35
36
  role_name: Optional[StrictStr] = Field(default=None, description="Role Name.", alias="roleName")
36
- __properties: ClassVar[List[str]] = ["id", "roleName"]
37
+ scoped: Optional[StrictBool] = Field(default=None, description="Role must be assigned with a specific project scope.")
38
+ __properties: ClassVar[List[str]] = ["global", "id", "roleName", "scoped"]
37
39
 
38
40
  model_config = {
39
41
  "populate_by_name": True,
@@ -83,8 +85,10 @@ class Role(BaseModel):
83
85
  return cls.model_validate(obj)
84
86
 
85
87
  _obj = cls.model_validate({
88
+ "global": obj.get("global"),
86
89
  "id": obj.get("id"),
87
- "roleName": obj.get("roleName")
90
+ "roleName": obj.get("roleName"),
91
+ "scoped": obj.get("scoped")
88
92
  })
89
93
  return _obj
90
94
 
@@ -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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
 
22
- from typing import Any, ClassVar, Dict, List
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
23
  from pydantic import BaseModel, StrictStr
24
24
  from pydantic import Field
25
25
  try:
@@ -32,8 +32,9 @@ class RoleAssignment(BaseModel):
32
32
  RoleAssignment describes a user-role assignment.
33
33
  """ # noqa: E501
34
34
  role_name: StrictStr = Field(description="Role Name. Must be one of the values: (Admin, Viewer, Maintainer, Robot).", alias="roleName")
35
+ scope_name: Optional[StrictStr] = Field(default=None, description="Project scope for the role.", alias="scopeName")
35
36
  user_name: StrictStr = Field(description="User Name.", alias="userName")
36
- __properties: ClassVar[List[str]] = ["roleName", "userName"]
37
+ __properties: ClassVar[List[str]] = ["roleName", "scopeName", "userName"]
37
38
 
38
39
  model_config = {
39
40
  "populate_by_name": True,
@@ -84,6 +85,7 @@ class RoleAssignment(BaseModel):
84
85
 
85
86
  _obj = cls.model_validate({
86
87
  "roleName": obj.get("roleName"),
88
+ "scopeName": obj.get("scopeName"),
87
89
  "userName": obj.get("userName")
88
90
  })
89
91
  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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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: 1.3.0-dev28
8
+ The version of the OpenAPI document: 1.3.0-dev30
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="1.3.0-dev28",
9
+ version="1.3.0-dev30",
10
10
  author="HPE AI Solutions",
11
11
  # author_email="hello@determined.ai",
12
12
  url="https://github.com/determined-ai/aioli",