aioli-sdk 1.2.0.dev24__tar.gz → 1.2.0.dev26__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 (95) hide show
  1. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/PKG-INFO +1 -1
  2. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/__version__.py +1 -1
  3. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/model.py +20 -0
  4. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/test/test_cli.py +1 -0
  5. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/PKG-INFO +1 -1
  6. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/__init__.py +1 -1
  7. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/authentication_api.py +1 -1
  8. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/deployments_api.py +1 -1
  9. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/information_api.py +1 -1
  10. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/packaged_models_api.py +1 -1
  11. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/registries_api.py +1 -1
  12. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/roles_api.py +1 -1
  13. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/templates_api.py +1 -1
  14. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/tokens_api.py +1 -1
  15. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/users_api.py +1 -1
  16. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api_client.py +1 -1
  17. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/configuration.py +2 -2
  18. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/exceptions.py +1 -1
  19. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/__init__.py +1 -1
  20. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/auto_scaling_template.py +1 -1
  21. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/autoscaling.py +1 -1
  22. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/configuration_resources.py +1 -1
  23. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment.py +1 -1
  24. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_model_version.py +1 -1
  25. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_priority.py +1 -1
  26. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_request.py +1 -1
  27. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_state.py +1 -1
  28. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_token.py +1 -1
  29. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_token_patch_request.py +1 -1
  30. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/deployment_token_request.py +1 -1
  31. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/error_response.py +1 -1
  32. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/event_info.py +1 -1
  33. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/failure_info.py +1 -1
  34. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/login_request.py +1 -1
  35. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/login_response.py +1 -1
  36. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/model_auth_token.py +1 -1
  37. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/model_response.py +1 -1
  38. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/observability.py +1 -1
  39. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/packaged_model.py +5 -3
  40. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/packaged_model_request.py +5 -3
  41. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/resource_profile.py +1 -1
  42. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/resources_template.py +1 -1
  43. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/role.py +1 -1
  44. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/role_assignment.py +1 -1
  45. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/role_assignments.py +1 -1
  46. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/security.py +1 -1
  47. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/success_response.py +1 -1
  48. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/trained_model_registry.py +2 -2
  49. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/trained_model_registry_request.py +1 -1
  50. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/user.py +1 -1
  51. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/user_patch_request.py +1 -1
  52. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/models/user_request.py +1 -1
  53. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/rest.py +1 -1
  54. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/setup.py +1 -1
  55. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/README.md +0 -0
  56. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/__init__.py +0 -0
  57. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/__init__.py +0 -0
  58. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/__main__.py +0 -0
  59. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/_util.py +0 -0
  60. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/cli.py +0 -0
  61. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/deployment.py +0 -0
  62. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/errors.py +0 -0
  63. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/registry.py +0 -0
  64. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/render.py +0 -0
  65. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/role.py +0 -0
  66. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/sso.py +0 -0
  67. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/template.py +0 -0
  68. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/test/conftest.py +0 -0
  69. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/token.py +0 -0
  70. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/user.py +0 -0
  71. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/cli/version.py +0 -0
  72. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/__init__.py +0 -0
  73. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/__init__.py +0 -0
  74. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/_util.py +0 -0
  75. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/authentication.py +0 -0
  76. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/certs.py +0 -0
  77. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/errors.py +0 -0
  78. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/api/request.py +0 -0
  79. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/check.py +0 -0
  80. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/constants.py +0 -0
  81. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/declarative_argparse.py +0 -0
  82. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/requests.py +0 -0
  83. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/common/util.py +0 -0
  84. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli/util.py +0 -0
  85. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/SOURCES.txt +0 -0
  86. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/dependency_links.txt +0 -0
  87. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/entry_points.txt +0 -0
  88. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/not-zip-safe +0 -0
  89. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/requires.txt +0 -0
  90. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aioli_sdk.egg-info/top_level.txt +0 -0
  91. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api/__init__.py +0 -0
  92. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/api_response.py +0 -0
  93. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/aiolirest/py.typed +0 -0
  94. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/pyproject.toml +0 -0
  95. {aioli_sdk-1.2.0.dev24 → aioli_sdk-1.2.0.dev26}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.2.0.dev24
3
+ Version: 1.2.0.dev26
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.2.0-dev24"
2
+ __version__ = "1.2.0-dev26"
@@ -111,6 +111,13 @@ def create(args: Namespace) -> None:
111
111
  modelFormat=args.format,
112
112
  arguments=construct_arguments(args),
113
113
  )
114
+
115
+ if args.enable_caching:
116
+ r.caching_enabled = True
117
+
118
+ if args.disable_caching:
119
+ r.caching_enabled = False
120
+
114
121
  api_instance.models_post(r)
115
122
 
116
123
 
@@ -225,6 +232,7 @@ def update(args: Namespace) -> None:
225
232
  resources=found.resources,
226
233
  environment=found.environment,
227
234
  modelFormat=found.format,
235
+ cachingEnabled=found.caching_enabled,
228
236
  )
229
237
 
230
238
  if (
@@ -280,6 +288,12 @@ def update(args: Namespace) -> None:
280
288
  if args.arg is not None:
281
289
  request.arguments = construct_arguments(args)
282
290
 
291
+ if args.enable_caching:
292
+ request.caching_enabled = True
293
+
294
+ if args.disable_caching:
295
+ request.caching_enabled = False
296
+
283
297
  headers = {"Content-Type": "application/json"}
284
298
 
285
299
  assert found.id is not None
@@ -350,6 +364,12 @@ common_model_args: ArgsDescription = [
350
364
  "--modelformat",
351
365
  help="Model format for downloaded models (bento-archive, openllm, nim, unspecified)",
352
366
  ),
367
+ Group(
368
+ Arg("--enable-caching", action="store_true", help="Enable caching for the packaged model"),
369
+ Arg(
370
+ "--disable-caching", action="store_true", help="Disable caching for the packaged model"
371
+ ),
372
+ ),
353
373
  Arg(
354
374
  "-a",
355
375
  "--arg",
@@ -443,6 +443,7 @@ class TestCli:
443
443
  ' "arg2",\n'
444
444
  ' "-optarg"\n'
445
445
  ' ],\n' # noqa: Q000
446
+ ' "cachingEnabled": false,\n'
446
447
  ' "description": "the model description",\n'
447
448
  ' "environment": {\n'
448
449
  ' "name1": "",\n'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.2.0.dev24
3
+ Version: 1.2.0.dev26
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.2.0-dev24
10
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24\n"\
392
+ "Version of the API: 1.2.0-dev26\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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
9
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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
  from aiolirest.models.configuration_resources import ConfigurationResources
26
26
  try:
@@ -33,6 +33,7 @@ class PackagedModel(BaseModel):
33
33
  The PackagedModel describes a specific model that can be loaded. It optionally references a model registry to provide authorization, and other details.
34
34
  """ # noqa: E501
35
35
  arguments: Optional[List[StrictStr]] = Field(default=None, description="Arguments to be added to the service command line")
36
+ caching_enabled: Optional[StrictBool] = Field(default=None, description="Only users with Admin role are allowed to enable this value.", alias="cachingEnabled")
36
37
  description: Optional[StrictStr] = Field(default=None, description="A description of the model.")
37
38
  environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
38
39
  id: Optional[StrictStr] = Field(default=None, description="The ID of the model. This is a read-only field and is automatically assigned on creation.")
@@ -44,7 +45,7 @@ class PackagedModel(BaseModel):
44
45
  resources: Optional[ConfigurationResources] = None
45
46
  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. * `pvc://` - A persistent volume claim (PVC) mounted when deployed. This is only supported for the NIM or custom model format. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted instead of the root.")
46
47
  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
- __properties: ClassVar[List[str]] = ["arguments", "description", "environment", "id", "image", "modelFormat", "modifiedAt", "name", "registry", "resources", "url", "version"]
48
+ __properties: ClassVar[List[str]] = ["arguments", "cachingEnabled", "description", "environment", "id", "image", "modelFormat", "modifiedAt", "name", "registry", "resources", "url", "version"]
48
49
 
49
50
  model_config = {
50
51
  "populate_by_name": True,
@@ -98,6 +99,7 @@ class PackagedModel(BaseModel):
98
99
 
99
100
  _obj = cls.model_validate({
100
101
  "arguments": obj.get("arguments"),
102
+ "cachingEnabled": obj.get("cachingEnabled"),
101
103
  "description": obj.get("description"),
102
104
  "environment": obj.get("environment"),
103
105
  "id": obj.get("id"),
@@ -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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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, StrictStr
23
+ from pydantic import BaseModel, StrictBool, StrictStr
24
24
  from pydantic import Field
25
25
  from aiolirest.models.configuration_resources import ConfigurationResources
26
26
  try:
@@ -33,6 +33,7 @@ class PackagedModelRequest(BaseModel):
33
33
  The PackagedModel describes a specific model that can be loaded. It optionally references a model registry to provide authorization, and other details.
34
34
  """ # noqa: E501
35
35
  arguments: Optional[List[StrictStr]] = Field(default=None, description="Arguments to be added to the service command line")
36
+ caching_enabled: Optional[StrictBool] = Field(default=None, description="When true model caching is enabled. Only Admin role is allowed to modify this value.", alias="cachingEnabled")
36
37
  description: Optional[StrictStr] = Field(default=None, description="A description of the model.")
37
38
  environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
38
39
  image: Optional[StrictStr] = Field(default=None, description="Alternate Docker container image servicing the model. Required for a nim or custom model format. Leave blank to use the default image.")
@@ -41,7 +42,7 @@ class PackagedModelRequest(BaseModel):
41
42
  registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
42
43
  resources: Optional[ConfigurationResources] = None
43
44
  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. * `pvc://` - A persistent volume claim (PVC) mounted when deployed. This is only supported for the NIM or custom model format. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted.")
44
- __properties: ClassVar[List[str]] = ["arguments", "description", "environment", "image", "modelFormat", "name", "registry", "resources", "url"]
45
+ __properties: ClassVar[List[str]] = ["arguments", "cachingEnabled", "description", "environment", "image", "modelFormat", "name", "registry", "resources", "url"]
45
46
 
46
47
  model_config = {
47
48
  "populate_by_name": True,
@@ -95,6 +96,7 @@ class PackagedModelRequest(BaseModel):
95
96
 
96
97
  _obj = cls.model_validate({
97
98
  "arguments": obj.get("arguments"),
99
+ "cachingEnabled": obj.get("cachingEnabled"),
98
100
  "description": obj.get("description"),
99
101
  "environment": obj.get("environment"),
100
102
  "image": obj.get("image"),
@@ -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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -38,7 +38,7 @@ class TrainedModelRegistry(BaseModel):
38
38
  insecure_https: Optional[StrictBool] = Field(default=None, description="For https endpoints, the server certificate will be accepted without validation.", alias="insecureHttps")
39
39
  modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the registry. This is a read-only field and is automatically updated.", alias="modifiedAt")
40
40
  name: StrictStr = Field(description="The name of the registry. Must begin with a letter, but may contain letters, numbers, and hyphen.")
41
- secret_key: StrictStr = Field(description="The secret key is the password, secret key, or access token for the registry. * `s3` - The secret key for the S3 bucket. * `openllm` - The access token for huggingface.co and is supplied to the launched container via the `HF_TOKEN` environment variable.bucket. * `ngc` - The NVIDIA NGC apikey.", alias="secretKey")
41
+ secret_key: StrictStr = Field(description="The secret key is the password, secret key, or access token for the registry. The value is masked to \"**********\" on return. * `s3` - The secret key for the S3 bucket. * `openllm` - The access token for huggingface.co and is supplied to the launched container via the `HF_TOKEN` environment variable.bucket. * `ngc` - The NVIDIA NGC apikey.", alias="secretKey")
42
42
  type: StrictStr = Field(description="The type of this model registry. Must be one of the values: (s3, http, openllm, ngc). * `s3` - Configuration to enable access to an s3 bucket. * `openllm` - A registry that provides access to huggingface.co. It enables automatic download with an `openllm://` URL for openllm packaged models, or access to huggingface.co APIs for custom packaged models. * `ngc` - Configuration to enable direct download from the NVIDIA NGC: AI Development Catalog.")
43
43
  __properties: ClassVar[List[str]] = ["accessKey", "bucket", "endpointUrl", "id", "insecureHttps", "modifiedAt", "name", "secretKey", "type"]
44
44
 
@@ -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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24
8
+ The version of the OpenAPI document: 1.2.0-dev26
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.2.0-dev24",
9
+ version="1.2.0-dev26",
10
10
  author="HPE AI Solutions",
11
11
  # author_email="hello@determined.ai",
12
12
  url="https://github.com/determined-ai/aioli",