aioli-sdk 0.2.4.dev5__tar.gz → 0.2.4.dev7__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-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/PKG-INFO +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/__version__.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/cli.py +15 -5
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/__init__.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api_client.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/configuration.py +2 -2
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/role.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/security.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/user.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/rest.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/setup.py +1 -1
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/README.md +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/_util.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/errors.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/model.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/registry.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/render.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/role.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/sso.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/user.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/cli/version.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/api/request.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/check.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/constants.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/requests.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/common/util.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli/util.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/api_response.py +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/aiolirest/py.typed +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/pyproject.toml +0 -0
- {aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "0.2.4-
|
|
2
|
+
__version__ = "0.2.4-dev7"
|
|
@@ -6,7 +6,7 @@ import socket
|
|
|
6
6
|
import ssl
|
|
7
7
|
import sys
|
|
8
8
|
from argparse import ArgumentDefaultsHelpFormatter, ArgumentError, ArgumentParser
|
|
9
|
-
from typing import List, Sequence, Union, cast
|
|
9
|
+
from typing import List, Optional, Sequence, Union, cast
|
|
10
10
|
|
|
11
11
|
import argcomplete
|
|
12
12
|
import argcomplete.completers
|
|
@@ -184,17 +184,27 @@ def main(
|
|
|
184
184
|
if "Client sent an HTTP request to an HTTPS server" in e.body:
|
|
185
185
|
die(f"Ensure the controller address includes 'https://': {e.reason}: {e.body}")
|
|
186
186
|
else:
|
|
187
|
-
|
|
188
|
-
body_obj = decoder.decode(e.body)
|
|
189
|
-
message: str = body_obj["message"]
|
|
187
|
+
message = extract_message(e)
|
|
190
188
|
if message is not None and len(message) > 1:
|
|
191
189
|
# The first character of the message may/should be capitalized.
|
|
192
190
|
# In this context however it looks better if in lower case.
|
|
193
191
|
message = message[0].lower() + message[1 : len(message)]
|
|
194
192
|
die(f"Failed to {parsed_args.func.__name__}: {message}")
|
|
195
193
|
|
|
196
|
-
die(
|
|
194
|
+
die(
|
|
195
|
+
f"Failed on REST API operation, status {e.status}, reason: "
|
|
196
|
+
f"{e.reason}, body: {e.body}"
|
|
197
|
+
)
|
|
197
198
|
except Exception:
|
|
198
199
|
die(f"Failed to {parsed_args.func.__name__}", always_print_traceback=True)
|
|
199
200
|
except KeyboardInterrupt:
|
|
200
201
|
die("Interrupting...", exit_code=3)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
def extract_message(e: ApiException) -> Optional[str]:
|
|
205
|
+
decoder = json.JSONDecoder()
|
|
206
|
+
try:
|
|
207
|
+
body_obj = decoder.decode(e.body)
|
|
208
|
+
return str(body_obj["message"])
|
|
209
|
+
except json.JSONDecodeError:
|
|
210
|
+
return None
|
|
@@ -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: 0.2.4-
|
|
10
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
392
|
+
"Version of the API: 0.2.4-dev7\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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
9
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-0.2.4.dev5 → aioli_sdk-0.2.4.dev7}/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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev7
|
|
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
|