aioli-sdk 1.2.0.dev18__tar.gz → 1.2.0.dev22__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.dev18 → aioli_sdk-1.2.0.dev22}/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/__version__.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment.py +2 -2
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_state.py +3 -3
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/model_auth_token.py +2 -2
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/observability.py +2 -2
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/packaged_model.py +3 -3
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/packaged_model_request.py +3 -3
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/resource_profile.py +4 -4
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/trained_model_registry.py +2 -2
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/trained_model_registry_request.py +3 -3
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/setup.py +1 -1
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/README.md +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/check.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/common/util.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli/util.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/pyproject.toml +0 -0
- {aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/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-dev22"
|
|
@@ -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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22\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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -52,7 +52,7 @@ class Deployment(BaseModel):
|
|
|
52
52
|
secondary_state: Optional[DeploymentState] = Field(default=None, alias="secondaryState")
|
|
53
53
|
security: Optional[Security] = None
|
|
54
54
|
state: Optional[DeploymentState] = None
|
|
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
|
|
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 rolled-out. * `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).")
|
|
56
56
|
__properties: ClassVar[List[str]] = ["arguments", "autoScaling", "canaryTrafficPercent", "clusterName", "environment", "goalStatus", "id", "lastEvent", "model", "modifiedAt", "name", "namespace", "nodeSelectors", "priorityClassName", "secondaryState", "security", "state", "status"]
|
|
57
57
|
|
|
58
58
|
model_config = {
|
{aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -34,9 +34,9 @@ class DeploymentState(BaseModel):
|
|
|
34
34
|
""" # noqa: E501
|
|
35
35
|
endpoint: Optional[StrictStr] = Field(default=None, description="Endpoint to access inference service.")
|
|
36
36
|
failure_info: Optional[List[FailureInfo]] = Field(default=None, description="List of any failures that have occurred.", alias="failureInfo")
|
|
37
|
-
mdl_id: Optional[StrictStr] = Field(default=None, description="The ID of the deployed packaged model
|
|
37
|
+
mdl_id: Optional[StrictStr] = Field(default=None, description="The ID of the deployed packaged model associated with this state.", alias="modelId")
|
|
38
38
|
native_app_name: Optional[StrictStr] = Field(default=None, description="The name of the Kubernetes application for the specific service version. Use this name to match the app value in Grafana/Prometheus to obtain logs and metrics for this deployed service version.", alias="nativeAppName")
|
|
39
|
-
status: Optional[StrictStr] = Field(default=None, description="Status of a particular service revision. * `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
|
|
39
|
+
status: Optional[StrictStr] = Field(default=None, description="Status of a particular service revision. * `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 rolled-out. * `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. * `Canceled` - The specified model version of the deployment was canceled by the user. The inference service is still active, but serving no requests. This is a read-only property. Must be one of the values: (Deploying,Ready,Updating,UpdateFailed,Failed,Deleting,Paused,Unknown).")
|
|
40
40
|
traffic_percentage: Optional[StrictInt] = Field(default=None, description="Target percentage of traffic intended for this service version when successfully deployed.", alias="trafficPercentage")
|
|
41
41
|
__properties: ClassVar[List[str]] = ["endpoint", "failureInfo", "modelId", "nativeAppName", "status", "trafficPercentage"]
|
|
42
42
|
|
|
@@ -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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -29,7 +29,7 @@ except ImportError:
|
|
|
29
29
|
|
|
30
30
|
class ModelAuthToken(BaseModel):
|
|
31
31
|
"""
|
|
32
|
-
An
|
|
32
|
+
An authentication token to access the service.
|
|
33
33
|
""" # noqa: E501
|
|
34
34
|
token: Optional[StrictStr] = Field(default=None, description="A JWT authentication token string required to access the deployed service. It is specified in an `Authentication` header with the prefix `Bearer ` when making calls to the inference endpoint.")
|
|
35
35
|
__properties: ClassVar[List[str]] = ["token"]
|
|
@@ -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-dev22
|
|
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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -31,7 +31,7 @@ class Observability(BaseModel):
|
|
|
31
31
|
"""
|
|
32
32
|
Provides URLs to access a web interface (e.g. Grafana) for a requested deployment or version.
|
|
33
33
|
""" # noqa: E501
|
|
34
|
-
auth: Optional[StrictStr] = Field(default=None, description="JWT
|
|
34
|
+
auth: Optional[StrictStr] = Field(default=None, description="JWT authentication token to access the observability web interface.")
|
|
35
35
|
dashboard_url: Optional[StrictStr] = Field(default=None, description="URL to view metrics/logs associated with the requested deployment.", alias="dashboardUrl")
|
|
36
36
|
__properties: ClassVar[List[str]] = ["auth", "dashboardUrl"]
|
|
37
37
|
|
|
@@ -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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -37,12 +37,12 @@ class PackagedModel(BaseModel):
|
|
|
37
37
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
38
38
|
id: Optional[StrictStr] = Field(default=None, description="The ID of the model. This is a read-only field and is automatically assigned on creation.")
|
|
39
39
|
image: Optional[StrictStr] = Field(default=None, description="Alternate Docker container image servicing the model. Required for a nim or custom model format. Leave blank to use the default image.")
|
|
40
|
-
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `
|
|
40
|
+
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentoml serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
|
|
41
41
|
modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the model. This is a read-only field and is automatically updated.", alias="modifiedAt")
|
|
42
42
|
name: StrictStr = Field(description="The name of the model. Must begin with a letter, but may contain letters, numbers, and hyphen.")
|
|
43
43
|
registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
|
|
44
44
|
resources: Optional[ConfigurationResources] = None
|
|
45
|
-
url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a
|
|
45
|
+
url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a vLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a vLLM backend. * `pvc://` - A persistent volume claim (PVC) mounted when deployed. This is only supported for the NIM or custom model format. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted instead of the root.")
|
|
46
46
|
version: Optional[StrictInt] = Field(default=None, description="The version of the model. This is a read-only field and is automatically assigned on creation.")
|
|
47
47
|
__properties: ClassVar[List[str]] = ["arguments", "description", "environment", "id", "image", "modelFormat", "modifiedAt", "name", "registry", "resources", "url", "version"]
|
|
48
48
|
|
|
@@ -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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -36,11 +36,11 @@ class PackagedModelRequest(BaseModel):
|
|
|
36
36
|
description: Optional[StrictStr] = Field(default=None, description="A description of the model.")
|
|
37
37
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
38
38
|
image: Optional[StrictStr] = Field(default=None, description="Alternate Docker container image servicing the model. Required for a nim or custom model format. Leave blank to use the default image.")
|
|
39
|
-
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `
|
|
39
|
+
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentoml serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
|
|
40
40
|
name: StrictStr = Field(description="The name of the model. Must consist of alphanumeric characters, '-', or '.', and must start and end with an alphanumeric character. The length of the model name must be 63 characters or less.")
|
|
41
41
|
registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
|
|
42
42
|
resources: Optional[ConfigurationResources] = None
|
|
43
|
-
url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a
|
|
43
|
+
url: Optional[StrictStr] = Field(default=None, description="Reference to the bento or model to be served. Supported schemes are: * `openllm://` - An openllm model name from huggingface.co dynamically loaded and executed with a vLLM backend. * `s3://` - An openllm model path which will be dynamically downloaded from an associated s3 registry bucket and executed with a vLLM backend. * `pvc://` - A persistent volume claim (PVC) mounted when deployed. This is only supported for the NIM or custom model format. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted.")
|
|
44
44
|
__properties: ClassVar[List[str]] = ["arguments", "description", "environment", "image", "modelFormat", "name", "registry", "resources", "url"]
|
|
45
45
|
|
|
46
46
|
model_config = {
|
|
@@ -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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -31,9 +31,9 @@ class ResourceProfile(BaseModel):
|
|
|
31
31
|
"""
|
|
32
32
|
ResourceProfile expresses resource requirements for a configuration.
|
|
33
33
|
""" # noqa: E501
|
|
34
|
-
cpu: Optional[StrictStr] = Field(default=None, description="CPU requirement.")
|
|
35
|
-
gpu: Optional[StrictStr] = Field(default=None, description="GPU requirement")
|
|
36
|
-
memory: Optional[StrictStr] = Field(default=None, description="Memory requirement in
|
|
34
|
+
cpu: Optional[StrictStr] = Field(default=None, description="CPU requirement expressed as a decimal value.")
|
|
35
|
+
gpu: Optional[StrictStr] = Field(default=None, description="GPU requirement expressed as an integer value.")
|
|
36
|
+
memory: Optional[StrictStr] = Field(default=None, description="Memory requirement in mebibytes (Mi suffix) or gibibyte (Gi suffix).")
|
|
37
37
|
__properties: ClassVar[List[str]] = ["cpu", "gpu", "memory"]
|
|
38
38
|
|
|
39
39
|
model_config = {
|
|
@@ -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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -39,7 +39,7 @@ class TrainedModelRegistry(BaseModel):
|
|
|
39
39
|
modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the registry. This is a read-only field and is automatically updated.", alias="modifiedAt")
|
|
40
40
|
name: StrictStr = Field(description="The name of the registry. Must begin with a letter, but may contain letters, numbers, and hyphen.")
|
|
41
41
|
secret_key: StrictStr = Field(description="The secret key is the password, secret key, or access token for the registry. * `s3` - The secret key for the S3 bucket. * `openllm` - The access token for huggingface.co and is supplied to the launched container via the `HF_TOKEN` environment variable.bucket. * `ngc` - The NVIDIA NGC apikey.", alias="secretKey")
|
|
42
|
-
type: StrictStr = Field(description="The type of this model registry. Must be one of the values: (s3, http, openllm, ngc). * `s3` - Configuration to enable access to an s3 bucket. * `openllm` - A registry that provides access to huggingface.co. It enables automatic download with an `openllm://` URL for openllm
|
|
42
|
+
type: StrictStr = Field(description="The type of this model registry. Must be one of the values: (s3, http, openllm, ngc). * `s3` - Configuration to enable access to an s3 bucket. * `openllm` - A registry that provides access to huggingface.co. It enables automatic download with an `openllm://` URL for openllm packaged models, or access to huggingface.co APIs for custom packaged models. * `ngc` - Configuration to enable direct download from the NVIDIA NGC: AI Development Catalog.")
|
|
43
43
|
__properties: ClassVar[List[str]] = ["accessKey", "bucket", "endpointUrl", "id", "insecureHttps", "modifiedAt", "name", "secretKey", "type"]
|
|
44
44
|
|
|
45
45
|
model_config = {
|
{aioli_sdk-1.2.0.dev18 → aioli_sdk-1.2.0.dev22}/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-dev22
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -37,8 +37,8 @@ class TrainedModelRegistryRequest(BaseModel):
|
|
|
37
37
|
insecure_https: Optional[StrictBool] = Field(default=None, description="For https endpoints, the server certificate will be accepted without validation.", alias="insecureHttps")
|
|
38
38
|
modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the registry. This is a read-only field and is automatically updated.", alias="modifiedAt")
|
|
39
39
|
name: StrictStr = Field(description="The name of the registry. Must begin with a letter, but may contain letters, numbers, and hyphen.")
|
|
40
|
-
secret_key: StrictStr = Field(description="The secret key is the password, secret key, or access token for the registry. * `s3` - The secret key for the S3 bucket. * `openllm` - The access token for huggingface.co and is supplied to the launched container via the `HF_TOKEN` environment variable.bucket. * `ngc` - The
|
|
41
|
-
type: StrictStr = Field(description="The type of this model registry. Must be one of the values: (s3, http, openllm, ngc). * `s3` - Configuration to enable access to an s3 bucket. * `openllm` - A registry that provides access to huggingface.co. It enables automatic download with an `openllm://` URL for openllm
|
|
40
|
+
secret_key: StrictStr = Field(description="The secret key is the password, secret key, or access token for the registry. * `s3` - The secret key for the S3 bucket. * `openllm` - The access token for huggingface.co and is supplied to the launched container via the `HF_TOKEN` environment variable.bucket. * `ngc` - The required NVIDIA NGC apikey.", alias="secretKey")
|
|
41
|
+
type: StrictStr = Field(description="The type of this model registry. Must be one of the values: (s3, http, openllm, ngc). * `s3` - Configuration to enable access to an s3 bucket. * `openllm` - A registry that provides access to huggingface.co. It enables automatic download with an `openllm://` URL for openllm packaged models, or access to huggingface.co APIs for custom packaged models. * `ngc` - Configuration to enable direct download from the NVIDIA NGC: AI Development Catalog.")
|
|
42
42
|
__properties: ClassVar[List[str]] = ["accessKey", "bucket", "endpointUrl", "insecureHttps", "modifiedAt", "name", "secretKey", "type"]
|
|
43
43
|
|
|
44
44
|
model_config = {
|
|
@@ -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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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-dev22
|
|
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
|
|
File without changes
|