aioli-sdk 1.0.1.dev40__tar.gz → 1.0.1.dev46__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.0.1.dev40 → aioli_sdk-1.0.1.dev46}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/test/test_cli.py +2 -14
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment.py +2 -4
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/README.md +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "1.0.1-
|
|
2
|
+
__version__ = "1.0.1-dev46"
|
|
@@ -629,19 +629,9 @@ class TestCli:
|
|
|
629
629
|
' "status": "Deploying",\n'
|
|
630
630
|
' "version": "3"\n'
|
|
631
631
|
' }\n' # noqa: Q000
|
|
632
|
-
']' # noqa: Q000
|
|
632
|
+
']\n' # noqa: Q000
|
|
633
633
|
)
|
|
634
634
|
actual = subprocess.check_output(["aioli", "deployment", "list", "--json"]).decode("utf-8")
|
|
635
|
-
result_list = actual.split("\n")
|
|
636
|
-
filtered_result = ""
|
|
637
|
-
|
|
638
|
-
# Filter out deployedAt which varies for each test run
|
|
639
|
-
for line in result_list:
|
|
640
|
-
if "deployedAt" in line:
|
|
641
|
-
continue
|
|
642
|
-
filtered_result = filtered_result + "\n" + line
|
|
643
|
-
|
|
644
|
-
actual = filtered_result.strip()
|
|
645
635
|
assert actual == expected
|
|
646
636
|
# fmt: on
|
|
647
637
|
|
|
@@ -678,10 +668,8 @@ class TestCli:
|
|
|
678
668
|
result_list = result.split("\n")
|
|
679
669
|
filtered_result = ""
|
|
680
670
|
|
|
681
|
-
# Filter out
|
|
671
|
+
# Filter out modifiedAt and id fields as they vary for each test run
|
|
682
672
|
for line in result_list:
|
|
683
|
-
if "deployedAt" in line:
|
|
684
|
-
continue
|
|
685
673
|
if "modifiedAt" in line:
|
|
686
674
|
continue
|
|
687
675
|
if "id" in line:
|
|
@@ -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.0.1-
|
|
10
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
392
|
+
"Version of the API: 1.0.1-dev46\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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
9
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -39,7 +39,6 @@ class Deployment(BaseModel):
|
|
|
39
39
|
auto_scaling: Optional[Autoscaling] = Field(default=None, alias="autoScaling")
|
|
40
40
|
canary_traffic_percent: Optional[StrictInt] = Field(default=None, description="Percent traffic to pass to new model version", alias="canaryTrafficPercent")
|
|
41
41
|
cluster_name: Optional[StrictStr] = Field(default=None, description="Name of the cluster.", alias="clusterName")
|
|
42
|
-
deployed_at: Optional[StrictStr] = Field(default=None, description="Date-time of last deployed update. This is a read-only field and is automatically updated.", alias="deployedAt")
|
|
43
42
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
44
43
|
goal_status: Optional[StrictStr] = Field(default='Ready', description="Specifies the intended status to be achieved by the deployment. Supported values are: * `Ready` - The inference service will be deployed to enable inference calls. * `Paused` - The inference service will be stopped and no longer accept calls. The default is `Ready`.", alias="goalStatus")
|
|
45
44
|
id: Optional[StrictStr] = Field(default=None, description="The ID of the deployment. This is a read-only property and is automatically assigned on creation.")
|
|
@@ -52,7 +51,7 @@ class Deployment(BaseModel):
|
|
|
52
51
|
security: Optional[Security] = None
|
|
53
52
|
state: Optional[DeploymentState] = None
|
|
54
53
|
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).")
|
|
55
|
-
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "clusterName", "
|
|
54
|
+
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "clusterName", "environment", "goalStatus", "id", "lastEvent", "model", "modifiedAt", "name", "namespace", "secondaryState", "security", "state", "status"]
|
|
56
55
|
|
|
57
56
|
model_config = {
|
|
58
57
|
"populate_by_name": True,
|
|
@@ -121,7 +120,6 @@ class Deployment(BaseModel):
|
|
|
121
120
|
"autoScaling": Autoscaling.from_dict(obj.get("autoScaling")) if obj.get("autoScaling") is not None else None,
|
|
122
121
|
"canaryTrafficPercent": obj.get("canaryTrafficPercent"),
|
|
123
122
|
"clusterName": obj.get("clusterName"),
|
|
124
|
-
"deployedAt": obj.get("deployedAt"),
|
|
125
123
|
"environment": obj.get("environment"),
|
|
126
124
|
"goalStatus": obj.get("goalStatus") if obj.get("goalStatus") is not None else 'Ready',
|
|
127
125
|
"id": obj.get("id"),
|
{aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev40 → aioli_sdk-1.0.1.dev46}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev46
|
|
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
|