aioli-sdk 1.3.0.dev40__tar.gz → 1.3.0.dev43__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.dev40 → aioli_sdk-1.3.0.dev43}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/role.py +26 -7
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/projects_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/deployment_token_request.py +4 -2
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/project.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/project_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/user_request.py +2 -2
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/models/user_session.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/README.md +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/project.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43"
|
|
@@ -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
|
],
|
|
@@ -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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43\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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev40 → aioli_sdk-1.3.0.dev43}/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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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-dev43
|
|
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
|
|
File without changes
|