aioli-sdk 1.3.0.dev38__tar.gz → 1.3.0.dev41__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.dev41}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/role.py +26 -7
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/test/test_cli.py +10 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/user.py +21 -13
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/projects_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/deployment_token_request.py +4 -2
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/project.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/project_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/user_request.py +2 -2
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/models/user_session.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/README.md +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/project.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev38 → aioli_sdk-1.3.0.dev41}/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-dev41"
|
|
@@ -20,6 +20,8 @@ def list_roles(args: Namespace) -> None:
|
|
|
20
20
|
headers = [
|
|
21
21
|
"ID",
|
|
22
22
|
"Role Name",
|
|
23
|
+
"Global Role",
|
|
24
|
+
"Project Role",
|
|
23
25
|
]
|
|
24
26
|
|
|
25
27
|
if args.json:
|
|
@@ -27,7 +29,7 @@ def list_roles(args: Namespace) -> None:
|
|
|
27
29
|
elif args.yaml:
|
|
28
30
|
print(render.format_object_as_yaml([r.to_dict() for r in response]))
|
|
29
31
|
else:
|
|
30
|
-
values = [[r.id, r.role_name] for r in response]
|
|
32
|
+
values = [[r.id, r.role_name, r.var_global, r.scoped] for r in response]
|
|
31
33
|
render.tabulate_or_csv(headers, values, args.csv)
|
|
32
34
|
|
|
33
35
|
|
|
@@ -40,6 +42,7 @@ def list_user_roles(args: Namespace) -> None:
|
|
|
40
42
|
headers = [
|
|
41
43
|
"User Name",
|
|
42
44
|
"Role Name",
|
|
45
|
+
"Project",
|
|
43
46
|
]
|
|
44
47
|
|
|
45
48
|
if args.json:
|
|
@@ -47,7 +50,7 @@ def list_user_roles(args: Namespace) -> None:
|
|
|
47
50
|
elif args.yaml:
|
|
48
51
|
print(render.format_object_as_yaml([r.to_dict() for r in response]))
|
|
49
52
|
else:
|
|
50
|
-
values = [[r.user_name, r.role_name] for r in response]
|
|
53
|
+
values = [[r.user_name, r.role_name, r.project] for r in response]
|
|
51
54
|
render.tabulate_or_csv(headers, values, args.csv)
|
|
52
55
|
|
|
53
56
|
|
|
@@ -57,7 +60,9 @@ def assign_role(args: Namespace) -> None:
|
|
|
57
60
|
api_instance = aiolirest.RolesApi(session)
|
|
58
61
|
|
|
59
62
|
assignments = []
|
|
60
|
-
assignments.append(
|
|
63
|
+
assignments.append(
|
|
64
|
+
RoleAssignment(userName=args.username, roleName=args.role, project=args.project)
|
|
65
|
+
)
|
|
61
66
|
|
|
62
67
|
api_instance.roles_add_assignments_post(RoleAssignments(userRoleAssignments=assignments))
|
|
63
68
|
|
|
@@ -68,7 +73,9 @@ def unassign_role(args: Namespace) -> None:
|
|
|
68
73
|
api_instance = aiolirest.RolesApi(session)
|
|
69
74
|
|
|
70
75
|
assignments = []
|
|
71
|
-
assignments.append(
|
|
76
|
+
assignments.append(
|
|
77
|
+
RoleAssignment(userName=args.username, roleName=args.role, project=args.project)
|
|
78
|
+
)
|
|
72
79
|
|
|
73
80
|
api_instance.roles_remove_assignments_post(RoleAssignments(userRoleAssignments=assignments))
|
|
74
81
|
|
|
@@ -96,7 +103,7 @@ main_cmd = Cmd(
|
|
|
96
103
|
list_user_roles,
|
|
97
104
|
"list roles for a user",
|
|
98
105
|
[
|
|
99
|
-
Arg("username", help="The name of the user"),
|
|
106
|
+
Arg("username", help="The name of the user", default="", nargs="?"),
|
|
100
107
|
Group(
|
|
101
108
|
Arg("--csv", action="store_true", help="print as CSV"),
|
|
102
109
|
Arg("--json", action="store_true", help="print as JSON"),
|
|
@@ -113,7 +120,13 @@ main_cmd = Cmd(
|
|
|
113
120
|
"role",
|
|
114
121
|
help="role name",
|
|
115
122
|
),
|
|
116
|
-
Arg("-u", help="The name of the user", required=
|
|
123
|
+
Arg("-u", "--username", help="The name of the user", required=True),
|
|
124
|
+
Arg(
|
|
125
|
+
"-p",
|
|
126
|
+
"--project",
|
|
127
|
+
help="The optional project scope of the role.",
|
|
128
|
+
required=False,
|
|
129
|
+
),
|
|
117
130
|
],
|
|
118
131
|
),
|
|
119
132
|
Cmd(
|
|
@@ -125,7 +138,13 @@ main_cmd = Cmd(
|
|
|
125
138
|
"role",
|
|
126
139
|
help="role name",
|
|
127
140
|
),
|
|
128
|
-
Arg("-u", help="The name of the user", required=
|
|
141
|
+
Arg("-u", "--username", help="The name of the user", required=True),
|
|
142
|
+
Arg(
|
|
143
|
+
"-p",
|
|
144
|
+
"--project",
|
|
145
|
+
help="The optional project scope of the role.",
|
|
146
|
+
required=False,
|
|
147
|
+
),
|
|
129
148
|
],
|
|
130
149
|
),
|
|
131
150
|
],
|
|
@@ -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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41\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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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.dev41}/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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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.dev41}/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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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.dev41}/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-dev41
|
|
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.dev41}/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-dev41
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -34,8 +34,9 @@ class DeploymentTokenRequest(BaseModel):
|
|
|
34
34
|
deployment: Optional[StrictStr] = Field(default=None, description="The name or ID of the deployment.")
|
|
35
35
|
description: Optional[StrictStr] = Field(default=None, description="The description of the deployment token to be created.")
|
|
36
36
|
expiration: Optional[StrictStr] = Field(default=None, description="The expiration date. If timezone is not included, UTC is assumed.")
|
|
37
|
+
project: Optional[StrictStr] = Field(default=None, description="The optional name or ID of the containing project. If unspecified, the project is determined by the project in the session, otherwise it uses the default project configured for the user.")
|
|
37
38
|
user: Optional[StrictStr] = Field(default=None, description="The user name or ID. If not specified, created for current user.")
|
|
38
|
-
__properties: ClassVar[List[str]] = ["deployment", "description", "expiration", "user"]
|
|
39
|
+
__properties: ClassVar[List[str]] = ["deployment", "description", "expiration", "project", "user"]
|
|
39
40
|
|
|
40
41
|
model_config = {
|
|
41
42
|
"populate_by_name": True,
|
|
@@ -88,6 +89,7 @@ class DeploymentTokenRequest(BaseModel):
|
|
|
88
89
|
"deployment": obj.get("deployment"),
|
|
89
90
|
"description": obj.get("description"),
|
|
90
91
|
"expiration": obj.get("expiration"),
|
|
92
|
+
"project": obj.get("project"),
|
|
91
93
|
"user": obj.get("user")
|
|
92
94
|
})
|
|
93
95
|
return _obj
|
|
@@ -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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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.dev41}/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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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.dev41}/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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
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-dev41
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -37,7 +37,7 @@ class UserRequest(BaseModel):
|
|
|
37
37
|
is_hashed: Optional[StrictBool] = Field(default=False, description="Indicate whether the provided password is pre-salted & hashed or not.", alias="isHashed")
|
|
38
38
|
password: Optional[StrictStr] = Field(default=None, description="The password used for login.")
|
|
39
39
|
remote: Optional[StrictBool] = Field(default=False, description="The user is remotely authenticated")
|
|
40
|
-
role_name: Optional[StrictStr] = Field(default=None, description="
|
|
40
|
+
role_name: Optional[StrictStr] = Field(default=None, description="Global role assigned to the user on creation. Must be one of the values: (None, Admin, Viewer, Maintainer, Robot).", alias="roleName")
|
|
41
41
|
username: StrictStr = Field(description="The user name used for login.")
|
|
42
42
|
__properties: ClassVar[List[str]] = ["active", "defaultProject", "displayName", "isHashed", "password", "remote", "roleName", "username"]
|
|
43
43
|
|
|
@@ -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-dev41
|
|
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-dev41
|
|
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
|