aioli-sdk 1.3.0.dev4__tar.gz → 1.3.0.dev5__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.dev4 → aioli_sdk-1.3.0.dev5}/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/__version__.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/deployments_api.py +7 -7
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/auto_scaling_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/controller_config.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/controller_status.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_priority.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/ezua_info.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/resources_template_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/security.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/telemetry_info.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/setup.py +1 -1
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/README.md +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/template.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/token.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/check.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/common/util.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli/util.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/pyproject.toml +0 -0
- {aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/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-dev5"
|
|
@@ -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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -594,7 +594,7 @@ class DeploymentsApi:
|
|
|
594
594
|
def deployments_id_events_get(
|
|
595
595
|
self,
|
|
596
596
|
id: Annotated[StrictStr, Field(description="Deployment ID")],
|
|
597
|
-
last_event: Annotated[Optional[StrictStr], Field(description="Limit
|
|
597
|
+
last_event: Annotated[Optional[StrictStr], Field(description="Limit response to only the most recent event.")] = None,
|
|
598
598
|
_request_timeout: Union[
|
|
599
599
|
None,
|
|
600
600
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -614,7 +614,7 @@ class DeploymentsApi:
|
|
|
614
614
|
|
|
615
615
|
:param id: Deployment ID (required)
|
|
616
616
|
:type id: str
|
|
617
|
-
:param last_event: Limit
|
|
617
|
+
:param last_event: Limit response to only the most recent event.
|
|
618
618
|
:type last_event: str
|
|
619
619
|
:param _request_timeout: timeout setting for this request. If one
|
|
620
620
|
number provided, it will be total request
|
|
@@ -668,7 +668,7 @@ class DeploymentsApi:
|
|
|
668
668
|
def deployments_id_events_get_with_http_info(
|
|
669
669
|
self,
|
|
670
670
|
id: Annotated[StrictStr, Field(description="Deployment ID")],
|
|
671
|
-
last_event: Annotated[Optional[StrictStr], Field(description="Limit
|
|
671
|
+
last_event: Annotated[Optional[StrictStr], Field(description="Limit response to only the most recent event.")] = None,
|
|
672
672
|
_request_timeout: Union[
|
|
673
673
|
None,
|
|
674
674
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -688,7 +688,7 @@ class DeploymentsApi:
|
|
|
688
688
|
|
|
689
689
|
:param id: Deployment ID (required)
|
|
690
690
|
:type id: str
|
|
691
|
-
:param last_event: Limit
|
|
691
|
+
:param last_event: Limit response to only the most recent event.
|
|
692
692
|
:type last_event: str
|
|
693
693
|
:param _request_timeout: timeout setting for this request. If one
|
|
694
694
|
number provided, it will be total request
|
|
@@ -742,7 +742,7 @@ class DeploymentsApi:
|
|
|
742
742
|
def deployments_id_events_get_without_preload_content(
|
|
743
743
|
self,
|
|
744
744
|
id: Annotated[StrictStr, Field(description="Deployment ID")],
|
|
745
|
-
last_event: Annotated[Optional[StrictStr], Field(description="Limit
|
|
745
|
+
last_event: Annotated[Optional[StrictStr], Field(description="Limit response to only the most recent event.")] = None,
|
|
746
746
|
_request_timeout: Union[
|
|
747
747
|
None,
|
|
748
748
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -762,7 +762,7 @@ class DeploymentsApi:
|
|
|
762
762
|
|
|
763
763
|
:param id: Deployment ID (required)
|
|
764
764
|
:type id: str
|
|
765
|
-
:param last_event: Limit
|
|
765
|
+
:param last_event: Limit response to only the most recent event.
|
|
766
766
|
:type last_event: str
|
|
767
767
|
:param _request_timeout: timeout setting for this request. If one
|
|
768
768
|
number provided, it will be total request
|
|
@@ -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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5\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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.3.0.dev4 → aioli_sdk-1.3.0.dev5}/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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
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-dev5
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|