aioli-sdk 1.0.1.dev23__tar.gz → 1.0.1.dev24__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.
Files changed (93) hide show
  1. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/PKG-INFO +1 -1
  2. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/__version__.py +1 -1
  3. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/token.py +29 -10
  4. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/PKG-INFO +1 -1
  5. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/__init__.py +1 -1
  6. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/authentication_api.py +1 -1
  7. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/deployments_api.py +1 -1
  8. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/information_api.py +1 -1
  9. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/packaged_models_api.py +1 -1
  10. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/registries_api.py +1 -1
  11. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/roles_api.py +1 -1
  12. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/templates_api.py +1 -1
  13. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/tokens_api.py +22 -22
  14. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/users_api.py +1 -1
  15. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api_client.py +1 -1
  16. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/configuration.py +2 -2
  17. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/exceptions.py +1 -1
  18. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/__init__.py +1 -1
  19. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/auto_scaling_template.py +1 -1
  20. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/autoscaling.py +1 -1
  21. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/configuration_resources.py +1 -1
  22. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment.py +1 -1
  23. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_model_version.py +1 -1
  24. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_request.py +1 -1
  25. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_state.py +1 -1
  26. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_token.py +1 -1
  27. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_token_patch_request.py +1 -1
  28. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/deployment_token_request.py +1 -1
  29. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/error_response.py +1 -1
  30. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/event_info.py +1 -1
  31. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/failure_info.py +1 -1
  32. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/login_request.py +1 -1
  33. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/login_response.py +1 -1
  34. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/model_auth_token.py +1 -1
  35. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/model_response.py +1 -1
  36. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/observability.py +1 -1
  37. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/packaged_model.py +1 -1
  38. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/packaged_model_request.py +1 -1
  39. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/resource_profile.py +1 -1
  40. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/resources_template.py +1 -1
  41. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/role.py +1 -1
  42. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/role_assignment.py +1 -1
  43. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/role_assignments.py +1 -1
  44. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/security.py +1 -1
  45. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/success_response.py +1 -1
  46. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/trained_model_registry.py +1 -1
  47. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/trained_model_registry_request.py +1 -1
  48. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/user.py +1 -1
  49. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/user_patch_request.py +1 -1
  50. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/models/user_request.py +1 -1
  51. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/rest.py +1 -1
  52. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/setup.py +1 -1
  53. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/README.md +0 -0
  54. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/__init__.py +0 -0
  55. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/__init__.py +0 -0
  56. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/__main__.py +0 -0
  57. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/_util.py +0 -0
  58. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/cli.py +0 -0
  59. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/deployment.py +0 -0
  60. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/errors.py +0 -0
  61. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/model.py +0 -0
  62. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/registry.py +0 -0
  63. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/render.py +0 -0
  64. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/role.py +0 -0
  65. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/sso.py +0 -0
  66. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/test/conftest.py +0 -0
  67. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/test/test_cli.py +0 -0
  68. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/user.py +0 -0
  69. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/cli/version.py +0 -0
  70. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/__init__.py +0 -0
  71. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/__init__.py +0 -0
  72. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/_util.py +0 -0
  73. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/authentication.py +0 -0
  74. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/certs.py +0 -0
  75. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/errors.py +0 -0
  76. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/api/request.py +0 -0
  77. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/check.py +0 -0
  78. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/constants.py +0 -0
  79. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/declarative_argparse.py +0 -0
  80. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/requests.py +0 -0
  81. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/common/util.py +0 -0
  82. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli/util.py +0 -0
  83. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/SOURCES.txt +0 -0
  84. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/dependency_links.txt +0 -0
  85. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/entry_points.txt +0 -0
  86. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/not-zip-safe +0 -0
  87. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/requires.txt +0 -0
  88. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aioli_sdk.egg-info/top_level.txt +0 -0
  89. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api/__init__.py +0 -0
  90. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/api_response.py +0 -0
  91. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/aiolirest/py.typed +0 -0
  92. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/pyproject.toml +0 -0
  93. {aioli_sdk-1.0.1.dev23 → aioli_sdk-1.0.1.dev24}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.0.1.dev23
3
+ Version: 1.0.1.dev24
4
4
  Summary: Aioli (AI OnLine Inference), a platform for deploying AI models at scale.
5
5
  Home-page: https://github.com/determined-ai/aioli
6
6
  Author: HPE AI Solutions
@@ -1,2 +1,2 @@
1
1
  # © Copyright 2024 Hewlett Packard Enterprise Development LP
2
- __version__ = "1.0.1-dev23"
2
+ __version__ = "1.0.1-dev24"
@@ -60,14 +60,26 @@ def create_token(parsed_args: argparse.Namespace) -> None:
60
60
 
61
61
  @aioli.common.api.authentication.required
62
62
  def list_tokens(parsed_args: argparse.Namespace) -> None:
63
- """List the deployment tokens.
63
+ """List active deployment tokens accessible to the current user.
64
64
 
65
- Invoke the Aioli Tokens API and fetch the deployment tokens. Format and display the deployment
66
- tokens on the console as a table.
65
+ Invoke the Aioli Tokens API and fetch deployment tokens accessible to the current user.
66
+ Only active tokens are listed by default. Adding the all flag will get all tokens for the
67
+ all users if the user is has an admin role and all tokens for the current user otherwise.
68
+ Format and display the deployment tokens on the console as a table by default. Output can be
69
+ formatted as JSON or CSV based on the json or csv flag provided by the user.
70
+
71
+ Args:
72
+ parsed_args: command line arguments provided by the user. Includes json or csv flag to
73
+ indicating output format. Includes all flag indicating token list should
74
+ include all tokens for all users for admin users and all tokens for current user for other
75
+ users.
67
76
  """
68
77
  with aioli.cli.setup_session(parsed_args) as session:
69
78
  tokens_api = aiolirest.TokensApi(session)
70
- response = tokens_api.tokens_get()
79
+ if parsed_args.all:
80
+ response = tokens_api.tokens_get(all="")
81
+ else:
82
+ response = tokens_api.tokens_get()
71
83
 
72
84
  if parsed_args.json:
73
85
  tokens = [token.to_dict() for token in response]
@@ -154,7 +166,7 @@ def revoke_token(parsed_args: argparse.Namespace) -> None:
154
166
  # fmt: off
155
167
 
156
168
  args_description = [
157
- aioli.common.declarative_argparse.Cmd("t|oken", None, "manage deployment tokens", [
169
+ aioli.common.declarative_argparse.Cmd("t|oken|s", None, "manage deployment tokens", [
158
170
  aioli.common.declarative_argparse.Cmd("create", create_token, "create deployment token", [
159
171
  aioli.common.declarative_argparse.Arg(
160
172
  "deployment", help="The deployment for which the token will be created.",
@@ -177,13 +189,20 @@ args_description = [
177
189
  list_tokens,
178
190
  "list the deployment tokens",
179
191
  [
180
- aioli.common.declarative_argparse.Arg(
181
- "--json", action="store_true",
182
- help="Print the tokens in JSON format.",
192
+ aioli.common.declarative_argparse.Group(
193
+ aioli.common.declarative_argparse.Arg(
194
+ "--json", action="store_true",
195
+ help="Print the tokens in JSON format.",
196
+ ),
197
+ aioli.common.declarative_argparse.Arg(
198
+ "--csv", action="store_true",
199
+ help="Print the tokens in CSV format.",
200
+ ),
183
201
  ),
184
202
  aioli.common.declarative_argparse.Arg(
185
- "--csv", action="store_true",
186
- help="Print the tokens in CSV format.",
203
+ "--all", action="store_true",
204
+ help="Get all tokens for all users for admin roles and all tokens for current "
205
+ "user otherwise.",
187
206
  ),
188
207
  ],
189
208
  is_default=True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioli-sdk
3
- Version: 1.0.1.dev23
3
+ Version: 1.0.1.dev24
4
4
  Summary: Aioli (AI OnLine Inference), a platform for deploying AI models at scale.
5
5
  Home-page: https://github.com/determined-ai/aioli
6
6
  Author: HPE AI Solutions
@@ -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-dev23
10
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -56,7 +56,7 @@ class TokensApi:
56
56
  @validate_call
57
57
  def tokens_get(
58
58
  self,
59
- get_all: Annotated[Optional[StrictStr], Field(description="Get all tokens for the user including revoked tokens.")] = None,
59
+ all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
60
60
  _request_timeout: Union[
61
61
  None,
62
62
  Annotated[StrictFloat, Field(gt=0)],
@@ -70,12 +70,12 @@ class TokensApi:
70
70
  _headers: Optional[Dict[StrictStr, Any]] = None,
71
71
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
72
72
  ) -> List[DeploymentToken]:
73
- """Get all active deployment tokens accessible to the current user.
73
+ """Get active deployment tokens accessible to the current user.
74
74
 
75
- Return all active DeploymentTokens accessible to the current user. Administrators get all tokens. Everyone else only get tokens with their username in them. Deault behavior returns only active tokens. Use the `getAll` query parameter to include revoked tokens in the results.
75
+ Return active DeploymentTokens accessible to the current user. Use the `all` query parameter to get all the tokens for all users for a user with an admin role and all the tokens for the current user if the user does not have an admin role.
76
76
 
77
- :param get_all: Get all tokens for the user including revoked tokens.
78
- :type get_all: str
77
+ :param all: Get all the tokens.
78
+ :type all: str
79
79
  :param _request_timeout: timeout setting for this request. If one
80
80
  number provided, it will be total request
81
81
  timeout. It can also be a pair (tuple) of
@@ -99,7 +99,7 @@ class TokensApi:
99
99
  """ # noqa: E501
100
100
 
101
101
  _param = self._tokens_get_serialize(
102
- get_all=get_all,
102
+ all=all,
103
103
  _request_auth=_request_auth,
104
104
  _content_type=_content_type,
105
105
  _headers=_headers,
@@ -125,7 +125,7 @@ class TokensApi:
125
125
  @validate_call
126
126
  def tokens_get_with_http_info(
127
127
  self,
128
- get_all: Annotated[Optional[StrictStr], Field(description="Get all tokens for the user including revoked tokens.")] = None,
128
+ all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
129
129
  _request_timeout: Union[
130
130
  None,
131
131
  Annotated[StrictFloat, Field(gt=0)],
@@ -139,12 +139,12 @@ class TokensApi:
139
139
  _headers: Optional[Dict[StrictStr, Any]] = None,
140
140
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
141
141
  ) -> ApiResponse[List[DeploymentToken]]:
142
- """Get all active deployment tokens accessible to the current user.
142
+ """Get active deployment tokens accessible to the current user.
143
143
 
144
- Return all active DeploymentTokens accessible to the current user. Administrators get all tokens. Everyone else only get tokens with their username in them. Deault behavior returns only active tokens. Use the `getAll` query parameter to include revoked tokens in the results.
144
+ Return active DeploymentTokens accessible to the current user. Use the `all` query parameter to get all the tokens for all users for a user with an admin role and all the tokens for the current user if the user does not have an admin role.
145
145
 
146
- :param get_all: Get all tokens for the user including revoked tokens.
147
- :type get_all: str
146
+ :param all: Get all the tokens.
147
+ :type all: str
148
148
  :param _request_timeout: timeout setting for this request. If one
149
149
  number provided, it will be total request
150
150
  timeout. It can also be a pair (tuple) of
@@ -168,7 +168,7 @@ class TokensApi:
168
168
  """ # noqa: E501
169
169
 
170
170
  _param = self._tokens_get_serialize(
171
- get_all=get_all,
171
+ all=all,
172
172
  _request_auth=_request_auth,
173
173
  _content_type=_content_type,
174
174
  _headers=_headers,
@@ -194,7 +194,7 @@ class TokensApi:
194
194
  @validate_call
195
195
  def tokens_get_without_preload_content(
196
196
  self,
197
- get_all: Annotated[Optional[StrictStr], Field(description="Get all tokens for the user including revoked tokens.")] = None,
197
+ all: Annotated[Optional[StrictStr], Field(description="Get all the tokens.")] = None,
198
198
  _request_timeout: Union[
199
199
  None,
200
200
  Annotated[StrictFloat, Field(gt=0)],
@@ -208,12 +208,12 @@ class TokensApi:
208
208
  _headers: Optional[Dict[StrictStr, Any]] = None,
209
209
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
210
210
  ) -> RESTResponseType:
211
- """Get all active deployment tokens accessible to the current user.
211
+ """Get active deployment tokens accessible to the current user.
212
212
 
213
- Return all active DeploymentTokens accessible to the current user. Administrators get all tokens. Everyone else only get tokens with their username in them. Deault behavior returns only active tokens. Use the `getAll` query parameter to include revoked tokens in the results.
213
+ Return active DeploymentTokens accessible to the current user. Use the `all` query parameter to get all the tokens for all users for a user with an admin role and all the tokens for the current user if the user does not have an admin role.
214
214
 
215
- :param get_all: Get all tokens for the user including revoked tokens.
216
- :type get_all: str
215
+ :param all: Get all the tokens.
216
+ :type all: str
217
217
  :param _request_timeout: timeout setting for this request. If one
218
218
  number provided, it will be total request
219
219
  timeout. It can also be a pair (tuple) of
@@ -237,7 +237,7 @@ class TokensApi:
237
237
  """ # noqa: E501
238
238
 
239
239
  _param = self._tokens_get_serialize(
240
- get_all=get_all,
240
+ all=all,
241
241
  _request_auth=_request_auth,
242
242
  _content_type=_content_type,
243
243
  _headers=_headers,
@@ -258,7 +258,7 @@ class TokensApi:
258
258
 
259
259
  def _tokens_get_serialize(
260
260
  self,
261
- get_all,
261
+ all,
262
262
  _request_auth,
263
263
  _content_type,
264
264
  _headers,
@@ -280,9 +280,9 @@ class TokensApi:
280
280
 
281
281
  # process the path parameters
282
282
  # process the query parameters
283
- if get_all is not None:
283
+ if all is not None:
284
284
 
285
- _query_params.append(('getAll', get_all))
285
+ _query_params.append(('all', all))
286
286
 
287
287
  # process the header parameters
288
288
  # process the form parameters
@@ -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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23\n"\
392
+ "Version of the API: 1.0.1-dev24\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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
9
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
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-dev23
8
+ The version of the OpenAPI document: 1.0.1-dev24
9
9
  Contact: community@determined-ai
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@ with open("README.md", "r") as readme:
6
6
 
7
7
  setuptools.setup(
8
8
  name="aioli-sdk",
9
- version="1.0.1-dev23",
9
+ version="1.0.1-dev24",
10
10
  author="HPE AI Solutions",
11
11
  # author_email="hello@determined.ai",
12
12
  url="https://github.com/determined-ai/aioli",