aioli-sdk 1.3.0.dev37__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.dev37 → aioli_sdk-1.3.0.dev40}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/test/test_cli.py +10 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/user.py +21 -13
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/deployments_api.py +18 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/packaged_models_api.py +18 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/projects_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/registries_api.py +18 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/tokens_api.py +18 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/project.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/project_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/models/user_session.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/README.md +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/project.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev37 → aioli_sdk-1.3.0.dev40}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev37 → 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
|
|
|
@@ -59,6 +59,7 @@ class DeploymentsApi:
|
|
|
59
59
|
def deployments_get(
|
|
60
60
|
self,
|
|
61
61
|
last_event: Annotated[Optional[StrictStr], Field(description="Include the most recent event for each deployment when available.")] = None,
|
|
62
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
62
63
|
_request_timeout: Union[
|
|
63
64
|
None,
|
|
64
65
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -78,6 +79,8 @@ class DeploymentsApi:
|
|
|
78
79
|
|
|
79
80
|
:param last_event: Include the most recent event for each deployment when available.
|
|
80
81
|
:type last_event: str
|
|
82
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
83
|
+
:type project: str
|
|
81
84
|
:param _request_timeout: timeout setting for this request. If one
|
|
82
85
|
number provided, it will be total request
|
|
83
86
|
timeout. It can also be a pair (tuple) of
|
|
@@ -102,6 +105,7 @@ class DeploymentsApi:
|
|
|
102
105
|
|
|
103
106
|
_param = self._deployments_get_serialize(
|
|
104
107
|
last_event=last_event,
|
|
108
|
+
project=project,
|
|
105
109
|
_request_auth=_request_auth,
|
|
106
110
|
_content_type=_content_type,
|
|
107
111
|
_headers=_headers,
|
|
@@ -128,6 +132,7 @@ class DeploymentsApi:
|
|
|
128
132
|
def deployments_get_with_http_info(
|
|
129
133
|
self,
|
|
130
134
|
last_event: Annotated[Optional[StrictStr], Field(description="Include the most recent event for each deployment when available.")] = None,
|
|
135
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
131
136
|
_request_timeout: Union[
|
|
132
137
|
None,
|
|
133
138
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -147,6 +152,8 @@ class DeploymentsApi:
|
|
|
147
152
|
|
|
148
153
|
:param last_event: Include the most recent event for each deployment when available.
|
|
149
154
|
:type last_event: str
|
|
155
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
156
|
+
:type project: str
|
|
150
157
|
:param _request_timeout: timeout setting for this request. If one
|
|
151
158
|
number provided, it will be total request
|
|
152
159
|
timeout. It can also be a pair (tuple) of
|
|
@@ -171,6 +178,7 @@ class DeploymentsApi:
|
|
|
171
178
|
|
|
172
179
|
_param = self._deployments_get_serialize(
|
|
173
180
|
last_event=last_event,
|
|
181
|
+
project=project,
|
|
174
182
|
_request_auth=_request_auth,
|
|
175
183
|
_content_type=_content_type,
|
|
176
184
|
_headers=_headers,
|
|
@@ -197,6 +205,7 @@ class DeploymentsApi:
|
|
|
197
205
|
def deployments_get_without_preload_content(
|
|
198
206
|
self,
|
|
199
207
|
last_event: Annotated[Optional[StrictStr], Field(description="Include the most recent event for each deployment when available.")] = None,
|
|
208
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
200
209
|
_request_timeout: Union[
|
|
201
210
|
None,
|
|
202
211
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -216,6 +225,8 @@ class DeploymentsApi:
|
|
|
216
225
|
|
|
217
226
|
:param last_event: Include the most recent event for each deployment when available.
|
|
218
227
|
:type last_event: str
|
|
228
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
229
|
+
:type project: str
|
|
219
230
|
:param _request_timeout: timeout setting for this request. If one
|
|
220
231
|
number provided, it will be total request
|
|
221
232
|
timeout. It can also be a pair (tuple) of
|
|
@@ -240,6 +251,7 @@ class DeploymentsApi:
|
|
|
240
251
|
|
|
241
252
|
_param = self._deployments_get_serialize(
|
|
242
253
|
last_event=last_event,
|
|
254
|
+
project=project,
|
|
243
255
|
_request_auth=_request_auth,
|
|
244
256
|
_content_type=_content_type,
|
|
245
257
|
_headers=_headers,
|
|
@@ -261,6 +273,7 @@ class DeploymentsApi:
|
|
|
261
273
|
def _deployments_get_serialize(
|
|
262
274
|
self,
|
|
263
275
|
last_event,
|
|
276
|
+
project,
|
|
264
277
|
_request_auth,
|
|
265
278
|
_content_type,
|
|
266
279
|
_headers,
|
|
@@ -286,6 +299,10 @@ class DeploymentsApi:
|
|
|
286
299
|
|
|
287
300
|
_query_params.append(('lastEvent', last_event))
|
|
288
301
|
|
|
302
|
+
if project is not None:
|
|
303
|
+
|
|
304
|
+
_query_params.append(('project', project))
|
|
305
|
+
|
|
289
306
|
# process the header parameters
|
|
290
307
|
# process the form parameters
|
|
291
308
|
# process the body parameter
|
|
@@ -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
|
|
|
@@ -61,6 +61,7 @@ class PackagedModelsApi:
|
|
|
61
61
|
model_ref: Annotated[Optional[StrictStr], Field(description="PackagedModel ID or versioned Name (evaluated in that order)")] = None,
|
|
62
62
|
name: Annotated[Optional[StrictStr], Field(description="Model versions with the specified name")] = None,
|
|
63
63
|
latest: Annotated[Optional[StrictStr], Field(description="If present, return only the latest model versions with the specified name.")] = None,
|
|
64
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
64
65
|
_request_timeout: Union[
|
|
65
66
|
None,
|
|
66
67
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -84,6 +85,8 @@ class PackagedModelsApi:
|
|
|
84
85
|
:type name: str
|
|
85
86
|
:param latest: If present, return only the latest model versions with the specified name.
|
|
86
87
|
:type latest: str
|
|
88
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
89
|
+
:type project: str
|
|
87
90
|
:param _request_timeout: timeout setting for this request. If one
|
|
88
91
|
number provided, it will be total request
|
|
89
92
|
timeout. It can also be a pair (tuple) of
|
|
@@ -110,6 +113,7 @@ class PackagedModelsApi:
|
|
|
110
113
|
model_ref=model_ref,
|
|
111
114
|
name=name,
|
|
112
115
|
latest=latest,
|
|
116
|
+
project=project,
|
|
113
117
|
_request_auth=_request_auth,
|
|
114
118
|
_content_type=_content_type,
|
|
115
119
|
_headers=_headers,
|
|
@@ -138,6 +142,7 @@ class PackagedModelsApi:
|
|
|
138
142
|
model_ref: Annotated[Optional[StrictStr], Field(description="PackagedModel ID or versioned Name (evaluated in that order)")] = None,
|
|
139
143
|
name: Annotated[Optional[StrictStr], Field(description="Model versions with the specified name")] = None,
|
|
140
144
|
latest: Annotated[Optional[StrictStr], Field(description="If present, return only the latest model versions with the specified name.")] = None,
|
|
145
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
141
146
|
_request_timeout: Union[
|
|
142
147
|
None,
|
|
143
148
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -161,6 +166,8 @@ class PackagedModelsApi:
|
|
|
161
166
|
:type name: str
|
|
162
167
|
:param latest: If present, return only the latest model versions with the specified name.
|
|
163
168
|
:type latest: str
|
|
169
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
170
|
+
:type project: str
|
|
164
171
|
:param _request_timeout: timeout setting for this request. If one
|
|
165
172
|
number provided, it will be total request
|
|
166
173
|
timeout. It can also be a pair (tuple) of
|
|
@@ -187,6 +194,7 @@ class PackagedModelsApi:
|
|
|
187
194
|
model_ref=model_ref,
|
|
188
195
|
name=name,
|
|
189
196
|
latest=latest,
|
|
197
|
+
project=project,
|
|
190
198
|
_request_auth=_request_auth,
|
|
191
199
|
_content_type=_content_type,
|
|
192
200
|
_headers=_headers,
|
|
@@ -215,6 +223,7 @@ class PackagedModelsApi:
|
|
|
215
223
|
model_ref: Annotated[Optional[StrictStr], Field(description="PackagedModel ID or versioned Name (evaluated in that order)")] = None,
|
|
216
224
|
name: Annotated[Optional[StrictStr], Field(description="Model versions with the specified name")] = None,
|
|
217
225
|
latest: Annotated[Optional[StrictStr], Field(description="If present, return only the latest model versions with the specified name.")] = None,
|
|
226
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
218
227
|
_request_timeout: Union[
|
|
219
228
|
None,
|
|
220
229
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -238,6 +247,8 @@ class PackagedModelsApi:
|
|
|
238
247
|
:type name: str
|
|
239
248
|
:param latest: If present, return only the latest model versions with the specified name.
|
|
240
249
|
:type latest: str
|
|
250
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
251
|
+
:type project: str
|
|
241
252
|
:param _request_timeout: timeout setting for this request. If one
|
|
242
253
|
number provided, it will be total request
|
|
243
254
|
timeout. It can also be a pair (tuple) of
|
|
@@ -264,6 +275,7 @@ class PackagedModelsApi:
|
|
|
264
275
|
model_ref=model_ref,
|
|
265
276
|
name=name,
|
|
266
277
|
latest=latest,
|
|
278
|
+
project=project,
|
|
267
279
|
_request_auth=_request_auth,
|
|
268
280
|
_content_type=_content_type,
|
|
269
281
|
_headers=_headers,
|
|
@@ -287,6 +299,7 @@ class PackagedModelsApi:
|
|
|
287
299
|
model_ref,
|
|
288
300
|
name,
|
|
289
301
|
latest,
|
|
302
|
+
project,
|
|
290
303
|
_request_auth,
|
|
291
304
|
_content_type,
|
|
292
305
|
_headers,
|
|
@@ -320,6 +333,10 @@ class PackagedModelsApi:
|
|
|
320
333
|
|
|
321
334
|
_query_params.append(('latest', latest))
|
|
322
335
|
|
|
336
|
+
if project is not None:
|
|
337
|
+
|
|
338
|
+
_query_params.append(('project', project))
|
|
339
|
+
|
|
323
340
|
# process the header parameters
|
|
324
341
|
# process the form parameters
|
|
325
342
|
# process the body parameter
|
|
@@ -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
|
|
|
@@ -56,6 +56,7 @@ class RegistriesApi:
|
|
|
56
56
|
@validate_call
|
|
57
57
|
def registries_get(
|
|
58
58
|
self,
|
|
59
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
59
60
|
_request_timeout: Union[
|
|
60
61
|
None,
|
|
61
62
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -73,6 +74,8 @@ class RegistriesApi:
|
|
|
73
74
|
|
|
74
75
|
Return the properties of all configured model registries. Results are sorted by modifiedAt descending.
|
|
75
76
|
|
|
77
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
78
|
+
:type project: str
|
|
76
79
|
:param _request_timeout: timeout setting for this request. If one
|
|
77
80
|
number provided, it will be total request
|
|
78
81
|
timeout. It can also be a pair (tuple) of
|
|
@@ -96,6 +99,7 @@ class RegistriesApi:
|
|
|
96
99
|
""" # noqa: E501
|
|
97
100
|
|
|
98
101
|
_param = self._registries_get_serialize(
|
|
102
|
+
project=project,
|
|
99
103
|
_request_auth=_request_auth,
|
|
100
104
|
_content_type=_content_type,
|
|
101
105
|
_headers=_headers,
|
|
@@ -121,6 +125,7 @@ class RegistriesApi:
|
|
|
121
125
|
@validate_call
|
|
122
126
|
def registries_get_with_http_info(
|
|
123
127
|
self,
|
|
128
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
124
129
|
_request_timeout: Union[
|
|
125
130
|
None,
|
|
126
131
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -138,6 +143,8 @@ class RegistriesApi:
|
|
|
138
143
|
|
|
139
144
|
Return the properties of all configured model registries. Results are sorted by modifiedAt descending.
|
|
140
145
|
|
|
146
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
147
|
+
:type project: str
|
|
141
148
|
:param _request_timeout: timeout setting for this request. If one
|
|
142
149
|
number provided, it will be total request
|
|
143
150
|
timeout. It can also be a pair (tuple) of
|
|
@@ -161,6 +168,7 @@ class RegistriesApi:
|
|
|
161
168
|
""" # noqa: E501
|
|
162
169
|
|
|
163
170
|
_param = self._registries_get_serialize(
|
|
171
|
+
project=project,
|
|
164
172
|
_request_auth=_request_auth,
|
|
165
173
|
_content_type=_content_type,
|
|
166
174
|
_headers=_headers,
|
|
@@ -186,6 +194,7 @@ class RegistriesApi:
|
|
|
186
194
|
@validate_call
|
|
187
195
|
def registries_get_without_preload_content(
|
|
188
196
|
self,
|
|
197
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
189
198
|
_request_timeout: Union[
|
|
190
199
|
None,
|
|
191
200
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -203,6 +212,8 @@ class RegistriesApi:
|
|
|
203
212
|
|
|
204
213
|
Return the properties of all configured model registries. Results are sorted by modifiedAt descending.
|
|
205
214
|
|
|
215
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
216
|
+
:type project: str
|
|
206
217
|
:param _request_timeout: timeout setting for this request. If one
|
|
207
218
|
number provided, it will be total request
|
|
208
219
|
timeout. It can also be a pair (tuple) of
|
|
@@ -226,6 +237,7 @@ class RegistriesApi:
|
|
|
226
237
|
""" # noqa: E501
|
|
227
238
|
|
|
228
239
|
_param = self._registries_get_serialize(
|
|
240
|
+
project=project,
|
|
229
241
|
_request_auth=_request_auth,
|
|
230
242
|
_content_type=_content_type,
|
|
231
243
|
_headers=_headers,
|
|
@@ -246,6 +258,7 @@ class RegistriesApi:
|
|
|
246
258
|
|
|
247
259
|
def _registries_get_serialize(
|
|
248
260
|
self,
|
|
261
|
+
project,
|
|
249
262
|
_request_auth,
|
|
250
263
|
_content_type,
|
|
251
264
|
_headers,
|
|
@@ -267,6 +280,10 @@ class RegistriesApi:
|
|
|
267
280
|
|
|
268
281
|
# process the path parameters
|
|
269
282
|
# process the query parameters
|
|
283
|
+
if project is not None:
|
|
284
|
+
|
|
285
|
+
_query_params.append(('project', project))
|
|
286
|
+
|
|
270
287
|
# process the header parameters
|
|
271
288
|
# process the form parameters
|
|
272
289
|
# process the body parameter
|
|
@@ -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
|
|
|
@@ -57,6 +57,7 @@ class TokensApi:
|
|
|
57
57
|
def tokens_get(
|
|
58
58
|
self,
|
|
59
59
|
all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
|
|
60
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
60
61
|
_request_timeout: Union[
|
|
61
62
|
None,
|
|
62
63
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -76,6 +77,8 @@ class TokensApi:
|
|
|
76
77
|
|
|
77
78
|
:param all: Get all the tokens.
|
|
78
79
|
:type all: str
|
|
80
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
81
|
+
:type project: str
|
|
79
82
|
:param _request_timeout: timeout setting for this request. If one
|
|
80
83
|
number provided, it will be total request
|
|
81
84
|
timeout. It can also be a pair (tuple) of
|
|
@@ -100,6 +103,7 @@ class TokensApi:
|
|
|
100
103
|
|
|
101
104
|
_param = self._tokens_get_serialize(
|
|
102
105
|
all=all,
|
|
106
|
+
project=project,
|
|
103
107
|
_request_auth=_request_auth,
|
|
104
108
|
_content_type=_content_type,
|
|
105
109
|
_headers=_headers,
|
|
@@ -126,6 +130,7 @@ class TokensApi:
|
|
|
126
130
|
def tokens_get_with_http_info(
|
|
127
131
|
self,
|
|
128
132
|
all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
|
|
133
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
129
134
|
_request_timeout: Union[
|
|
130
135
|
None,
|
|
131
136
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -145,6 +150,8 @@ class TokensApi:
|
|
|
145
150
|
|
|
146
151
|
:param all: Get all the tokens.
|
|
147
152
|
:type all: str
|
|
153
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
154
|
+
:type project: str
|
|
148
155
|
:param _request_timeout: timeout setting for this request. If one
|
|
149
156
|
number provided, it will be total request
|
|
150
157
|
timeout. It can also be a pair (tuple) of
|
|
@@ -169,6 +176,7 @@ class TokensApi:
|
|
|
169
176
|
|
|
170
177
|
_param = self._tokens_get_serialize(
|
|
171
178
|
all=all,
|
|
179
|
+
project=project,
|
|
172
180
|
_request_auth=_request_auth,
|
|
173
181
|
_content_type=_content_type,
|
|
174
182
|
_headers=_headers,
|
|
@@ -195,6 +203,7 @@ class TokensApi:
|
|
|
195
203
|
def tokens_get_without_preload_content(
|
|
196
204
|
self,
|
|
197
205
|
all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
|
|
206
|
+
project: Annotated[Optional[StrictStr], Field(description="Filter to the specified project name/id instead of the session project.")] = None,
|
|
198
207
|
_request_timeout: Union[
|
|
199
208
|
None,
|
|
200
209
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -214,6 +223,8 @@ class TokensApi:
|
|
|
214
223
|
|
|
215
224
|
:param all: Get all the tokens.
|
|
216
225
|
:type all: str
|
|
226
|
+
:param project: Filter to the specified project name/id instead of the session project.
|
|
227
|
+
:type project: str
|
|
217
228
|
:param _request_timeout: timeout setting for this request. If one
|
|
218
229
|
number provided, it will be total request
|
|
219
230
|
timeout. It can also be a pair (tuple) of
|
|
@@ -238,6 +249,7 @@ class TokensApi:
|
|
|
238
249
|
|
|
239
250
|
_param = self._tokens_get_serialize(
|
|
240
251
|
all=all,
|
|
252
|
+
project=project,
|
|
241
253
|
_request_auth=_request_auth,
|
|
242
254
|
_content_type=_content_type,
|
|
243
255
|
_headers=_headers,
|
|
@@ -259,6 +271,7 @@ class TokensApi:
|
|
|
259
271
|
def _tokens_get_serialize(
|
|
260
272
|
self,
|
|
261
273
|
all,
|
|
274
|
+
project,
|
|
262
275
|
_request_auth,
|
|
263
276
|
_content_type,
|
|
264
277
|
_headers,
|
|
@@ -284,6 +297,10 @@ class TokensApi:
|
|
|
284
297
|
|
|
285
298
|
_query_params.append(('all', all))
|
|
286
299
|
|
|
300
|
+
if project is not None:
|
|
301
|
+
|
|
302
|
+
_query_params.append(('project', project))
|
|
303
|
+
|
|
287
304
|
# process the header parameters
|
|
288
305
|
# process the form parameters
|
|
289
306
|
# process the body parameter
|
|
@@ -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
|
|