aioli-sdk 1.0.1.dev46__tar.gz → 1.0.1.dev48__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.dev46 → aioli_sdk-1.0.1.dev48}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/registry.py +2 -2
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/authentication.py +4 -18
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/constants.py +0 -4
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/registries_api.py +4 -4
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/trained_model_registry.py +2 -2
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/trained_model_registry_request.py +2 -2
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/README.md +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/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-dev48"
|
|
@@ -197,7 +197,7 @@ def format_model(r: aiolirest.TrainedModelRegistry, m: aiolirest.ModelResponse)
|
|
|
197
197
|
size = str(m.metadata.get("size", ""))
|
|
198
198
|
if len(size) > 0: # then make human-readable
|
|
199
199
|
size2 = float(size) / 1024 / 1024 / 1024
|
|
200
|
-
size = f"{size2:.
|
|
200
|
+
size = f"{size2:.1f}"
|
|
201
201
|
return [
|
|
202
202
|
m.display_name,
|
|
203
203
|
m.image,
|
|
@@ -243,7 +243,7 @@ def list_models(args: Namespace) -> None:
|
|
|
243
243
|
models: List[aiolirest.ModelResponse] = []
|
|
244
244
|
|
|
245
245
|
# The columns displayed depend on the registry type, so adjust the headers accordingly.
|
|
246
|
-
headers = ["Name", "Image", "Size", "Description"]
|
|
246
|
+
headers = ["Name", "Image", "Size\nGiB", "Description"]
|
|
247
247
|
|
|
248
248
|
if registry.type == "openllm":
|
|
249
249
|
headers = ["URL", "Description"]
|
|
@@ -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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48\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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/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-dev48
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev46 → aioli_sdk-1.0.1.dev48}/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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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.dev46 → aioli_sdk-1.0.1.dev48}/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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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-dev48
|
|
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
|