aioli-sdk 1.3.0.dev38__tar.gz → 1.3.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.3.0.dev38 → aioli_sdk-1.3.0.dev40}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/test/test_cli.py +10 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/user.py +21 -13
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/projects_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/project.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/project_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_session.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/README.md +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/project.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev40}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "1.3.0-
|
|
2
|
+
__version__ = "1.3.0-dev40"
|
|
@@ -3,6 +3,7 @@ import csv
|
|
|
3
3
|
import json
|
|
4
4
|
import os
|
|
5
5
|
import subprocess
|
|
6
|
+
import uuid
|
|
6
7
|
|
|
7
8
|
import yaml
|
|
8
9
|
|
|
@@ -1059,7 +1060,7 @@ class TestCli:
|
|
|
1059
1060
|
def test_user_list(self, setup_login: None) -> None:
|
|
1060
1061
|
# Test the user table header fields
|
|
1061
1062
|
assert os.system("aioli user list") == 0
|
|
1062
|
-
expected = "admin | Default Administrator | True | False"
|
|
1063
|
+
expected = "admin | Default Administrator | True | False | default"
|
|
1063
1064
|
actual = subprocess.check_output(["aioli", "user", "list"]).decode("utf-8")
|
|
1064
1065
|
assert (actual.find(expected)) > 0
|
|
1065
1066
|
|
|
@@ -1084,6 +1085,10 @@ class TestCli:
|
|
|
1084
1085
|
for d in actual:
|
|
1085
1086
|
del d["lastAuthAt"]
|
|
1086
1087
|
del d["modifiedAt"]
|
|
1088
|
+
# defaultProject should exist, but will be a different UUID each time
|
|
1089
|
+
defaultProject = d["defaultProject"]
|
|
1090
|
+
del d["defaultProject"]
|
|
1091
|
+
assert uuid.UUID(defaultProject)
|
|
1087
1092
|
assert actual == expected
|
|
1088
1093
|
|
|
1089
1094
|
actual = yaml.safe_load(
|
|
@@ -1092,6 +1097,10 @@ class TestCli:
|
|
|
1092
1097
|
for d in actual:
|
|
1093
1098
|
del d["lastAuthAt"]
|
|
1094
1099
|
del d["modifiedAt"]
|
|
1100
|
+
# defaultProject should exist, but will be a different UUID each time
|
|
1101
|
+
defaultProject = d["defaultProject"]
|
|
1102
|
+
del d["defaultProject"]
|
|
1103
|
+
assert uuid.UUID(defaultProject)
|
|
1095
1104
|
assert actual == expected
|
|
1096
1105
|
|
|
1097
1106
|
def test_user_list_csv(self, setup_login: None) -> None:
|
|
@@ -17,12 +17,26 @@ from aiolirest.models.user_request import UserRequest
|
|
|
17
17
|
|
|
18
18
|
@authentication.required
|
|
19
19
|
def list_users(args: Namespace) -> None:
|
|
20
|
+
projects = {}
|
|
20
21
|
with cli.setup_session(args) as session:
|
|
21
22
|
api_instance = aiolirest.UsersApi(session)
|
|
22
23
|
response = api_instance.users_get()
|
|
24
|
+
for project in aiolirest.ProjectsApi(session).projects_get():
|
|
25
|
+
projects[project.id] = project
|
|
26
|
+
|
|
27
|
+
def format_json(response: List[User]) -> List[Dict[str, str]]:
|
|
28
|
+
users = []
|
|
29
|
+
for r in response:
|
|
30
|
+
# Don't use the r.to_json() method as it adds backslash escapes for double quote
|
|
31
|
+
d = r.to_dict()
|
|
32
|
+
users.append(d)
|
|
33
|
+
return users
|
|
23
34
|
|
|
24
35
|
def format_user(u: User) -> List[Any]:
|
|
25
|
-
|
|
36
|
+
project = ""
|
|
37
|
+
if u.default_project and projects[u.default_project]:
|
|
38
|
+
project = projects[u.default_project].name
|
|
39
|
+
result = [u.username, u.display_name, u.active, u.remote, project]
|
|
26
40
|
return result
|
|
27
41
|
|
|
28
42
|
if args.json:
|
|
@@ -30,22 +44,11 @@ def list_users(args: Namespace) -> None:
|
|
|
30
44
|
elif args.yaml:
|
|
31
45
|
print(render.format_object_as_yaml(format_json(response)))
|
|
32
46
|
else:
|
|
33
|
-
headers = ["Username", "Display Name", "Active", "Remote"]
|
|
47
|
+
headers = ["Username", "Display Name", "Active", "Remote", "Default Project"]
|
|
34
48
|
values = [format_user(u) for u in response]
|
|
35
49
|
render.tabulate_or_csv(headers, values, args.csv)
|
|
36
50
|
|
|
37
51
|
|
|
38
|
-
def format_json(response: List[User]) -> List[Dict[str, str]]:
|
|
39
|
-
users = []
|
|
40
|
-
for r in response:
|
|
41
|
-
# Don't use the r.to_json() method as it adds backslash escapes for double quote
|
|
42
|
-
d = r.to_dict()
|
|
43
|
-
d.pop("defaultProject") # something for INF-1516
|
|
44
|
-
users.append(d)
|
|
45
|
-
|
|
46
|
-
return users
|
|
47
|
-
|
|
48
|
-
|
|
49
52
|
@authentication.required
|
|
50
53
|
def activate_user(parsed_args: Namespace) -> None:
|
|
51
54
|
patch = UserPatchRequest(active=True)
|
|
@@ -204,6 +207,10 @@ def update(parsed_args: Namespace) -> None:
|
|
|
204
207
|
patch.active = parsed_args.activate
|
|
205
208
|
changes.append("Active")
|
|
206
209
|
|
|
210
|
+
if parsed_args.default_project is not None:
|
|
211
|
+
patch.default_project = parsed_args.default_project
|
|
212
|
+
changes.append("Default Project")
|
|
213
|
+
|
|
207
214
|
if len(changes) > 0:
|
|
208
215
|
patch_user(parsed_args, parsed_args.target_user, patch)
|
|
209
216
|
print("Changes made to the following fields: " + ", ".join(changes))
|
|
@@ -278,6 +285,7 @@ args_description = [
|
|
|
278
285
|
),
|
|
279
286
|
Arg("--display-name", default=None, help="new display name for target_user"),
|
|
280
287
|
Arg("--username", default=None, help="new username for target_user"),
|
|
288
|
+
Arg("--default-project", default=None, help="new default project for target_user"),
|
|
281
289
|
Arg(
|
|
282
290
|
"--active",
|
|
283
291
|
dest="activate",
|
|
@@ -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.3.0-
|
|
10
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
392
|
+
"Version of the API: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
9
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.0-dev40
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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.3.0-
|
|
8
|
+
The version of the OpenAPI document: 1.3.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
|
|
File without changes
|
|
File without changes
|