aioli-sdk 1.0.1.dev22__tar.gz → 1.0.1.dev23__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.dev22 → aioli_sdk-1.0.1.dev23}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/tokens_api.py +19 -19
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_token_patch_request.py +4 -6
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/README.md +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/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-dev23"
|
|
@@ -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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -866,7 +866,7 @@ class TokensApi:
|
|
|
866
866
|
def tokens_id_patch(
|
|
867
867
|
self,
|
|
868
868
|
id: Annotated[StrictStr, Field(description="Deployment Token ID")],
|
|
869
|
-
|
|
869
|
+
deployment_token_patch_request: Annotated[DeploymentTokenPatchRequest, Field(description="yes")],
|
|
870
870
|
_request_timeout: Union[
|
|
871
871
|
None,
|
|
872
872
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -882,12 +882,12 @@ class TokensApi:
|
|
|
882
882
|
) -> DeploymentToken:
|
|
883
883
|
"""Update an auth token for a deployment and a given user.
|
|
884
884
|
|
|
885
|
-
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `
|
|
885
|
+
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
|
|
886
886
|
|
|
887
887
|
:param id: Deployment Token ID (required)
|
|
888
888
|
:type id: str
|
|
889
|
-
:param
|
|
890
|
-
:type
|
|
889
|
+
:param deployment_token_patch_request: yes (required)
|
|
890
|
+
:type deployment_token_patch_request: DeploymentTokenPatchRequest
|
|
891
891
|
:param _request_timeout: timeout setting for this request. If one
|
|
892
892
|
number provided, it will be total request
|
|
893
893
|
timeout. It can also be a pair (tuple) of
|
|
@@ -912,7 +912,7 @@ class TokensApi:
|
|
|
912
912
|
|
|
913
913
|
_param = self._tokens_id_patch_serialize(
|
|
914
914
|
id=id,
|
|
915
|
-
|
|
915
|
+
deployment_token_patch_request=deployment_token_patch_request,
|
|
916
916
|
_request_auth=_request_auth,
|
|
917
917
|
_content_type=_content_type,
|
|
918
918
|
_headers=_headers,
|
|
@@ -942,7 +942,7 @@ class TokensApi:
|
|
|
942
942
|
def tokens_id_patch_with_http_info(
|
|
943
943
|
self,
|
|
944
944
|
id: Annotated[StrictStr, Field(description="Deployment Token ID")],
|
|
945
|
-
|
|
945
|
+
deployment_token_patch_request: Annotated[DeploymentTokenPatchRequest, Field(description="yes")],
|
|
946
946
|
_request_timeout: Union[
|
|
947
947
|
None,
|
|
948
948
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -958,12 +958,12 @@ class TokensApi:
|
|
|
958
958
|
) -> ApiResponse[DeploymentToken]:
|
|
959
959
|
"""Update an auth token for a deployment and a given user.
|
|
960
960
|
|
|
961
|
-
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `
|
|
961
|
+
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
|
|
962
962
|
|
|
963
963
|
:param id: Deployment Token ID (required)
|
|
964
964
|
:type id: str
|
|
965
|
-
:param
|
|
966
|
-
:type
|
|
965
|
+
:param deployment_token_patch_request: yes (required)
|
|
966
|
+
:type deployment_token_patch_request: DeploymentTokenPatchRequest
|
|
967
967
|
:param _request_timeout: timeout setting for this request. If one
|
|
968
968
|
number provided, it will be total request
|
|
969
969
|
timeout. It can also be a pair (tuple) of
|
|
@@ -988,7 +988,7 @@ class TokensApi:
|
|
|
988
988
|
|
|
989
989
|
_param = self._tokens_id_patch_serialize(
|
|
990
990
|
id=id,
|
|
991
|
-
|
|
991
|
+
deployment_token_patch_request=deployment_token_patch_request,
|
|
992
992
|
_request_auth=_request_auth,
|
|
993
993
|
_content_type=_content_type,
|
|
994
994
|
_headers=_headers,
|
|
@@ -1018,7 +1018,7 @@ class TokensApi:
|
|
|
1018
1018
|
def tokens_id_patch_without_preload_content(
|
|
1019
1019
|
self,
|
|
1020
1020
|
id: Annotated[StrictStr, Field(description="Deployment Token ID")],
|
|
1021
|
-
|
|
1021
|
+
deployment_token_patch_request: Annotated[DeploymentTokenPatchRequest, Field(description="yes")],
|
|
1022
1022
|
_request_timeout: Union[
|
|
1023
1023
|
None,
|
|
1024
1024
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1034,12 +1034,12 @@ class TokensApi:
|
|
|
1034
1034
|
) -> RESTResponseType:
|
|
1035
1035
|
"""Update an auth token for a deployment and a given user.
|
|
1036
1036
|
|
|
1037
|
-
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `
|
|
1037
|
+
When the model is deployed with `authorizationRequired=true`, the token enables authenticated access to the deployed inference service API for a given user. Administrators can update tokens on behalf of any user. Maintainers can update tokens only for themselves. Prvoide a body that contains one or more of the properties: - `description` - `revoked`
|
|
1038
1038
|
|
|
1039
1039
|
:param id: Deployment Token ID (required)
|
|
1040
1040
|
:type id: str
|
|
1041
|
-
:param
|
|
1042
|
-
:type
|
|
1041
|
+
:param deployment_token_patch_request: yes (required)
|
|
1042
|
+
:type deployment_token_patch_request: DeploymentTokenPatchRequest
|
|
1043
1043
|
:param _request_timeout: timeout setting for this request. If one
|
|
1044
1044
|
number provided, it will be total request
|
|
1045
1045
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1064,7 +1064,7 @@ class TokensApi:
|
|
|
1064
1064
|
|
|
1065
1065
|
_param = self._tokens_id_patch_serialize(
|
|
1066
1066
|
id=id,
|
|
1067
|
-
|
|
1067
|
+
deployment_token_patch_request=deployment_token_patch_request,
|
|
1068
1068
|
_request_auth=_request_auth,
|
|
1069
1069
|
_content_type=_content_type,
|
|
1070
1070
|
_headers=_headers,
|
|
@@ -1089,7 +1089,7 @@ class TokensApi:
|
|
|
1089
1089
|
def _tokens_id_patch_serialize(
|
|
1090
1090
|
self,
|
|
1091
1091
|
id,
|
|
1092
|
-
|
|
1092
|
+
deployment_token_patch_request,
|
|
1093
1093
|
_request_auth,
|
|
1094
1094
|
_content_type,
|
|
1095
1095
|
_headers,
|
|
@@ -1116,8 +1116,8 @@ class TokensApi:
|
|
|
1116
1116
|
# process the header parameters
|
|
1117
1117
|
# process the form parameters
|
|
1118
1118
|
# process the body parameter
|
|
1119
|
-
if
|
|
1120
|
-
_body_params =
|
|
1119
|
+
if deployment_token_patch_request is not None:
|
|
1120
|
+
_body_params = deployment_token_patch_request
|
|
1121
1121
|
|
|
1122
1122
|
|
|
1123
1123
|
# set the HTTP header `Accept`
|
|
@@ -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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23\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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/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-dev23
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -31,10 +31,9 @@ class DeploymentTokenPatchRequest(BaseModel):
|
|
|
31
31
|
"""
|
|
32
32
|
// DeploymentTokenPatchRequest describes the request to update a deployment token.
|
|
33
33
|
""" # noqa: E501
|
|
34
|
-
description: Optional[StrictStr] = Field(default=None, description="The description of the deployment token to be
|
|
34
|
+
description: Optional[StrictStr] = Field(default=None, description="The description of the deployment token to be updated.")
|
|
35
35
|
revoked: Optional[StrictBool] = Field(default=None, description="Revoke the deployment token. Once revoked, a token can't be marked active.")
|
|
36
|
-
|
|
37
|
-
__properties: ClassVar[List[str]] = ["description", "revoked", "user"]
|
|
36
|
+
__properties: ClassVar[List[str]] = ["description", "revoked"]
|
|
38
37
|
|
|
39
38
|
model_config = {
|
|
40
39
|
"populate_by_name": True,
|
|
@@ -85,8 +84,7 @@ class DeploymentTokenPatchRequest(BaseModel):
|
|
|
85
84
|
|
|
86
85
|
_obj = cls.model_validate({
|
|
87
86
|
"description": obj.get("description"),
|
|
88
|
-
"revoked": obj.get("revoked")
|
|
89
|
-
"user": obj.get("user")
|
|
87
|
+
"revoked": obj.get("revoked")
|
|
90
88
|
})
|
|
91
89
|
return _obj
|
|
92
90
|
|
{aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev22 → aioli_sdk-1.0.1.dev23}/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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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-dev23
|
|
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
|