aioli-sdk 1.2.0.dev39__tar.gz → 1.2.0.dev40__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.dev39 → aioli_sdk-1.2.0.dev40}/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/__version__.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/model.py +8 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/registry.py +10 -14
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/test/test_cli.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/roles_api.py +10 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/aproto_controller_config.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/aproto_ezua_info.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/aproto_telemetry_info.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/setup.py +1 -1
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/README.md +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/check.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/common/util.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli/util.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/pyproject.toml +0 -0
- {aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/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-dev40"
|
|
@@ -243,6 +243,12 @@ def update(args: Namespace) -> None:
|
|
|
243
243
|
# Not likely, but testing these prevents complaints from mypy
|
|
244
244
|
raise api.errors.BadResponseException("Unexpected null result")
|
|
245
245
|
|
|
246
|
+
if args.limits_gpu is not None and args.requests_gpu is None:
|
|
247
|
+
args.requests_gpu = args.limits_gpu
|
|
248
|
+
|
|
249
|
+
if args.limits_gpu is None and args.requests_gpu is not None:
|
|
250
|
+
args.limits_gpu = args.requests_gpu
|
|
251
|
+
|
|
246
252
|
if args.name is not None:
|
|
247
253
|
request.name = args.name
|
|
248
254
|
|
|
@@ -341,6 +347,7 @@ def list_deployments(args: Namespace) -> None:
|
|
|
341
347
|
e.native_app_name,
|
|
342
348
|
e.model,
|
|
343
349
|
e.mdl_version,
|
|
350
|
+
e.canary_traffic_percent,
|
|
344
351
|
]
|
|
345
352
|
return result
|
|
346
353
|
|
|
@@ -349,6 +356,7 @@ def list_deployments(args: Namespace) -> None:
|
|
|
349
356
|
"Native App Name",
|
|
350
357
|
"Model",
|
|
351
358
|
"Model\nVersion",
|
|
359
|
+
"Traffic",
|
|
352
360
|
]
|
|
353
361
|
|
|
354
362
|
values = [format_deployments(r) for r in response]
|
|
@@ -4,6 +4,8 @@ import textwrap
|
|
|
4
4
|
from argparse import Namespace
|
|
5
5
|
from typing import Any, List, Optional
|
|
6
6
|
|
|
7
|
+
from pydantic import StrictInt
|
|
8
|
+
|
|
7
9
|
import aiolirest
|
|
8
10
|
from aioli import cli
|
|
9
11
|
from aioli.cli import render
|
|
@@ -192,34 +194,28 @@ def format_model(r: aiolirest.TrainedModelRegistry, m: aiolirest.ModelResponse)
|
|
|
192
194
|
# format shows a range of values, but for our users all are 'openllm'.
|
|
193
195
|
uri = f"openllm://{m.name}/{m.latest_version_id_str}"
|
|
194
196
|
return [uri, description]
|
|
195
|
-
size: str = ""
|
|
196
|
-
if m.metadata is not None:
|
|
197
|
-
size = str(m.metadata.get("size", ""))
|
|
198
|
-
size = bytes_to_gib(size)
|
|
199
197
|
if r.type == "ngc":
|
|
200
198
|
return [
|
|
201
199
|
m.display_name,
|
|
202
200
|
m.image,
|
|
203
|
-
|
|
201
|
+
bytes_to_gib(m.latest_version_size_in_bytes),
|
|
204
202
|
description,
|
|
205
203
|
]
|
|
206
204
|
# This leaves type == PFS
|
|
207
205
|
return [
|
|
208
206
|
m.display_name,
|
|
209
207
|
m.url,
|
|
210
|
-
bytes_to_gib(
|
|
208
|
+
bytes_to_gib(m.latest_version_size_in_bytes),
|
|
211
209
|
description,
|
|
212
210
|
]
|
|
213
211
|
|
|
214
212
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
size = f"{size2:.1f}"
|
|
222
|
-
return size
|
|
213
|
+
# Convert bytes to GiB for a more human-readable output.
|
|
214
|
+
def bytes_to_gib(size: Optional[StrictInt]) -> str:
|
|
215
|
+
if size is None:
|
|
216
|
+
return ""
|
|
217
|
+
size2 = size / 1024 / 1024 / 1024
|
|
218
|
+
return f"{size2:.1f}"
|
|
223
219
|
|
|
224
220
|
|
|
225
221
|
# Here is a list of known model formats, taken from the REST API documentation.
|
|
@@ -682,7 +682,7 @@ class TestCli:
|
|
|
682
682
|
actual = subprocess.check_output(
|
|
683
683
|
["aioli", "model", "list-deployments", "iris-tf-keras"]
|
|
684
684
|
).decode("utf-8")
|
|
685
|
-
expected = "| iris-tf-keras | 3"
|
|
685
|
+
expected = "| iris-tf-keras | 3 | 100"
|
|
686
686
|
assert actual.find(expected) > 0
|
|
687
687
|
|
|
688
688
|
# fmt: off
|
|
@@ -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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -109,6 +109,7 @@ class RolesApi:
|
|
|
109
109
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
110
110
|
'201': "RoleAssignments",
|
|
111
111
|
'400': "ErrorResponse",
|
|
112
|
+
'403': "ErrorResponse",
|
|
112
113
|
'500': "ErrorResponse"
|
|
113
114
|
|
|
114
115
|
}
|
|
@@ -179,6 +180,7 @@ class RolesApi:
|
|
|
179
180
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
180
181
|
'201': "RoleAssignments",
|
|
181
182
|
'400': "ErrorResponse",
|
|
183
|
+
'403': "ErrorResponse",
|
|
182
184
|
'500': "ErrorResponse"
|
|
183
185
|
|
|
184
186
|
}
|
|
@@ -249,6 +251,7 @@ class RolesApi:
|
|
|
249
251
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
250
252
|
'201': "RoleAssignments",
|
|
251
253
|
'400': "ErrorResponse",
|
|
254
|
+
'403': "ErrorResponse",
|
|
252
255
|
'500': "ErrorResponse"
|
|
253
256
|
|
|
254
257
|
}
|
|
@@ -389,6 +392,7 @@ class RolesApi:
|
|
|
389
392
|
|
|
390
393
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
391
394
|
'200': "List[RoleAssignment]",
|
|
395
|
+
'403': "ErrorResponse",
|
|
392
396
|
'500': "ErrorResponse"
|
|
393
397
|
|
|
394
398
|
}
|
|
@@ -458,6 +462,7 @@ class RolesApi:
|
|
|
458
462
|
|
|
459
463
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
460
464
|
'200': "List[RoleAssignment]",
|
|
465
|
+
'403': "ErrorResponse",
|
|
461
466
|
'500': "ErrorResponse"
|
|
462
467
|
|
|
463
468
|
}
|
|
@@ -527,6 +532,7 @@ class RolesApi:
|
|
|
527
532
|
|
|
528
533
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
529
534
|
'200': "List[RoleAssignment]",
|
|
535
|
+
'403': "ErrorResponse",
|
|
530
536
|
'500': "ErrorResponse"
|
|
531
537
|
|
|
532
538
|
}
|
|
@@ -907,6 +913,7 @@ class RolesApi:
|
|
|
907
913
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
908
914
|
'201': "SuccessResponse",
|
|
909
915
|
'400': "ErrorResponse",
|
|
916
|
+
'403': "ErrorResponse",
|
|
910
917
|
'500': "ErrorResponse"
|
|
911
918
|
|
|
912
919
|
}
|
|
@@ -977,6 +984,7 @@ class RolesApi:
|
|
|
977
984
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
978
985
|
'201': "SuccessResponse",
|
|
979
986
|
'400': "ErrorResponse",
|
|
987
|
+
'403': "ErrorResponse",
|
|
980
988
|
'500': "ErrorResponse"
|
|
981
989
|
|
|
982
990
|
}
|
|
@@ -1047,6 +1055,7 @@ class RolesApi:
|
|
|
1047
1055
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1048
1056
|
'201': "SuccessResponse",
|
|
1049
1057
|
'400': "ErrorResponse",
|
|
1058
|
+
'403': "ErrorResponse",
|
|
1050
1059
|
'500': "ErrorResponse"
|
|
1051
1060
|
|
|
1052
1061
|
}
|
|
@@ -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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40\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-dev40
|
|
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-dev40
|
|
10
10
|
Contact: community@determined-ai
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/aproto_controller_config.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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/auto_scaling_template_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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/aiolirest/models/resources_template_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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.2.0.dev39 → aioli_sdk-1.2.0.dev40}/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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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-dev40
|
|
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
|