aioli-sdk 1.0.1.dev45__tar.gz → 1.0.1.dev47__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.dev45 → aioli_sdk-1.0.1.dev47}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/test/test_cli.py +2 -14
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/authentication.py +4 -18
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/constants.py +0 -4
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/registries_api.py +4 -4
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment.py +2 -4
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/trained_model_registry.py +2 -2
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/trained_model_registry_request.py +2 -2
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/README.md +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/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-dev47"
|
|
@@ -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:
|
|
@@ -24,9 +24,9 @@ import requests
|
|
|
24
24
|
|
|
25
25
|
import aiolirest
|
|
26
26
|
from aioli import cli
|
|
27
|
-
from aioli.common import api,
|
|
27
|
+
from aioli.common import api, util
|
|
28
28
|
from aioli.common.api import certs
|
|
29
|
-
|
|
29
|
+
import aioli.common.api.errors
|
|
30
30
|
|
|
31
31
|
Credentials = NamedTuple("Credentials", [("username", str), ("password", str)])
|
|
32
32
|
|
|
@@ -117,10 +117,8 @@ class Authentication:
|
|
|
117
117
|
requested_user, password, self.token_store
|
|
118
118
|
)
|
|
119
119
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
session_user = constants.DEFAULT_AIOLI_USER
|
|
123
|
-
assert session_user is not None
|
|
120
|
+
if session_user is None:
|
|
121
|
+
raise aioli.common.api.errors.UnauthenticatedException(username="")
|
|
124
122
|
|
|
125
123
|
# Check the token store if this session_user has a cached token. If so, check with the
|
|
126
124
|
# master to verify it has not expired. Otherwise, let the token be None.
|
|
@@ -147,23 +145,12 @@ class Authentication:
|
|
|
147
145
|
if token is not None:
|
|
148
146
|
return UsernameTokenPair(session_user, token)
|
|
149
147
|
|
|
150
|
-
# We'll need to create a new token, so we'll need a password. If there was no requested
|
|
151
|
-
# user and we ended up falling back to the default username `aioli`, then we can fall
|
|
152
|
-
# back to the default login as well. Otherwise, ask the user for their password.
|
|
153
|
-
fallback_to_default = password is None and session_user == constants.DEFAULT_AIOLI_USER
|
|
154
|
-
if fallback_to_default:
|
|
155
|
-
password = constants.DEFAULT_AIOLI_PASSWORD
|
|
156
|
-
# disable use of the default aioli username
|
|
157
|
-
raise UnauthenticatedException(username="")
|
|
158
|
-
|
|
159
148
|
if password is None:
|
|
160
149
|
password = getpass.getpass("Password for user '{}': ".format(session_user))
|
|
161
150
|
|
|
162
151
|
try:
|
|
163
152
|
token = do_login(self.master_address, session_user, salt_and_hash(password), True, cert)
|
|
164
153
|
except api.errors.ForbiddenException:
|
|
165
|
-
if fallback_to_default:
|
|
166
|
-
raise api.errors.UnauthenticatedException(username=session_user)
|
|
167
154
|
raise
|
|
168
155
|
|
|
169
156
|
self.token_store.set_token(session_user, token)
|
|
@@ -247,7 +234,6 @@ def logout(
|
|
|
247
234
|
token_store = TokenStore(controller_address)
|
|
248
235
|
|
|
249
236
|
session_user, _ = default_load_user_password(requested_user, None, token_store)
|
|
250
|
-
# Don't log out of DEFAULT_AIOLI_USER when it's not specified and not the active user.
|
|
251
237
|
|
|
252
238
|
if session_user is None:
|
|
253
239
|
return
|
|
@@ -8,7 +8,3 @@ MAX_WEBSOCKET_MSG_SIZE = 128 * 1024 * 1024
|
|
|
8
8
|
# The maximum HTTP request size that will be accepted by the master. This
|
|
9
9
|
# is intended as a safeguard to quickly drop overly large HTTP requests.
|
|
10
10
|
MAX_HTTP_REQUEST_SIZE = 128 * 1024 * 1024
|
|
11
|
-
|
|
12
|
-
# The username and password for the default user.
|
|
13
|
-
DEFAULT_AIOLI_USER = "aioli"
|
|
14
|
-
DEFAULT_AIOLI_PASSWORD = ""
|
|
@@ -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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1426,7 +1426,7 @@ class RegistriesApi:
|
|
|
1426
1426
|
) -> TrainedModelRegistry:
|
|
1427
1427
|
"""Create a new model registry.
|
|
1428
1428
|
|
|
1429
|
-
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers,
|
|
1429
|
+
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
|
|
1430
1430
|
|
|
1431
1431
|
:param trained_model_registry: Model Registry Data (required)
|
|
1432
1432
|
:type trained_model_registry: TrainedModelRegistryRequest
|
|
@@ -1496,7 +1496,7 @@ class RegistriesApi:
|
|
|
1496
1496
|
) -> ApiResponse[TrainedModelRegistry]:
|
|
1497
1497
|
"""Create a new model registry.
|
|
1498
1498
|
|
|
1499
|
-
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers,
|
|
1499
|
+
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
|
|
1500
1500
|
|
|
1501
1501
|
:param trained_model_registry: Model Registry Data (required)
|
|
1502
1502
|
:type trained_model_registry: TrainedModelRegistryRequest
|
|
@@ -1566,7 +1566,7 @@ class RegistriesApi:
|
|
|
1566
1566
|
) -> RESTResponseType:
|
|
1567
1567
|
"""Create a new model registry.
|
|
1568
1568
|
|
|
1569
|
-
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers,
|
|
1569
|
+
A packaged model registry provides the necessary metadata to access and download a model. Download is suported from S3 storage servers, models from huggingface.co, or NGC models from NVIDIA NGC: AI Development Catalog.
|
|
1570
1570
|
|
|
1571
1571
|
:param trained_model_registry: Model Registry Data (required)
|
|
1572
1572
|
:type trained_model_registry: TrainedModelRegistryRequest
|
|
@@ -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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47\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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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.dev45 → aioli_sdk-1.0.1.dev47}/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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/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-dev47
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev45 → aioli_sdk-1.0.1.dev47}/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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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` -
|
|
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 packged models, or access to huggingface.co APIs for custom packaged models. * `ngc` - Configuration to enable direct download from the NVIDA 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.0.1.dev45 → aioli_sdk-1.0.1.dev47}/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-dev47
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -38,7 +38,7 @@ class TrainedModelRegistryRequest(BaseModel):
|
|
|
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
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 requied 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` -
|
|
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 packged models, or access to huggingface.co APIs for custom packaged models. * `ngc` - Configuration to enable direct download from the NVIDA 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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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-dev47
|
|
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
|