aioli-sdk 1.3.0.dev10__tar.gz → 1.3.0.dev11__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.dev10 → aioli_sdk-1.3.0.dev11}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/test/test_cli.py +2 -2
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/packaged_model.py +3 -3
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/README.md +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11"
|
|
@@ -143,7 +143,7 @@ class TestCli:
|
|
|
143
143
|
assert proc.returncode == 1
|
|
144
144
|
expected = (
|
|
145
145
|
"Failed to create a registry: registry type must be one of the values "
|
|
146
|
-
+ "(s3, http, openllm, ngc, pfs), provided 'bob'"
|
|
146
|
+
+ "(s3, http, openllm, ngc, pfs, huggingface), provided 'bob'"
|
|
147
147
|
)
|
|
148
148
|
assert proc.stderr.decode("utf-8").find(expected) == 0
|
|
149
149
|
|
|
@@ -257,7 +257,7 @@ class TestCli:
|
|
|
257
257
|
assert proc.returncode == 1
|
|
258
258
|
expected = (
|
|
259
259
|
"Failed to modify a registry: registry type must be one of the values "
|
|
260
|
-
+ "(s3, http, openllm, ngc, pfs), provided 'bob'"
|
|
260
|
+
+ "(s3, http, openllm, ngc, pfs, huggingface), provided 'bob'"
|
|
261
261
|
)
|
|
262
262
|
assert proc.stderr.decode("utf-8").find(expected) == 0
|
|
263
263
|
|
|
@@ -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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11\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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -38,12 +38,12 @@ class PackagedModel(BaseModel):
|
|
|
38
38
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
39
39
|
id: Optional[StrictStr] = Field(default=None, description="The ID of the model. This is a read-only field and is automatically assigned on creation.")
|
|
40
40
|
image: Optional[StrictStr] = Field(default=None, description="Alternate Docker container image servicing the model. Required for a nim or custom model format. Leave blank to use the default image.")
|
|
41
|
-
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentoml serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
|
|
41
|
+
format: Optional[StrictStr] = Field(default='custom', description="Model format for downloaded models (e.g. from s3, http, etc.). Must be one of the values: (bento-archive, openllm, nim, custom). * `custom` - The packaged model is provided in a container image. * `bento-archive` - The packaged model is a bento archive file (.bento). It will be downloaded, expanded, and then will be served using the `bentoml serve` command in a provided bentoml serving container. * `openllm` - The packaged model will be served using the `openllm serve` command in a provided openllm serving container. * `vllm` - The packaged model will be served using the vllm/openai-vllm container image. * `nim` - The packaged model will be served using the specified NVIDIA NIM microservices container image.", alias="modelFormat")
|
|
42
42
|
modified_at: Optional[StrictStr] = Field(default=None, description="Date-time of last modification of the model. This is a read-only field and is automatically updated.", alias="modifiedAt")
|
|
43
43
|
name: StrictStr = Field(description="The name of the model. Must begin with a letter, but may contain letters, numbers, and hyphen.")
|
|
44
44
|
registry: Optional[StrictStr] = Field(default=None, description="The name or ID of the model registry.")
|
|
45
45
|
resources: Optional[ConfigurationResources] = None
|
|
46
|
-
url: Optional[StrictStr] = Field(default=None, description="Model data required by the deployment. Supported schemes are: * `openllm://` - An openllm model dynamically downloaded from huggingface.co. This is only supported for the openllm model format. * `s3://` - A model directory dynamically downloaded from an associated s3 registry bucket. This is supported for the bento-archive, openllm, and custom model formats. * `pvc://` - A persistent volume claim (PVC) mounted by the deployment where models or data can be stored. This is supported for the NIM or custom model formats. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted. * `pfs://` - A model directory directly downloaded from PFS. This is supported for the bento-archive, openllm, and custom model formats. The syntax is `pfs://<project>/<repo>@<commit>[:<path>]` with the optional URI parameter `?containerPath=<container-path>` to specify where in the container the model directory should be mounted.")
|
|
46
|
+
url: Optional[StrictStr] = Field(default=None, description="Model data required by the deployment. Supported schemes are: * `openllm://` - An openllm compatible model dynamically downloaded from huggingface.co. This is only supported for the openllm model format. * `vllm://` - A vLLM compatible model dynamically downloaded from huggingface.co. This is only supported for the vllm model format. * `s3://` - A model directory dynamically downloaded from an associated s3 registry bucket. This is supported for the bento-archive, openllm, vllm, and custom model formats. * `pvc://` - A persistent volume claim (PVC) mounted by the deployment where models or data can be stored. This is supported for the NIM or custom model formats. The syntax is `pvc://<pvc-name>/<path>` with URI parameters `?containerPath=<container-path>` to specify where in the container the PVC should be mounted, and ` ?readOnly` to perform the mount in read-only mode. The `<pvc-name>` must already exist in the kubernetes namespace where the packaged model will be deployed. If the optional `<path>` is specified, the specified path within the PVC will be mounted. * `pfs://` - A model directory directly downloaded from PFS. This is supported for the bento-archive, openllm, vllm, and custom model formats. The syntax is `pfs://<project>/<repo>@<commit>[:<path>]` with the optional URI parameter `?containerPath=<container-path>` to specify where in the container the model directory should be mounted.")
|
|
47
47
|
version: Optional[StrictInt] = Field(default=None, description="The version of the model. This is a read-only field and is automatically assigned on creation.")
|
|
48
48
|
__properties: ClassVar[List[str]] = ["arguments", "cachingEnabled", "description", "environment", "id", "image", "modelFormat", "modifiedAt", "name", "registry", "resources", "url", "version"]
|
|
49
49
|
|
|
@@ -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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev10 → aioli_sdk-1.3.0.dev11}/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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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-dev11
|
|
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
|