aioli-sdk 1.2.0.dev13__tar.gz → 1.2.0.dev15__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.
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/__version__.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/template.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/users_api.py +10 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/setup.py +1 -1
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/README.md +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/check.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/common/util.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli/util.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/pyproject.toml +0 -0
- {aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "1.2.0-
|
|
2
|
+
__version__ = "1.2.0-dev15"
|
|
@@ -7,7 +7,7 @@ from aioli import cli
|
|
|
7
7
|
from aioli.cli import render
|
|
8
8
|
from aioli.common.api import authentication
|
|
9
9
|
from aioli.common.api.errors import NotFoundException
|
|
10
|
-
from aioli.common.declarative_argparse import Arg, Cmd, Group
|
|
10
|
+
from aioli.common.declarative_argparse import Arg, ArgsDescription, Cmd, Group
|
|
11
11
|
from aiolirest.models.auto_scaling_template import AutoScalingTemplate
|
|
12
12
|
from aiolirest.models.autoscaling import Autoscaling
|
|
13
13
|
from aiolirest.models.configuration_resources import ConfigurationResources
|
|
@@ -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-
|
|
10
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -105,6 +105,7 @@ class UsersApi:
|
|
|
105
105
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
106
106
|
'200': "List[User]",
|
|
107
107
|
'400': "ErrorResponse",
|
|
108
|
+
'403': "ErrorResponse",
|
|
108
109
|
'500': "ErrorResponse"
|
|
109
110
|
|
|
110
111
|
}
|
|
@@ -171,6 +172,7 @@ class UsersApi:
|
|
|
171
172
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
172
173
|
'200': "List[User]",
|
|
173
174
|
'400': "ErrorResponse",
|
|
175
|
+
'403': "ErrorResponse",
|
|
174
176
|
'500': "ErrorResponse"
|
|
175
177
|
|
|
176
178
|
}
|
|
@@ -237,6 +239,7 @@ class UsersApi:
|
|
|
237
239
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
238
240
|
'200': "List[User]",
|
|
239
241
|
'400': "ErrorResponse",
|
|
242
|
+
'403': "ErrorResponse",
|
|
240
243
|
'500': "ErrorResponse"
|
|
241
244
|
|
|
242
245
|
}
|
|
@@ -630,6 +633,7 @@ class UsersApi:
|
|
|
630
633
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
631
634
|
'200': "List[User]",
|
|
632
635
|
'400': "ErrorResponse",
|
|
636
|
+
'403': "ErrorResponse",
|
|
633
637
|
'500': "ErrorResponse"
|
|
634
638
|
|
|
635
639
|
}
|
|
@@ -700,6 +704,7 @@ class UsersApi:
|
|
|
700
704
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
701
705
|
'200': "List[User]",
|
|
702
706
|
'400': "ErrorResponse",
|
|
707
|
+
'403': "ErrorResponse",
|
|
703
708
|
'500': "ErrorResponse"
|
|
704
709
|
|
|
705
710
|
}
|
|
@@ -770,6 +775,7 @@ class UsersApi:
|
|
|
770
775
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
771
776
|
'200': "List[User]",
|
|
772
777
|
'400': "ErrorResponse",
|
|
778
|
+
'403': "ErrorResponse",
|
|
773
779
|
'500': "ErrorResponse"
|
|
774
780
|
|
|
775
781
|
}
|
|
@@ -902,6 +908,7 @@ class UsersApi:
|
|
|
902
908
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
903
909
|
'200': "User",
|
|
904
910
|
'400': "ErrorResponse",
|
|
911
|
+
'403': "ErrorResponse",
|
|
905
912
|
'500': "ErrorResponse"
|
|
906
913
|
|
|
907
914
|
}
|
|
@@ -976,6 +983,7 @@ class UsersApi:
|
|
|
976
983
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
977
984
|
'200': "User",
|
|
978
985
|
'400': "ErrorResponse",
|
|
986
|
+
'403': "ErrorResponse",
|
|
979
987
|
'500': "ErrorResponse"
|
|
980
988
|
|
|
981
989
|
}
|
|
@@ -1050,6 +1058,7 @@ class UsersApi:
|
|
|
1050
1058
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1051
1059
|
'200': "User",
|
|
1052
1060
|
'400': "ErrorResponse",
|
|
1061
|
+
'403': "ErrorResponse",
|
|
1053
1062
|
'500': "ErrorResponse"
|
|
1054
1063
|
|
|
1055
1064
|
}
|
|
@@ -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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
392
|
+
"Version of the API: 1.2.0-dev15\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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
9
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_model_version.py
RENAMED
|
@@ -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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_token_patch_request.py
RENAMED
|
@@ -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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/deployment_token_request.py
RENAMED
|
@@ -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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev13 → aioli_sdk-1.2.0.dev15}/aiolirest/models/trained_model_registry_request.py
RENAMED
|
@@ -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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
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-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev15
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|