aioli-sdk 1.0.1.dev25__tar.gz → 1.0.1.dev27__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.dev25 → aioli_sdk-1.0.1.dev27}/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/__version__.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/deployment.py +32 -8
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/token.py +2 -20
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/tokens_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api_client.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/configuration.py +2 -2
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment.py +2 -2
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_request.py +2 -2
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_token.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_token_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/deployment_token_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/event_info.py +2 -2
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/role.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/security.py +2 -2
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/user.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/rest.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/setup.py +1 -1
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/README.md +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/_util.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/cli.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/errors.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/model.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/registry.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/render.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/role.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/sso.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/user.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/cli/version.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/api/request.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/check.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/constants.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/requests.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/common/util.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli/util.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/api_response.py +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/aiolirest/py.typed +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/pyproject.toml +0 -0
- {aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/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-dev27"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# © Copyright 2023-2024 Hewlett Packard Enterprise Development LP
|
|
2
|
+
import textwrap
|
|
2
3
|
from argparse import Namespace
|
|
3
4
|
from typing import Any, List
|
|
4
5
|
|
|
@@ -159,8 +160,7 @@ def create(args: Namespace) -> None:
|
|
|
159
160
|
|
|
160
161
|
sec = Security(authenticationRequired=False)
|
|
161
162
|
if args.authentication_required is not None:
|
|
162
|
-
|
|
163
|
-
sec.authentication_required = val
|
|
163
|
+
sec.authentication_required = str2bool(args.authentication_required)
|
|
164
164
|
|
|
165
165
|
auto = Autoscaling(
|
|
166
166
|
metric=args.autoscaling_metric,
|
|
@@ -250,8 +250,7 @@ def update(args: Namespace) -> None:
|
|
|
250
250
|
assert request.security is not None
|
|
251
251
|
|
|
252
252
|
if args.authentication_required is not None:
|
|
253
|
-
|
|
254
|
-
request.security.authentication_required = val
|
|
253
|
+
request.security.authentication_required = str2bool(args.authentication_required)
|
|
255
254
|
|
|
256
255
|
if args.env is not None:
|
|
257
256
|
request.environment = construct_environment(args)
|
|
@@ -276,10 +275,17 @@ def delete_deployment(args: Namespace) -> None:
|
|
|
276
275
|
@authentication.required
|
|
277
276
|
def get_deployment_events(args: Namespace) -> None:
|
|
278
277
|
def format_events(event: EventInfo) -> List[Any]:
|
|
278
|
+
if args.csv:
|
|
279
|
+
message = event.message
|
|
280
|
+
else:
|
|
281
|
+
if event.message is not None:
|
|
282
|
+
message = "\n".join(textwrap.wrap(event.message, width=70))
|
|
283
|
+
else:
|
|
284
|
+
message = ""
|
|
279
285
|
result = [
|
|
280
|
-
event.reason,
|
|
281
|
-
event.message,
|
|
282
286
|
event.time,
|
|
287
|
+
event.reason,
|
|
288
|
+
message,
|
|
283
289
|
event.event_type,
|
|
284
290
|
]
|
|
285
291
|
return result
|
|
@@ -290,19 +296,37 @@ def get_deployment_events(args: Namespace) -> None:
|
|
|
290
296
|
assert found.id is not None
|
|
291
297
|
events = api_instance.deployments_id_events_get(found.id)
|
|
292
298
|
headers = [
|
|
299
|
+
"Time",
|
|
293
300
|
"Reason",
|
|
294
301
|
"Message",
|
|
295
|
-
"Time",
|
|
296
302
|
"Event Type",
|
|
297
303
|
]
|
|
298
304
|
values = [format_events(r) for r in events]
|
|
299
305
|
render.tabulate_or_csv(headers, values, args.csv)
|
|
300
306
|
|
|
301
307
|
|
|
308
|
+
def str2bool(v: str) -> bool:
|
|
309
|
+
if isinstance(v, bool):
|
|
310
|
+
return v
|
|
311
|
+
if v.lower() in ("true", "1"):
|
|
312
|
+
return True
|
|
313
|
+
elif v.lower() in ("false", "0"):
|
|
314
|
+
return False
|
|
315
|
+
else:
|
|
316
|
+
raise errors.CliError(
|
|
317
|
+
f"--authentication-required: invalid boolean (true/false) value '{v}'"
|
|
318
|
+
)
|
|
319
|
+
|
|
320
|
+
|
|
302
321
|
common_deployment_args: ArgsDescription = [
|
|
303
322
|
Arg(
|
|
304
323
|
"--authentication-required",
|
|
305
|
-
|
|
324
|
+
nargs="?",
|
|
325
|
+
const=True,
|
|
326
|
+
help="Deployed model requires callers to provide authentication. "
|
|
327
|
+
"Specify boolean value 'true' or 'false'. Value '1' or '0' can also "
|
|
328
|
+
"be used for 'true' or 'false' value. "
|
|
329
|
+
"When true, all interactions with the deployed service are required to be authenticated.",
|
|
306
330
|
),
|
|
307
331
|
Arg("--namespace", help="The Kubernetes namespace to be used for the deployment"),
|
|
308
332
|
Arg("--autoscaling-min-replicas", help="Minimum number of replicas", type=int),
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
2
|
|
|
3
3
|
import argparse
|
|
4
|
-
import datetime
|
|
5
4
|
from typing import Any, List
|
|
6
5
|
|
|
7
6
|
import aioli
|
|
@@ -26,29 +25,12 @@ def create_token(parsed_args: argparse.Namespace) -> None:
|
|
|
26
25
|
token created on the console.
|
|
27
26
|
|
|
28
27
|
Args:
|
|
29
|
-
parsed_args: command line arguments provided by the user.
|
|
30
|
-
|
|
28
|
+
parsed_args: command line arguments provided by the user. The deployment name argument
|
|
29
|
+
is required, and the description and expiration arguments are optional.
|
|
31
30
|
"""
|
|
32
31
|
with aioli.cli.setup_session(parsed_args) as session:
|
|
33
32
|
tokens_api = aiolirest.TokensApi(session)
|
|
34
33
|
|
|
35
|
-
# The Aioli REST API endpoint /tokens has a mandatory field expiration and it
|
|
36
|
-
# accepts timestamp in only one format, i.e., 2024-06-28T18:41:52-05:00.
|
|
37
|
-
# If the user provided timestamp doesn't match the expected format. The REST API returns an
|
|
38
|
-
# error but does not include the expected format. This makes it difficult for the users to
|
|
39
|
-
# invoke the command successfully.
|
|
40
|
-
# The validation below is and the error message help the users to quickly change the format
|
|
41
|
-
# of the timestamp, if needed. This validation can be removed once the REST API is updated
|
|
42
|
-
# to handle expiration timestamp in a user-friendly way.
|
|
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
|
|
51
|
-
|
|
52
34
|
token_request = aiolirest.DeploymentTokenRequest(
|
|
53
35
|
user=parsed_args.username,
|
|
54
36
|
deployment=parsed_args.deployment,
|
|
@@ -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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27\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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -40,7 +40,7 @@ class Deployment(BaseModel):
|
|
|
40
40
|
canary_traffic_percent: Optional[StrictInt] = Field(default=None, description="Percent traffic to pass to new model version", alias="canaryTrafficPercent")
|
|
41
41
|
cluster_name: Optional[StrictStr] = Field(default=None, description="Name of the cluster.", alias="clusterName")
|
|
42
42
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
43
|
-
goal_status: Optional[StrictStr] = Field(default='Ready', description="Specifies the intended status to be achieved by the deployment. Supported values are: * `Ready` - The inference
|
|
43
|
+
goal_status: Optional[StrictStr] = Field(default='Ready', description="Specifies the intended status to be achieved by the deployment. Supported values are: * `Ready` - The inference service will be deployed to enable inference calls. * `Paused` - The inference service will be stopped and no longer accept calls. The default is `Ready`.", alias="goalStatus")
|
|
44
44
|
id: Optional[StrictStr] = Field(default=None, description="The ID of the deployment. This is a read-only property and is automatically assigned on creation.")
|
|
45
45
|
last_event: Optional[EventInfo] = Field(default=None, alias="lastEvent")
|
|
46
46
|
model: StrictStr = Field(description="PackagedModel name or ID to be deployed.")
|
{aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -37,7 +37,7 @@ class DeploymentRequest(BaseModel):
|
|
|
37
37
|
auto_scaling: Optional[Autoscaling] = Field(default=None, alias="autoScaling")
|
|
38
38
|
canary_traffic_percent: Optional[StrictInt] = Field(default=None, description="Percent traffic to pass to new model version", alias="canaryTrafficPercent")
|
|
39
39
|
environment: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables added to the service")
|
|
40
|
-
goal_status: Optional[StrictStr] = Field(default='Ready', description="Specifies the intended status to be achieved by the deployment. Supported values are: * `Ready` - The inference
|
|
40
|
+
goal_status: Optional[StrictStr] = Field(default='Ready', description="Specifies the intended status to be achieved by the deployment. Supported values are: * `Ready` - The inference service will be deployed to enable inference calls. * `Paused` - The inference service will be stopped and no longer accept calls. The default is `Ready`.", alias="goalStatus")
|
|
41
41
|
model: StrictStr = Field(description="PackagedModel name or ID to be deployed.")
|
|
42
42
|
name: StrictStr = Field(description="The deployment name. It must be a valid subdomain name and consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character.")
|
|
43
43
|
namespace: Optional[StrictStr] = Field(default=None, description="The Kubernetes namespace to be used for the deployment.")
|
|
@@ -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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -33,7 +33,7 @@ class EventInfo(BaseModel):
|
|
|
33
33
|
""" # noqa: E501
|
|
34
34
|
event_type: Optional[StrictStr] = Field(default=None, description="Type of the event. * `Normal` - An informational event. * `Warning` - A condition that may require attention.", alias="eventType")
|
|
35
35
|
message: Optional[StrictStr] = Field(default=None, description="Message for the event.")
|
|
36
|
-
reason: Optional[StrictStr] = Field(default=None, description="Common reasons for the event. * `ScalingReplicaSet` - The number of deployed replicas is being increased or decreased. * `Pulling` - Indicates that the container image is being loaded from a registry. * `Pulled` - Container image already present on machine. * `RevisionReady` - Revision becomes ready upon all resources being ready. Kubernetes official website does not provide a full list of values for Reason. Use the below link for the latest compilation of event Reasons. Ref: https://docs.appdynamics.com/observability/cisco-cloud-observability/en/kubernetes-and-app-service-monitoring/events-collection/events-reason-reference
|
|
36
|
+
reason: Optional[StrictStr] = Field(default=None, description="Common reasons for the event. * `ScalingReplicaSet` - The number of deployed replicas is being increased or decreased. * `Pulling` - Indicates that the container image is being loaded from a registry. * `Pulled` - Container image already present on machine. * `RevisionReady` - Revision becomes ready upon all resources being ready. Kubernetes official website does not provide a full list of values for Reason. Use the below link for the latest compilation of event Reasons. Ref: https://docs.appdynamics.com/observability/cisco-cloud-observability/en/kubernetes-and-app-service-monitoring/kubernetes-events-collection/events-reason-reference")
|
|
37
37
|
time: Optional[StrictStr] = Field(default=None, description="The time at which the event occurred.")
|
|
38
38
|
__properties: ClassVar[List[str]] = ["eventType", "message", "reason", "time"]
|
|
39
39
|
|
|
@@ -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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -31,7 +31,7 @@ class Security(BaseModel):
|
|
|
31
31
|
"""
|
|
32
32
|
Describes the security aspects of the deployed service.
|
|
33
33
|
""" # noqa: E501
|
|
34
|
-
authentication_required: Optional[StrictBool] = Field(default=None, description="When true, all interactions with the deployed
|
|
34
|
+
authentication_required: Optional[StrictBool] = Field(default=None, description="When true, all interactions with the deployed service are required to be authenticated. The nececessary token can be obtained using the service REST interface. The default is false.", alias="authenticationRequired")
|
|
35
35
|
__properties: ClassVar[List[str]] = ["authenticationRequired"]
|
|
36
36
|
|
|
37
37
|
model_config = {
|
|
@@ -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-dev27
|
|
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-dev27
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-1.0.1.dev25 → aioli_sdk-1.0.1.dev27}/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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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-dev27
|
|
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
|