aioli-sdk 1.0.1.dev24__tar.gz → 1.0.1.dev25__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.0.1.dev24 → aioli_sdk-1.0.1.dev25}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/token.py +8 -7
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/deployment_token_request.py +4 -6
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/README.md +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "1.0.1-
|
|
2
|
+
__version__ = "1.0.1-dev25"
|
|
@@ -40,13 +40,14 @@ def create_token(parsed_args: argparse.Namespace) -> None:
|
|
|
40
40
|
# The validation below is and the error message help the users to quickly change the format
|
|
41
41
|
# of the timestamp, if needed. This validation can be removed once the REST API is updated
|
|
42
42
|
# to handle expiration timestamp in a user-friendly way.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
if parsed_args.expiration is not None:
|
|
44
|
+
try:
|
|
45
|
+
datetime.datetime.strptime(parsed_args.expiration, "%Y-%m-%dT%H:%M:%S%z")
|
|
46
|
+
except ValueError as e:
|
|
47
|
+
raise aioli.cli.errors.CliError(
|
|
48
|
+
f"Failed to parse expiration: {parsed_args.expiration}. "
|
|
49
|
+
"Expected format: 2024-06-28T18:41:52-05:00"
|
|
50
|
+
) from e
|
|
50
51
|
|
|
51
52
|
token_request = aiolirest.DeploymentTokenRequest(
|
|
52
53
|
user=parsed_args.username,
|
|
@@ -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.0.1-
|
|
10
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
392
|
+
"Version of the API: 1.0.1-dev25\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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
9
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from pydantic import BaseModel,
|
|
23
|
+
from pydantic import BaseModel, StrictStr
|
|
24
24
|
from pydantic import Field
|
|
25
25
|
try:
|
|
26
26
|
from typing import Self
|
|
@@ -34,9 +34,8 @@ 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.")
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
__properties: ClassVar[List[str]] = ["deployment", "description", "expiration", "revoked", "user"]
|
|
37
|
+
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"]
|
|
40
39
|
|
|
41
40
|
model_config = {
|
|
42
41
|
"populate_by_name": True,
|
|
@@ -89,7 +88,6 @@ class DeploymentTokenRequest(BaseModel):
|
|
|
89
88
|
"deployment": obj.get("deployment"),
|
|
90
89
|
"description": obj.get("description"),
|
|
91
90
|
"expiration": obj.get("expiration"),
|
|
92
|
-
"revoked": obj.get("revoked") if obj.get("revoked") is not None else False,
|
|
93
91
|
"user": obj.get("user")
|
|
94
92
|
})
|
|
95
93
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev24 → aioli_sdk-1.0.1.dev25}/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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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.0.1-
|
|
8
|
+
The version of the OpenAPI document: 1.0.1-dev25
|
|
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
|