aioli-sdk 1.2.0.dev3__tar.gz → 1.2.0.dev5__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.dev3 → aioli_sdk-1.2.0.dev5}/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/__version__.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/test/test_cli.py +2 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment.py +6 -2
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_request.py +6 -2
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/event_info.py +2 -2
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/setup.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/README.md +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/authentication.py +1 -1
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/check.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/common/util.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli/util.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/pyproject.toml +0 -0
- {aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/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-dev5"
|
|
@@ -609,6 +609,8 @@ class TestCli:
|
|
|
609
609
|
' "model": "iris-tf-keras",\n'
|
|
610
610
|
' "name": "iris-tf-keras-deployment",\n'
|
|
611
611
|
' "namespace": "aioli",\n'
|
|
612
|
+
' "nodeSelectors": {},\n'
|
|
613
|
+
' "priorityClassName": "",\n'
|
|
612
614
|
' "secondaryState": {\n'
|
|
613
615
|
' "endpoint": "",\n'
|
|
614
616
|
' "modelId": "",\n'
|
|
@@ -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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5\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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -47,11 +47,13 @@ class Deployment(BaseModel):
|
|
|
47
47
|
modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the deployment. This is a read-only field and is automatically updated.", alias="modifiedAt")
|
|
48
48
|
name: StrictStr = Field(description="The deployment name. It must be a valid subdomain name and consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character.")
|
|
49
49
|
namespace: Optional[StrictStr] = Field(default=None, description="The Kubernetes namespace to be used for the deployment.")
|
|
50
|
+
node_selectors: Optional[Dict[str, StrictStr]] = Field(default=None, description="Node selectors to be added to the service", alias="nodeSelectors")
|
|
51
|
+
priority_class_name: Optional[StrictStr] = Field(default=None, description="Priority Class Name to be used for prioritization of deployments.", alias="priorityClassName")
|
|
50
52
|
secondary_state: Optional[DeploymentState] = Field(default=None, alias="secondaryState")
|
|
51
53
|
security: Optional[Security] = None
|
|
52
54
|
state: Optional[DeploymentState] = None
|
|
53
55
|
status: Optional[StrictStr] = Field(default=None, description="Summary status of the deployed service. * `Deploying` - Service configuration is in progress. * `Failed` - The service configuration failed. * `Ready` - The service has been successfully configured and is serving. * `Updating` - A new service revision is being rolledout. * `UpdateFailed` - The current service revision failed to rollout due to an error. The prior version is still serving requests. * `Deleting` - The deployed service is being removed. * `Paused` - The deployed service has been stopped by the user or an external action. * `Unknown` - Unable to determined the status. This is a read-only property. Must be one of the values: (Deploying,Ready,Updating,UpdateFailed,Failed,Deleting,Paused,Unknown).")
|
|
54
|
-
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "clusterName", "environment", "goalStatus", "id", "lastEvent", "model", "modifiedAt", "name", "namespace", "secondaryState", "security", "state", "status"]
|
|
56
|
+
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "clusterName", "environment", "goalStatus", "id", "lastEvent", "model", "modifiedAt", "name", "namespace", "nodeSelectors", "priorityClassName", "secondaryState", "security", "state", "status"]
|
|
55
57
|
|
|
56
58
|
model_config = {
|
|
57
59
|
"populate_by_name": True,
|
|
@@ -128,6 +130,8 @@ class Deployment(BaseModel):
|
|
|
128
130
|
"modifiedAt": obj.get("modifiedAt"),
|
|
129
131
|
"name": obj.get("name"),
|
|
130
132
|
"namespace": obj.get("namespace"),
|
|
133
|
+
"nodeSelectors": obj.get("nodeSelectors"),
|
|
134
|
+
"priorityClassName": obj.get("priorityClassName"),
|
|
131
135
|
"secondaryState": DeploymentState.from_dict(obj.get("secondaryState")) if obj.get("secondaryState") is not None else None,
|
|
132
136
|
"security": Security.from_dict(obj.get("security")) if obj.get("security") is not None else None,
|
|
133
137
|
"state": DeploymentState.from_dict(obj.get("state")) if obj.get("state") is not None else None,
|
|
@@ -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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -41,8 +41,10 @@ class DeploymentRequest(BaseModel):
|
|
|
41
41
|
model: StrictStr = Field(description="PackagedModel name or ID to be deployed.")
|
|
42
42
|
name: StrictStr = Field(description="The deployment name. It must be a valid subdomain name and consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character.")
|
|
43
43
|
namespace: Optional[StrictStr] = Field(default=None, description="The Kubernetes namespace to be used for the deployment.")
|
|
44
|
+
node_selectors: Optional[Dict[str, StrictStr]] = Field(default=None, description="Node selectors to be added to the service", alias="nodeSelectors")
|
|
45
|
+
priority_class_name: Optional[StrictStr] = Field(default=None, description="Priority Class Name to be used for prioritization of deployments.", alias="priorityClassName")
|
|
44
46
|
security: Optional[Security] = None
|
|
45
|
-
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "environment", "goalStatus", "model", "name", "namespace", "security"]
|
|
47
|
+
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "environment", "goalStatus", "model", "name", "namespace", "nodeSelectors", "priorityClassName", "security"]
|
|
46
48
|
|
|
47
49
|
model_config = {
|
|
48
50
|
"populate_by_name": True,
|
|
@@ -106,6 +108,8 @@ class DeploymentRequest(BaseModel):
|
|
|
106
108
|
"model": obj.get("model"),
|
|
107
109
|
"name": obj.get("name"),
|
|
108
110
|
"namespace": obj.get("namespace"),
|
|
111
|
+
"nodeSelectors": obj.get("nodeSelectors"),
|
|
112
|
+
"priorityClassName": obj.get("priorityClassName"),
|
|
109
113
|
"security": Security.from_dict(obj.get("security")) if obj.get("security") is not None else None
|
|
110
114
|
})
|
|
111
115
|
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.2.0-
|
|
8
|
+
The version of the OpenAPI document: 1.2.0-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -31,7 +31,7 @@ class EventInfo(BaseModel):
|
|
|
31
31
|
"""
|
|
32
32
|
EventInfo
|
|
33
33
|
""" # noqa: E501
|
|
34
|
-
event_type: Optional[StrictStr] = Field(default=None, description="Type of the event. * `Normal` - An informational event. * `Warning` - A condition that may require attention.", alias="eventType")
|
|
34
|
+
event_type: Optional[StrictStr] = Field(default=None, description="Type of the event. * `Normal` - An informational event. * `Warning` - A condition that may require attention. * `Error` - A condition that caused a failure and requires immediate attention.", alias="eventType")
|
|
35
35
|
message: Optional[StrictStr] = Field(default=None, description="Message for the event.")
|
|
36
36
|
reason: Optional[StrictStr] = Field(default=None, description="Common reasons for the event. * `ScalingReplicaSet` - The number of deployed replicas is being increased or decreased. * `Pulling` - Indicates that the container image is being loaded from a registry. * `Pulled` - Container image already present on machine. * `RevisionReady` - Revision becomes ready upon all resources being ready. Kubernetes official website does not provide a full list of values for Reason. Use the below link for the latest compilation of event Reasons. Ref: https://docs.appdynamics.com/observability/cisco-cloud-observability/en/kubernetes-and-app-service-monitoring/kubernetes-events-collection/events-reason-reference")
|
|
37
37
|
time: Optional[StrictStr] = Field(default=None, description="The time at which the event occurred.")
|
|
@@ -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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev3 → aioli_sdk-1.2.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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
|
|
@@ -22,11 +22,11 @@ from typing import (
|
|
|
22
22
|
import filelock
|
|
23
23
|
import requests
|
|
24
24
|
|
|
25
|
+
import aioli.common.api.errors
|
|
25
26
|
import aiolirest
|
|
26
27
|
from aioli import cli
|
|
27
28
|
from aioli.common import api, util
|
|
28
29
|
from aioli.common.api import certs
|
|
29
|
-
import aioli.common.api.errors
|
|
30
30
|
|
|
31
31
|
Credentials = NamedTuple("Credentials", [("username", str), ("password", str)])
|
|
32
32
|
|
|
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
|