mypy-boto3-sagemaker 1.21.36__py3-none-any.whl → 1.41.1__py3-none-any.whl
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.
- mypy_boto3_sagemaker/__init__.py +107 -2
- mypy_boto3_sagemaker/__init__.pyi +107 -2
- mypy_boto3_sagemaker/__main__.py +14 -9
- mypy_boto3_sagemaker/client.py +3189 -2116
- mypy_boto3_sagemaker/client.pyi +3495 -2098
- mypy_boto3_sagemaker/literals.py +1646 -51
- mypy_boto3_sagemaker/literals.pyi +1646 -51
- mypy_boto3_sagemaker/paginator.py +1470 -901
- mypy_boto3_sagemaker/paginator.pyi +1338 -956
- mypy_boto3_sagemaker/type_defs.py +12046 -11554
- mypy_boto3_sagemaker/type_defs.pyi +11823 -12495
- mypy_boto3_sagemaker/version.py +4 -1
- mypy_boto3_sagemaker/waiter.py +106 -57
- mypy_boto3_sagemaker/waiter.pyi +105 -70
- mypy_boto3_sagemaker-1.41.1.dist-info/METADATA +796 -0
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.21.36.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.41.1.dist-info/licenses/LICENSE +21 -0
- mypy_boto3_sagemaker-1.21.36.dist-info/METADATA +0 -1733
- mypy_boto3_sagemaker-1.21.36.dist-info/RECORD +0 -19
- {mypy_boto3_sagemaker-1.21.36.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt +0 -0
|
@@ -1,1733 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.21.36
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.21.36 service generated with mypy-boto3-builder 7.5.8
|
|
5
|
-
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
|
-
Author: Vlad Emelianov
|
|
7
|
-
Author-email: vlad.emelianov.nz@gmail.com
|
|
8
|
-
License: MIT License
|
|
9
|
-
Project-URL: Documentation, https://mypy-boto3-builder.readthedocs.io/en/latest/
|
|
10
|
-
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
|
-
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 sagemaker type-annotations boto3-stubs mypy typeshed autocomplete
|
|
13
|
-
Platform: UNKNOWN
|
|
14
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
15
|
-
Classifier: Intended Audience :: Developers
|
|
16
|
-
Classifier: Environment :: Console
|
|
17
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
18
|
-
Classifier: Natural Language :: English
|
|
19
|
-
Classifier: Operating System :: OS Independent
|
|
20
|
-
Classifier: Programming Language :: Python :: 3
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
26
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
27
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing :: Typed
|
|
30
|
-
Requires-Python: >=3.6
|
|
31
|
-
Description-Content-Type: text/markdown
|
|
32
|
-
Requires-Dist: typing-extensions (>=4.1.0)
|
|
33
|
-
|
|
34
|
-
<a id="mypy-boto3-sagemaker"></a>
|
|
35
|
-
|
|
36
|
-
# mypy-boto3-sagemaker
|
|
37
|
-
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://mypy-boto3-builder.readthedocs.io/)
|
|
41
|
-
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
42
|
-
|
|
43
|
-

|
|
44
|
-
|
|
45
|
-
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.21.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
|
-
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
|
-
[Emacs](https://www.gnu.org/software/emacs/),
|
|
50
|
-
[Sublime Text](https://www.sublimetext.com/),
|
|
51
|
-
[mypy](https://github.com/python/mypy),
|
|
52
|
-
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
|
-
|
|
54
|
-
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.5.8](https://github.com/youtype/mypy_boto3_builder).
|
|
56
|
-
|
|
57
|
-
More information can be found on
|
|
58
|
-
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
59
|
-
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
|
|
60
|
-
|
|
61
|
-
See how it helps to find and fix potential bugs:
|
|
62
|
-
|
|
63
|
-

|
|
64
|
-
|
|
65
|
-
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
|
-
- [How to install](#how-to-install)
|
|
67
|
-
- [VSCode extension](#vscode-extension)
|
|
68
|
-
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
|
-
- [How to uninstall](#how-to-uninstall)
|
|
70
|
-
- [Usage](#usage)
|
|
71
|
-
- [VSCode](#vscode)
|
|
72
|
-
- [PyCharm](#pycharm)
|
|
73
|
-
- [Emacs](#emacs)
|
|
74
|
-
- [Sublime Text](#sublime-text)
|
|
75
|
-
- [Other IDEs](#other-ides)
|
|
76
|
-
- [mypy](#mypy)
|
|
77
|
-
- [pyright](#pyright)
|
|
78
|
-
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
|
-
- [Client annotations](#client-annotations)
|
|
80
|
-
- [Paginators annotations](#paginators-annotations)
|
|
81
|
-
- [Waiters annotations](#waiters-annotations)
|
|
82
|
-
- [Literals](#literals)
|
|
83
|
-
- [Typed dictionaries](#typed-dictionaries)
|
|
84
|
-
- [How it works](#how-it-works)
|
|
85
|
-
- [What's new](#what's-new)
|
|
86
|
-
- [Implemented features](#implemented-features)
|
|
87
|
-
- [Latest changes](#latest-changes)
|
|
88
|
-
- [Versioning](#versioning)
|
|
89
|
-
- [Thank you](#thank-you)
|
|
90
|
-
- [Documentation](#documentation)
|
|
91
|
-
- [Support and contributing](#support-and-contributing)
|
|
92
|
-
|
|
93
|
-
<a id="how-to-install"></a>
|
|
94
|
-
|
|
95
|
-
## How to install
|
|
96
|
-
|
|
97
|
-
<a id="vscode-extension"></a>
|
|
98
|
-
|
|
99
|
-
### VSCode extension
|
|
100
|
-
|
|
101
|
-
Add
|
|
102
|
-
[AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
|
|
103
|
-
extension to your VSCode and run `AWS boto3: Quick Start` command.
|
|
104
|
-
|
|
105
|
-
Click `Modify` and select `boto3 common` and `SageMaker`.
|
|
106
|
-
|
|
107
|
-
<a id="from-pypi-with-pip"></a>
|
|
108
|
-
|
|
109
|
-
### From PyPI with pip
|
|
110
|
-
|
|
111
|
-
Install `boto3-stubs` for `SageMaker` service.
|
|
112
|
-
|
|
113
|
-
```bash
|
|
114
|
-
# install with boto3 type annotations
|
|
115
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
# Lite version does not provide session.client/resource overloads
|
|
119
|
-
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
|
-
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
# standalone installation
|
|
124
|
-
python -m pip install mypy-boto3-sagemaker
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
<a id="how-to-uninstall"></a>
|
|
128
|
-
|
|
129
|
-
## How to uninstall
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
python -m pip uninstall -y mypy-boto3-sagemaker
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
<a id="usage"></a>
|
|
136
|
-
|
|
137
|
-
## Usage
|
|
138
|
-
|
|
139
|
-
<a id="vscode"></a>
|
|
140
|
-
|
|
141
|
-
### VSCode
|
|
142
|
-
|
|
143
|
-
- Install
|
|
144
|
-
[Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
|
145
|
-
- Install
|
|
146
|
-
[Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
|
|
147
|
-
- Set `Pylance` as your Python Language Server
|
|
148
|
-
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
149
|
-
|
|
150
|
-
```bash
|
|
151
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
Both type checking and code completion should now work. No explicit type
|
|
155
|
-
annotations required, write your `boto3` code as usual.
|
|
156
|
-
|
|
157
|
-
<a id="pycharm"></a>
|
|
158
|
-
|
|
159
|
-
### PyCharm
|
|
160
|
-
|
|
161
|
-
Install `boto3-stubs-lite[sagemaker]` in your environment:
|
|
162
|
-
|
|
163
|
-
```bash
|
|
164
|
-
python -m pip install 'boto3-stubs-lite[sagemaker]'`
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
Both type checking and code completion should now work. Explicit type
|
|
168
|
-
annotations **are required**.
|
|
169
|
-
|
|
170
|
-
Use `boto3-stubs` package instead for implicit type discovery.
|
|
171
|
-
|
|
172
|
-
<a id="emacs"></a>
|
|
173
|
-
|
|
174
|
-
### Emacs
|
|
175
|
-
|
|
176
|
-
- Install `boto3-stubs` with services you use in your environment:
|
|
177
|
-
|
|
178
|
-
```bash
|
|
179
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
- Install [use-package](https://github.com/jwiegley/use-package),
|
|
183
|
-
[lsp](https://github.com/emacs-lsp/lsp-mode/),
|
|
184
|
-
[company](https://github.com/company-mode/company-mode) and
|
|
185
|
-
[flycheck](https://github.com/flycheck/flycheck) packages
|
|
186
|
-
- Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
|
|
187
|
-
|
|
188
|
-
```elisp
|
|
189
|
-
(use-package lsp-pyright
|
|
190
|
-
:ensure t
|
|
191
|
-
:hook (python-mode . (lambda ()
|
|
192
|
-
(require 'lsp-pyright)
|
|
193
|
-
(lsp))) ; or lsp-deferred
|
|
194
|
-
:init (when (executable-find "python3")
|
|
195
|
-
(setq lsp-pyright-python-executable-cmd "python3"))
|
|
196
|
-
)
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
- Make sure emacs uses the environment where you have installed `boto3-stubs`
|
|
200
|
-
|
|
201
|
-
Type checking should now work. No explicit type annotations required, write
|
|
202
|
-
your `boto3` code as usual.
|
|
203
|
-
|
|
204
|
-
<a id="sublime-text"></a>
|
|
205
|
-
|
|
206
|
-
### Sublime Text
|
|
207
|
-
|
|
208
|
-
- Install `boto3-stubs[sagemaker]` with services you use in your environment:
|
|
209
|
-
|
|
210
|
-
```bash
|
|
211
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
- Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
|
|
215
|
-
|
|
216
|
-
Type checking should now work. No explicit type annotations required, write
|
|
217
|
-
your `boto3` code as usual.
|
|
218
|
-
|
|
219
|
-
<a id="other-ides"></a>
|
|
220
|
-
|
|
221
|
-
### Other IDEs
|
|
222
|
-
|
|
223
|
-
Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
|
|
224
|
-
should work.
|
|
225
|
-
|
|
226
|
-
<a id="mypy"></a>
|
|
227
|
-
|
|
228
|
-
### mypy
|
|
229
|
-
|
|
230
|
-
- Install `mypy`: `python -m pip install mypy`
|
|
231
|
-
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
232
|
-
|
|
233
|
-
```bash
|
|
234
|
-
python -m pip install 'boto3-stubs[sagemaker]'`
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
Type checking should now work. No explicit type annotations required, write
|
|
238
|
-
your `boto3` code as usual.
|
|
239
|
-
|
|
240
|
-
<a id="pyright"></a>
|
|
241
|
-
|
|
242
|
-
### pyright
|
|
243
|
-
|
|
244
|
-
- Install `pyright`: `npm i -g pyright`
|
|
245
|
-
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
246
|
-
|
|
247
|
-
```bash
|
|
248
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
Optionally, you can install `boto3-stubs` to `typings` folder.
|
|
252
|
-
|
|
253
|
-
Type checking should now work. No explicit type annotations required, write
|
|
254
|
-
your `boto3` code as usual.
|
|
255
|
-
|
|
256
|
-
<a id="explicit-type-annotations"></a>
|
|
257
|
-
|
|
258
|
-
## Explicit type annotations
|
|
259
|
-
|
|
260
|
-
<a id="client-annotations"></a>
|
|
261
|
-
|
|
262
|
-
### Client annotations
|
|
263
|
-
|
|
264
|
-
`SageMakerClient` provides annotations for `boto3.client("sagemaker")`.
|
|
265
|
-
|
|
266
|
-
```python
|
|
267
|
-
from boto3.session import Session
|
|
268
|
-
|
|
269
|
-
from mypy_boto3_sagemaker import SageMakerClient
|
|
270
|
-
|
|
271
|
-
client: SageMakerClient = Session().client("sagemaker")
|
|
272
|
-
|
|
273
|
-
# now client usage is checked by mypy and IDE should provide code completion
|
|
274
|
-
```
|
|
275
|
-
|
|
276
|
-
<a id="paginators-annotations"></a>
|
|
277
|
-
|
|
278
|
-
### Paginators annotations
|
|
279
|
-
|
|
280
|
-
`mypy_boto3_sagemaker.paginator` module contains type annotations for all
|
|
281
|
-
paginators.
|
|
282
|
-
|
|
283
|
-
```python
|
|
284
|
-
from boto3.session import Session
|
|
285
|
-
|
|
286
|
-
from mypy_boto3_sagemaker import SageMakerClient
|
|
287
|
-
from mypy_boto3_sagemaker.paginator import (
|
|
288
|
-
ListActionsPaginator,
|
|
289
|
-
ListAlgorithmsPaginator,
|
|
290
|
-
ListAppImageConfigsPaginator,
|
|
291
|
-
ListAppsPaginator,
|
|
292
|
-
ListArtifactsPaginator,
|
|
293
|
-
ListAssociationsPaginator,
|
|
294
|
-
ListAutoMLJobsPaginator,
|
|
295
|
-
ListCandidatesForAutoMLJobPaginator,
|
|
296
|
-
ListCodeRepositoriesPaginator,
|
|
297
|
-
ListCompilationJobsPaginator,
|
|
298
|
-
ListContextsPaginator,
|
|
299
|
-
ListDataQualityJobDefinitionsPaginator,
|
|
300
|
-
ListDeviceFleetsPaginator,
|
|
301
|
-
ListDevicesPaginator,
|
|
302
|
-
ListDomainsPaginator,
|
|
303
|
-
ListEdgePackagingJobsPaginator,
|
|
304
|
-
ListEndpointConfigsPaginator,
|
|
305
|
-
ListEndpointsPaginator,
|
|
306
|
-
ListExperimentsPaginator,
|
|
307
|
-
ListFeatureGroupsPaginator,
|
|
308
|
-
ListFlowDefinitionsPaginator,
|
|
309
|
-
ListHumanTaskUisPaginator,
|
|
310
|
-
ListHyperParameterTuningJobsPaginator,
|
|
311
|
-
ListImageVersionsPaginator,
|
|
312
|
-
ListImagesPaginator,
|
|
313
|
-
ListInferenceRecommendationsJobsPaginator,
|
|
314
|
-
ListLabelingJobsPaginator,
|
|
315
|
-
ListLabelingJobsForWorkteamPaginator,
|
|
316
|
-
ListLineageGroupsPaginator,
|
|
317
|
-
ListModelBiasJobDefinitionsPaginator,
|
|
318
|
-
ListModelExplainabilityJobDefinitionsPaginator,
|
|
319
|
-
ListModelMetadataPaginator,
|
|
320
|
-
ListModelPackageGroupsPaginator,
|
|
321
|
-
ListModelPackagesPaginator,
|
|
322
|
-
ListModelQualityJobDefinitionsPaginator,
|
|
323
|
-
ListModelsPaginator,
|
|
324
|
-
ListMonitoringExecutionsPaginator,
|
|
325
|
-
ListMonitoringSchedulesPaginator,
|
|
326
|
-
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
327
|
-
ListNotebookInstancesPaginator,
|
|
328
|
-
ListPipelineExecutionStepsPaginator,
|
|
329
|
-
ListPipelineExecutionsPaginator,
|
|
330
|
-
ListPipelineParametersForExecutionPaginator,
|
|
331
|
-
ListPipelinesPaginator,
|
|
332
|
-
ListProcessingJobsPaginator,
|
|
333
|
-
ListStudioLifecycleConfigsPaginator,
|
|
334
|
-
ListSubscribedWorkteamsPaginator,
|
|
335
|
-
ListTagsPaginator,
|
|
336
|
-
ListTrainingJobsPaginator,
|
|
337
|
-
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
338
|
-
ListTransformJobsPaginator,
|
|
339
|
-
ListTrialComponentsPaginator,
|
|
340
|
-
ListTrialsPaginator,
|
|
341
|
-
ListUserProfilesPaginator,
|
|
342
|
-
ListWorkforcesPaginator,
|
|
343
|
-
ListWorkteamsPaginator,
|
|
344
|
-
SearchPaginator,
|
|
345
|
-
)
|
|
346
|
-
|
|
347
|
-
client: SageMakerClient = Session().client("sagemaker")
|
|
348
|
-
|
|
349
|
-
# Explicit type annotations are optional here
|
|
350
|
-
# Type should be correctly discovered by mypy and IDEs
|
|
351
|
-
# VSCode requires explicit type annotations
|
|
352
|
-
list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
|
|
353
|
-
list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
|
|
354
|
-
list_app_image_configs_paginator: ListAppImageConfigsPaginator = client.get_paginator("list_app_image_configs")
|
|
355
|
-
list_apps_paginator: ListAppsPaginator = client.get_paginator("list_apps")
|
|
356
|
-
list_artifacts_paginator: ListArtifactsPaginator = client.get_paginator("list_artifacts")
|
|
357
|
-
list_associations_paginator: ListAssociationsPaginator = client.get_paginator("list_associations")
|
|
358
|
-
list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("list_auto_ml_jobs")
|
|
359
|
-
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = client.get_paginator("list_candidates_for_auto_ml_job")
|
|
360
|
-
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator("list_code_repositories")
|
|
361
|
-
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator("list_compilation_jobs")
|
|
362
|
-
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
363
|
-
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = client.get_paginator("list_data_quality_job_definitions")
|
|
364
|
-
list_device_fleets_paginator: ListDeviceFleetsPaginator = client.get_paginator("list_device_fleets")
|
|
365
|
-
list_devices_paginator: ListDevicesPaginator = client.get_paginator("list_devices")
|
|
366
|
-
list_domains_paginator: ListDomainsPaginator = client.get_paginator("list_domains")
|
|
367
|
-
list_edge_packaging_jobs_paginator: ListEdgePackagingJobsPaginator = client.get_paginator("list_edge_packaging_jobs")
|
|
368
|
-
list_endpoint_configs_paginator: ListEndpointConfigsPaginator = client.get_paginator("list_endpoint_configs")
|
|
369
|
-
list_endpoints_paginator: ListEndpointsPaginator = client.get_paginator("list_endpoints")
|
|
370
|
-
list_experiments_paginator: ListExperimentsPaginator = client.get_paginator("list_experiments")
|
|
371
|
-
list_feature_groups_paginator: ListFeatureGroupsPaginator = client.get_paginator("list_feature_groups")
|
|
372
|
-
list_flow_definitions_paginator: ListFlowDefinitionsPaginator = client.get_paginator("list_flow_definitions")
|
|
373
|
-
list_human_task_uis_paginator: ListHumanTaskUisPaginator = client.get_paginator("list_human_task_uis")
|
|
374
|
-
list_hyper_parameter_tuning_jobs_paginator: ListHyperParameterTuningJobsPaginator = client.get_paginator("list_hyper_parameter_tuning_jobs")
|
|
375
|
-
list_image_versions_paginator: ListImageVersionsPaginator = client.get_paginator("list_image_versions")
|
|
376
|
-
list_images_paginator: ListImagesPaginator = client.get_paginator("list_images")
|
|
377
|
-
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
378
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
379
|
-
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
380
|
-
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
381
|
-
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
382
|
-
list_model_explainability_job_definitions_paginator: ListModelExplainabilityJobDefinitionsPaginator = client.get_paginator("list_model_explainability_job_definitions")
|
|
383
|
-
list_model_metadata_paginator: ListModelMetadataPaginator = client.get_paginator("list_model_metadata")
|
|
384
|
-
list_model_package_groups_paginator: ListModelPackageGroupsPaginator = client.get_paginator("list_model_package_groups")
|
|
385
|
-
list_model_packages_paginator: ListModelPackagesPaginator = client.get_paginator("list_model_packages")
|
|
386
|
-
list_model_quality_job_definitions_paginator: ListModelQualityJobDefinitionsPaginator = client.get_paginator("list_model_quality_job_definitions")
|
|
387
|
-
list_models_paginator: ListModelsPaginator = client.get_paginator("list_models")
|
|
388
|
-
list_monitoring_executions_paginator: ListMonitoringExecutionsPaginator = client.get_paginator("list_monitoring_executions")
|
|
389
|
-
list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator("list_monitoring_schedules")
|
|
390
|
-
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
|
|
391
|
-
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
|
|
392
|
-
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
|
|
393
|
-
list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
|
|
394
|
-
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
|
|
395
|
-
list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
|
|
396
|
-
list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator("list_processing_jobs")
|
|
397
|
-
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
398
|
-
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
399
|
-
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
400
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
401
|
-
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
402
|
-
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
403
|
-
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
404
|
-
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
405
|
-
list_user_profiles_paginator: ListUserProfilesPaginator = client.get_paginator("list_user_profiles")
|
|
406
|
-
list_workforces_paginator: ListWorkforcesPaginator = client.get_paginator("list_workforces")
|
|
407
|
-
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
408
|
-
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
409
|
-
```
|
|
410
|
-
|
|
411
|
-
<a id="waiters-annotations"></a>
|
|
412
|
-
|
|
413
|
-
### Waiters annotations
|
|
414
|
-
|
|
415
|
-
`mypy_boto3_sagemaker.waiter` module contains type annotations for all waiters.
|
|
416
|
-
|
|
417
|
-
```python
|
|
418
|
-
from boto3.session import Session
|
|
419
|
-
|
|
420
|
-
from mypy_boto3_sagemaker import SageMakerClient
|
|
421
|
-
from mypy_boto3_sagemaker.waiter import (
|
|
422
|
-
EndpointDeletedWaiter,
|
|
423
|
-
EndpointInServiceWaiter,
|
|
424
|
-
ImageCreatedWaiter,
|
|
425
|
-
ImageDeletedWaiter,
|
|
426
|
-
ImageUpdatedWaiter,
|
|
427
|
-
ImageVersionCreatedWaiter,
|
|
428
|
-
ImageVersionDeletedWaiter,
|
|
429
|
-
NotebookInstanceDeletedWaiter,
|
|
430
|
-
NotebookInstanceInServiceWaiter,
|
|
431
|
-
NotebookInstanceStoppedWaiter,
|
|
432
|
-
ProcessingJobCompletedOrStoppedWaiter,
|
|
433
|
-
TrainingJobCompletedOrStoppedWaiter,
|
|
434
|
-
TransformJobCompletedOrStoppedWaiter,
|
|
435
|
-
)
|
|
436
|
-
|
|
437
|
-
client: SageMakerClient = Session().client("sagemaker")
|
|
438
|
-
|
|
439
|
-
# Explicit type annotations are optional here
|
|
440
|
-
# Type should be correctly discovered by mypy and IDEs
|
|
441
|
-
# VSCode requires explicit type annotations
|
|
442
|
-
endpoint_deleted_waiter: EndpointDeletedWaiter = client.get_waiter("endpoint_deleted")
|
|
443
|
-
endpoint_in_service_waiter: EndpointInServiceWaiter = client.get_waiter("endpoint_in_service")
|
|
444
|
-
image_created_waiter: ImageCreatedWaiter = client.get_waiter("image_created")
|
|
445
|
-
image_deleted_waiter: ImageDeletedWaiter = client.get_waiter("image_deleted")
|
|
446
|
-
image_updated_waiter: ImageUpdatedWaiter = client.get_waiter("image_updated")
|
|
447
|
-
image_version_created_waiter: ImageVersionCreatedWaiter = client.get_waiter("image_version_created")
|
|
448
|
-
image_version_deleted_waiter: ImageVersionDeletedWaiter = client.get_waiter("image_version_deleted")
|
|
449
|
-
notebook_instance_deleted_waiter: NotebookInstanceDeletedWaiter = client.get_waiter("notebook_instance_deleted")
|
|
450
|
-
notebook_instance_in_service_waiter: NotebookInstanceInServiceWaiter = client.get_waiter("notebook_instance_in_service")
|
|
451
|
-
notebook_instance_stopped_waiter: NotebookInstanceStoppedWaiter = client.get_waiter("notebook_instance_stopped")
|
|
452
|
-
processing_job_completed_or_stopped_waiter: ProcessingJobCompletedOrStoppedWaiter = client.get_waiter("processing_job_completed_or_stopped")
|
|
453
|
-
training_job_completed_or_stopped_waiter: TrainingJobCompletedOrStoppedWaiter = client.get_waiter("training_job_completed_or_stopped")
|
|
454
|
-
transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
|
|
455
|
-
```
|
|
456
|
-
|
|
457
|
-
<a id="literals"></a>
|
|
458
|
-
|
|
459
|
-
### Literals
|
|
460
|
-
|
|
461
|
-
`mypy_boto3_sagemaker.literals` module contains literals extracted from shapes
|
|
462
|
-
that can be used in user code for type checking.
|
|
463
|
-
|
|
464
|
-
```python
|
|
465
|
-
from mypy_boto3_sagemaker.literals import (
|
|
466
|
-
ActionStatusType,
|
|
467
|
-
AlgorithmSortByType,
|
|
468
|
-
AlgorithmStatusType,
|
|
469
|
-
AppImageConfigSortKeyType,
|
|
470
|
-
AppInstanceTypeType,
|
|
471
|
-
AppNetworkAccessTypeType,
|
|
472
|
-
AppSecurityGroupManagementType,
|
|
473
|
-
AppSortKeyType,
|
|
474
|
-
AppStatusType,
|
|
475
|
-
AppTypeType,
|
|
476
|
-
ArtifactSourceIdTypeType,
|
|
477
|
-
AssemblyTypeType,
|
|
478
|
-
AssociationEdgeTypeType,
|
|
479
|
-
AthenaResultCompressionTypeType,
|
|
480
|
-
AthenaResultFormatType,
|
|
481
|
-
AuthModeType,
|
|
482
|
-
AutoMLJobObjectiveTypeType,
|
|
483
|
-
AutoMLJobSecondaryStatusType,
|
|
484
|
-
AutoMLJobStatusType,
|
|
485
|
-
AutoMLMetricEnumType,
|
|
486
|
-
AutoMLS3DataTypeType,
|
|
487
|
-
AutoMLSortByType,
|
|
488
|
-
AutoMLSortOrderType,
|
|
489
|
-
AwsManagedHumanLoopRequestSourceType,
|
|
490
|
-
BatchStrategyType,
|
|
491
|
-
BooleanOperatorType,
|
|
492
|
-
CandidateSortByType,
|
|
493
|
-
CandidateStatusType,
|
|
494
|
-
CandidateStepTypeType,
|
|
495
|
-
CapacitySizeTypeType,
|
|
496
|
-
CaptureModeType,
|
|
497
|
-
CaptureStatusType,
|
|
498
|
-
CodeRepositorySortByType,
|
|
499
|
-
CodeRepositorySortOrderType,
|
|
500
|
-
CompilationJobStatusType,
|
|
501
|
-
CompressionTypeType,
|
|
502
|
-
ConditionOutcomeType,
|
|
503
|
-
ContainerModeType,
|
|
504
|
-
ContentClassifierType,
|
|
505
|
-
DataDistributionTypeType,
|
|
506
|
-
DetailedAlgorithmStatusType,
|
|
507
|
-
DetailedModelPackageStatusType,
|
|
508
|
-
DirectInternetAccessType,
|
|
509
|
-
DirectionType,
|
|
510
|
-
DomainStatusType,
|
|
511
|
-
EdgePackagingJobStatusType,
|
|
512
|
-
EdgePresetDeploymentStatusType,
|
|
513
|
-
EdgePresetDeploymentTypeType,
|
|
514
|
-
EndpointConfigSortKeyType,
|
|
515
|
-
EndpointDeletedWaiterName,
|
|
516
|
-
EndpointInServiceWaiterName,
|
|
517
|
-
EndpointSortKeyType,
|
|
518
|
-
EndpointStatusType,
|
|
519
|
-
ExecutionStatusType,
|
|
520
|
-
FeatureGroupSortByType,
|
|
521
|
-
FeatureGroupSortOrderType,
|
|
522
|
-
FeatureGroupStatusType,
|
|
523
|
-
FeatureTypeType,
|
|
524
|
-
FileSystemAccessModeType,
|
|
525
|
-
FileSystemTypeType,
|
|
526
|
-
FlowDefinitionStatusType,
|
|
527
|
-
FrameworkType,
|
|
528
|
-
HumanTaskUiStatusType,
|
|
529
|
-
HyperParameterScalingTypeType,
|
|
530
|
-
HyperParameterTuningJobObjectiveTypeType,
|
|
531
|
-
HyperParameterTuningJobSortByOptionsType,
|
|
532
|
-
HyperParameterTuningJobStatusType,
|
|
533
|
-
HyperParameterTuningJobStrategyTypeType,
|
|
534
|
-
HyperParameterTuningJobWarmStartTypeType,
|
|
535
|
-
ImageCreatedWaiterName,
|
|
536
|
-
ImageDeletedWaiterName,
|
|
537
|
-
ImageSortByType,
|
|
538
|
-
ImageSortOrderType,
|
|
539
|
-
ImageStatusType,
|
|
540
|
-
ImageUpdatedWaiterName,
|
|
541
|
-
ImageVersionCreatedWaiterName,
|
|
542
|
-
ImageVersionDeletedWaiterName,
|
|
543
|
-
ImageVersionSortByType,
|
|
544
|
-
ImageVersionSortOrderType,
|
|
545
|
-
ImageVersionStatusType,
|
|
546
|
-
InferenceExecutionModeType,
|
|
547
|
-
InputModeType,
|
|
548
|
-
InstanceTypeType,
|
|
549
|
-
JoinSourceType,
|
|
550
|
-
LabelingJobStatusType,
|
|
551
|
-
LineageTypeType,
|
|
552
|
-
ListActionsPaginatorName,
|
|
553
|
-
ListAlgorithmsPaginatorName,
|
|
554
|
-
ListAppImageConfigsPaginatorName,
|
|
555
|
-
ListAppsPaginatorName,
|
|
556
|
-
ListArtifactsPaginatorName,
|
|
557
|
-
ListAssociationsPaginatorName,
|
|
558
|
-
ListAutoMLJobsPaginatorName,
|
|
559
|
-
ListCandidatesForAutoMLJobPaginatorName,
|
|
560
|
-
ListCodeRepositoriesPaginatorName,
|
|
561
|
-
ListCompilationJobsPaginatorName,
|
|
562
|
-
ListCompilationJobsSortByType,
|
|
563
|
-
ListContextsPaginatorName,
|
|
564
|
-
ListDataQualityJobDefinitionsPaginatorName,
|
|
565
|
-
ListDeviceFleetsPaginatorName,
|
|
566
|
-
ListDeviceFleetsSortByType,
|
|
567
|
-
ListDevicesPaginatorName,
|
|
568
|
-
ListDomainsPaginatorName,
|
|
569
|
-
ListEdgePackagingJobsPaginatorName,
|
|
570
|
-
ListEdgePackagingJobsSortByType,
|
|
571
|
-
ListEndpointConfigsPaginatorName,
|
|
572
|
-
ListEndpointsPaginatorName,
|
|
573
|
-
ListExperimentsPaginatorName,
|
|
574
|
-
ListFeatureGroupsPaginatorName,
|
|
575
|
-
ListFlowDefinitionsPaginatorName,
|
|
576
|
-
ListHumanTaskUisPaginatorName,
|
|
577
|
-
ListHyperParameterTuningJobsPaginatorName,
|
|
578
|
-
ListImageVersionsPaginatorName,
|
|
579
|
-
ListImagesPaginatorName,
|
|
580
|
-
ListInferenceRecommendationsJobsPaginatorName,
|
|
581
|
-
ListInferenceRecommendationsJobsSortByType,
|
|
582
|
-
ListLabelingJobsForWorkteamPaginatorName,
|
|
583
|
-
ListLabelingJobsForWorkteamSortByOptionsType,
|
|
584
|
-
ListLabelingJobsPaginatorName,
|
|
585
|
-
ListLineageGroupsPaginatorName,
|
|
586
|
-
ListModelBiasJobDefinitionsPaginatorName,
|
|
587
|
-
ListModelExplainabilityJobDefinitionsPaginatorName,
|
|
588
|
-
ListModelMetadataPaginatorName,
|
|
589
|
-
ListModelPackageGroupsPaginatorName,
|
|
590
|
-
ListModelPackagesPaginatorName,
|
|
591
|
-
ListModelQualityJobDefinitionsPaginatorName,
|
|
592
|
-
ListModelsPaginatorName,
|
|
593
|
-
ListMonitoringExecutionsPaginatorName,
|
|
594
|
-
ListMonitoringSchedulesPaginatorName,
|
|
595
|
-
ListNotebookInstanceLifecycleConfigsPaginatorName,
|
|
596
|
-
ListNotebookInstancesPaginatorName,
|
|
597
|
-
ListPipelineExecutionStepsPaginatorName,
|
|
598
|
-
ListPipelineExecutionsPaginatorName,
|
|
599
|
-
ListPipelineParametersForExecutionPaginatorName,
|
|
600
|
-
ListPipelinesPaginatorName,
|
|
601
|
-
ListProcessingJobsPaginatorName,
|
|
602
|
-
ListStudioLifecycleConfigsPaginatorName,
|
|
603
|
-
ListSubscribedWorkteamsPaginatorName,
|
|
604
|
-
ListTagsPaginatorName,
|
|
605
|
-
ListTrainingJobsForHyperParameterTuningJobPaginatorName,
|
|
606
|
-
ListTrainingJobsPaginatorName,
|
|
607
|
-
ListTransformJobsPaginatorName,
|
|
608
|
-
ListTrialComponentsPaginatorName,
|
|
609
|
-
ListTrialsPaginatorName,
|
|
610
|
-
ListUserProfilesPaginatorName,
|
|
611
|
-
ListWorkforcesPaginatorName,
|
|
612
|
-
ListWorkforcesSortByOptionsType,
|
|
613
|
-
ListWorkteamsPaginatorName,
|
|
614
|
-
ListWorkteamsSortByOptionsType,
|
|
615
|
-
MetricSetSourceType,
|
|
616
|
-
ModelApprovalStatusType,
|
|
617
|
-
ModelCacheSettingType,
|
|
618
|
-
ModelMetadataFilterTypeType,
|
|
619
|
-
ModelPackageGroupSortByType,
|
|
620
|
-
ModelPackageGroupStatusType,
|
|
621
|
-
ModelPackageSortByType,
|
|
622
|
-
ModelPackageStatusType,
|
|
623
|
-
ModelPackageTypeType,
|
|
624
|
-
ModelSortKeyType,
|
|
625
|
-
MonitoringExecutionSortKeyType,
|
|
626
|
-
MonitoringJobDefinitionSortKeyType,
|
|
627
|
-
MonitoringProblemTypeType,
|
|
628
|
-
MonitoringScheduleSortKeyType,
|
|
629
|
-
MonitoringTypeType,
|
|
630
|
-
NotebookInstanceAcceleratorTypeType,
|
|
631
|
-
NotebookInstanceDeletedWaiterName,
|
|
632
|
-
NotebookInstanceInServiceWaiterName,
|
|
633
|
-
NotebookInstanceLifecycleConfigSortKeyType,
|
|
634
|
-
NotebookInstanceLifecycleConfigSortOrderType,
|
|
635
|
-
NotebookInstanceSortKeyType,
|
|
636
|
-
NotebookInstanceSortOrderType,
|
|
637
|
-
NotebookInstanceStatusType,
|
|
638
|
-
NotebookInstanceStoppedWaiterName,
|
|
639
|
-
NotebookOutputOptionType,
|
|
640
|
-
ObjectiveStatusType,
|
|
641
|
-
OfflineStoreStatusValueType,
|
|
642
|
-
OperatorType,
|
|
643
|
-
OrderKeyType,
|
|
644
|
-
ParameterTypeType,
|
|
645
|
-
PipelineExecutionStatusType,
|
|
646
|
-
PipelineStatusType,
|
|
647
|
-
ProblemTypeType,
|
|
648
|
-
ProcessingInstanceTypeType,
|
|
649
|
-
ProcessingJobCompletedOrStoppedWaiterName,
|
|
650
|
-
ProcessingJobStatusType,
|
|
651
|
-
ProcessingS3CompressionTypeType,
|
|
652
|
-
ProcessingS3DataDistributionTypeType,
|
|
653
|
-
ProcessingS3DataTypeType,
|
|
654
|
-
ProcessingS3InputModeType,
|
|
655
|
-
ProcessingS3UploadModeType,
|
|
656
|
-
ProductionVariantAcceleratorTypeType,
|
|
657
|
-
ProductionVariantInstanceTypeType,
|
|
658
|
-
ProfilingStatusType,
|
|
659
|
-
ProjectSortByType,
|
|
660
|
-
ProjectSortOrderType,
|
|
661
|
-
ProjectStatusType,
|
|
662
|
-
RStudioServerProAccessStatusType,
|
|
663
|
-
RStudioServerProUserGroupType,
|
|
664
|
-
RecommendationJobStatusType,
|
|
665
|
-
RecommendationJobTypeType,
|
|
666
|
-
RecordWrapperType,
|
|
667
|
-
RedshiftResultCompressionTypeType,
|
|
668
|
-
RedshiftResultFormatType,
|
|
669
|
-
RepositoryAccessModeType,
|
|
670
|
-
ResourceTypeType,
|
|
671
|
-
RetentionTypeType,
|
|
672
|
-
RootAccessType,
|
|
673
|
-
RuleEvaluationStatusType,
|
|
674
|
-
S3DataDistributionType,
|
|
675
|
-
S3DataTypeType,
|
|
676
|
-
SagemakerServicecatalogStatusType,
|
|
677
|
-
ScheduleStatusType,
|
|
678
|
-
SearchPaginatorName,
|
|
679
|
-
SearchSortOrderType,
|
|
680
|
-
SecondaryStatusType,
|
|
681
|
-
SortActionsByType,
|
|
682
|
-
SortArtifactsByType,
|
|
683
|
-
SortAssociationsByType,
|
|
684
|
-
SortByType,
|
|
685
|
-
SortContextsByType,
|
|
686
|
-
SortExperimentsByType,
|
|
687
|
-
SortLineageGroupsByType,
|
|
688
|
-
SortOrderType,
|
|
689
|
-
SortPipelineExecutionsByType,
|
|
690
|
-
SortPipelinesByType,
|
|
691
|
-
SortTrialComponentsByType,
|
|
692
|
-
SortTrialsByType,
|
|
693
|
-
SplitTypeType,
|
|
694
|
-
StepStatusType,
|
|
695
|
-
StudioLifecycleConfigAppTypeType,
|
|
696
|
-
StudioLifecycleConfigSortKeyType,
|
|
697
|
-
TargetDeviceType,
|
|
698
|
-
TargetPlatformAcceleratorType,
|
|
699
|
-
TargetPlatformArchType,
|
|
700
|
-
TargetPlatformOsType,
|
|
701
|
-
TrafficRoutingConfigTypeType,
|
|
702
|
-
TrafficTypeType,
|
|
703
|
-
TrainingInputModeType,
|
|
704
|
-
TrainingInstanceTypeType,
|
|
705
|
-
TrainingJobCompletedOrStoppedWaiterName,
|
|
706
|
-
TrainingJobEarlyStoppingTypeType,
|
|
707
|
-
TrainingJobSortByOptionsType,
|
|
708
|
-
TrainingJobStatusType,
|
|
709
|
-
TransformInstanceTypeType,
|
|
710
|
-
TransformJobCompletedOrStoppedWaiterName,
|
|
711
|
-
TransformJobStatusType,
|
|
712
|
-
TrialComponentPrimaryStatusType,
|
|
713
|
-
UserProfileSortKeyType,
|
|
714
|
-
UserProfileStatusType,
|
|
715
|
-
VariantPropertyTypeType,
|
|
716
|
-
VariantStatusType,
|
|
717
|
-
SageMakerServiceName,
|
|
718
|
-
ServiceName,
|
|
719
|
-
ResourceServiceName,
|
|
720
|
-
PaginatorName,
|
|
721
|
-
WaiterName,
|
|
722
|
-
RegionName,
|
|
723
|
-
)
|
|
724
|
-
|
|
725
|
-
def check_value(value: ActionStatusType) -> bool:
|
|
726
|
-
...
|
|
727
|
-
```
|
|
728
|
-
|
|
729
|
-
<a id="typed-dictionaries"></a>
|
|
730
|
-
|
|
731
|
-
### Typed dictionaries
|
|
732
|
-
|
|
733
|
-
`mypy_boto3_sagemaker.type_defs` module contains structures and shapes
|
|
734
|
-
assembled to typed dictionaries for additional type checking.
|
|
735
|
-
|
|
736
|
-
```python
|
|
737
|
-
from mypy_boto3_sagemaker.type_defs import (
|
|
738
|
-
ActionSourceTypeDef,
|
|
739
|
-
ActionSummaryTypeDef,
|
|
740
|
-
AddAssociationRequestRequestTypeDef,
|
|
741
|
-
AddAssociationResponseTypeDef,
|
|
742
|
-
AddTagsInputRequestTypeDef,
|
|
743
|
-
AddTagsOutputTypeDef,
|
|
744
|
-
AdditionalInferenceSpecificationDefinitionTypeDef,
|
|
745
|
-
AgentVersionTypeDef,
|
|
746
|
-
AlarmTypeDef,
|
|
747
|
-
AlgorithmSpecificationTypeDef,
|
|
748
|
-
AlgorithmStatusDetailsTypeDef,
|
|
749
|
-
AlgorithmStatusItemTypeDef,
|
|
750
|
-
AlgorithmSummaryTypeDef,
|
|
751
|
-
AlgorithmValidationProfileTypeDef,
|
|
752
|
-
AlgorithmValidationSpecificationTypeDef,
|
|
753
|
-
AnnotationConsolidationConfigTypeDef,
|
|
754
|
-
AppDetailsTypeDef,
|
|
755
|
-
AppImageConfigDetailsTypeDef,
|
|
756
|
-
AppSpecificationTypeDef,
|
|
757
|
-
ArtifactSourceTypeDef,
|
|
758
|
-
ArtifactSourceTypeTypeDef,
|
|
759
|
-
ArtifactSummaryTypeDef,
|
|
760
|
-
AssociateTrialComponentRequestRequestTypeDef,
|
|
761
|
-
AssociateTrialComponentResponseTypeDef,
|
|
762
|
-
AssociationSummaryTypeDef,
|
|
763
|
-
AsyncInferenceClientConfigTypeDef,
|
|
764
|
-
AsyncInferenceConfigTypeDef,
|
|
765
|
-
AsyncInferenceNotificationConfigTypeDef,
|
|
766
|
-
AsyncInferenceOutputConfigTypeDef,
|
|
767
|
-
AthenaDatasetDefinitionTypeDef,
|
|
768
|
-
AutoMLCandidateStepTypeDef,
|
|
769
|
-
AutoMLCandidateTypeDef,
|
|
770
|
-
AutoMLChannelTypeDef,
|
|
771
|
-
AutoMLContainerDefinitionTypeDef,
|
|
772
|
-
AutoMLDataSourceTypeDef,
|
|
773
|
-
AutoMLJobArtifactsTypeDef,
|
|
774
|
-
AutoMLJobCompletionCriteriaTypeDef,
|
|
775
|
-
AutoMLJobConfigTypeDef,
|
|
776
|
-
AutoMLJobObjectiveTypeDef,
|
|
777
|
-
AutoMLJobSummaryTypeDef,
|
|
778
|
-
AutoMLOutputDataConfigTypeDef,
|
|
779
|
-
AutoMLPartialFailureReasonTypeDef,
|
|
780
|
-
AutoMLS3DataSourceTypeDef,
|
|
781
|
-
AutoMLSecurityConfigTypeDef,
|
|
782
|
-
AutoRollbackConfigTypeDef,
|
|
783
|
-
BatchDescribeModelPackageErrorTypeDef,
|
|
784
|
-
BatchDescribeModelPackageInputRequestTypeDef,
|
|
785
|
-
BatchDescribeModelPackageOutputTypeDef,
|
|
786
|
-
BatchDescribeModelPackageSummaryTypeDef,
|
|
787
|
-
BiasTypeDef,
|
|
788
|
-
BlueGreenUpdatePolicyTypeDef,
|
|
789
|
-
CacheHitResultTypeDef,
|
|
790
|
-
CallbackStepMetadataTypeDef,
|
|
791
|
-
CandidateArtifactLocationsTypeDef,
|
|
792
|
-
CandidatePropertiesTypeDef,
|
|
793
|
-
CapacitySizeTypeDef,
|
|
794
|
-
CaptureContentTypeHeaderTypeDef,
|
|
795
|
-
CaptureOptionTypeDef,
|
|
796
|
-
CategoricalParameterRangeSpecificationTypeDef,
|
|
797
|
-
CategoricalParameterRangeTypeDef,
|
|
798
|
-
CategoricalParameterTypeDef,
|
|
799
|
-
ChannelSpecificationTypeDef,
|
|
800
|
-
ChannelTypeDef,
|
|
801
|
-
CheckpointConfigTypeDef,
|
|
802
|
-
ClarifyCheckStepMetadataTypeDef,
|
|
803
|
-
CodeRepositorySummaryTypeDef,
|
|
804
|
-
CognitoConfigTypeDef,
|
|
805
|
-
CognitoMemberDefinitionTypeDef,
|
|
806
|
-
CollectionConfigurationTypeDef,
|
|
807
|
-
CompilationJobSummaryTypeDef,
|
|
808
|
-
ConditionStepMetadataTypeDef,
|
|
809
|
-
ContainerDefinitionTypeDef,
|
|
810
|
-
ContextSourceTypeDef,
|
|
811
|
-
ContextSummaryTypeDef,
|
|
812
|
-
ContinuousParameterRangeSpecificationTypeDef,
|
|
813
|
-
ContinuousParameterRangeTypeDef,
|
|
814
|
-
CreateActionRequestRequestTypeDef,
|
|
815
|
-
CreateActionResponseTypeDef,
|
|
816
|
-
CreateAlgorithmInputRequestTypeDef,
|
|
817
|
-
CreateAlgorithmOutputTypeDef,
|
|
818
|
-
CreateAppImageConfigRequestRequestTypeDef,
|
|
819
|
-
CreateAppImageConfigResponseTypeDef,
|
|
820
|
-
CreateAppRequestRequestTypeDef,
|
|
821
|
-
CreateAppResponseTypeDef,
|
|
822
|
-
CreateArtifactRequestRequestTypeDef,
|
|
823
|
-
CreateArtifactResponseTypeDef,
|
|
824
|
-
CreateAutoMLJobRequestRequestTypeDef,
|
|
825
|
-
CreateAutoMLJobResponseTypeDef,
|
|
826
|
-
CreateCodeRepositoryInputRequestTypeDef,
|
|
827
|
-
CreateCodeRepositoryOutputTypeDef,
|
|
828
|
-
CreateCompilationJobRequestRequestTypeDef,
|
|
829
|
-
CreateCompilationJobResponseTypeDef,
|
|
830
|
-
CreateContextRequestRequestTypeDef,
|
|
831
|
-
CreateContextResponseTypeDef,
|
|
832
|
-
CreateDataQualityJobDefinitionRequestRequestTypeDef,
|
|
833
|
-
CreateDataQualityJobDefinitionResponseTypeDef,
|
|
834
|
-
CreateDeviceFleetRequestRequestTypeDef,
|
|
835
|
-
CreateDomainRequestRequestTypeDef,
|
|
836
|
-
CreateDomainResponseTypeDef,
|
|
837
|
-
CreateEdgePackagingJobRequestRequestTypeDef,
|
|
838
|
-
CreateEndpointConfigInputRequestTypeDef,
|
|
839
|
-
CreateEndpointConfigOutputTypeDef,
|
|
840
|
-
CreateEndpointInputRequestTypeDef,
|
|
841
|
-
CreateEndpointOutputTypeDef,
|
|
842
|
-
CreateExperimentRequestRequestTypeDef,
|
|
843
|
-
CreateExperimentResponseTypeDef,
|
|
844
|
-
CreateFeatureGroupRequestRequestTypeDef,
|
|
845
|
-
CreateFeatureGroupResponseTypeDef,
|
|
846
|
-
CreateFlowDefinitionRequestRequestTypeDef,
|
|
847
|
-
CreateFlowDefinitionResponseTypeDef,
|
|
848
|
-
CreateHumanTaskUiRequestRequestTypeDef,
|
|
849
|
-
CreateHumanTaskUiResponseTypeDef,
|
|
850
|
-
CreateHyperParameterTuningJobRequestRequestTypeDef,
|
|
851
|
-
CreateHyperParameterTuningJobResponseTypeDef,
|
|
852
|
-
CreateImageRequestRequestTypeDef,
|
|
853
|
-
CreateImageResponseTypeDef,
|
|
854
|
-
CreateImageVersionRequestRequestTypeDef,
|
|
855
|
-
CreateImageVersionResponseTypeDef,
|
|
856
|
-
CreateInferenceRecommendationsJobRequestRequestTypeDef,
|
|
857
|
-
CreateInferenceRecommendationsJobResponseTypeDef,
|
|
858
|
-
CreateLabelingJobRequestRequestTypeDef,
|
|
859
|
-
CreateLabelingJobResponseTypeDef,
|
|
860
|
-
CreateModelBiasJobDefinitionRequestRequestTypeDef,
|
|
861
|
-
CreateModelBiasJobDefinitionResponseTypeDef,
|
|
862
|
-
CreateModelExplainabilityJobDefinitionRequestRequestTypeDef,
|
|
863
|
-
CreateModelExplainabilityJobDefinitionResponseTypeDef,
|
|
864
|
-
CreateModelInputRequestTypeDef,
|
|
865
|
-
CreateModelOutputTypeDef,
|
|
866
|
-
CreateModelPackageGroupInputRequestTypeDef,
|
|
867
|
-
CreateModelPackageGroupOutputTypeDef,
|
|
868
|
-
CreateModelPackageInputRequestTypeDef,
|
|
869
|
-
CreateModelPackageOutputTypeDef,
|
|
870
|
-
CreateModelQualityJobDefinitionRequestRequestTypeDef,
|
|
871
|
-
CreateModelQualityJobDefinitionResponseTypeDef,
|
|
872
|
-
CreateMonitoringScheduleRequestRequestTypeDef,
|
|
873
|
-
CreateMonitoringScheduleResponseTypeDef,
|
|
874
|
-
CreateNotebookInstanceInputRequestTypeDef,
|
|
875
|
-
CreateNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
876
|
-
CreateNotebookInstanceLifecycleConfigOutputTypeDef,
|
|
877
|
-
CreateNotebookInstanceOutputTypeDef,
|
|
878
|
-
CreatePipelineRequestRequestTypeDef,
|
|
879
|
-
CreatePipelineResponseTypeDef,
|
|
880
|
-
CreatePresignedDomainUrlRequestRequestTypeDef,
|
|
881
|
-
CreatePresignedDomainUrlResponseTypeDef,
|
|
882
|
-
CreatePresignedNotebookInstanceUrlInputRequestTypeDef,
|
|
883
|
-
CreatePresignedNotebookInstanceUrlOutputTypeDef,
|
|
884
|
-
CreateProcessingJobRequestRequestTypeDef,
|
|
885
|
-
CreateProcessingJobResponseTypeDef,
|
|
886
|
-
CreateProjectInputRequestTypeDef,
|
|
887
|
-
CreateProjectOutputTypeDef,
|
|
888
|
-
CreateStudioLifecycleConfigRequestRequestTypeDef,
|
|
889
|
-
CreateStudioLifecycleConfigResponseTypeDef,
|
|
890
|
-
CreateTrainingJobRequestRequestTypeDef,
|
|
891
|
-
CreateTrainingJobResponseTypeDef,
|
|
892
|
-
CreateTransformJobRequestRequestTypeDef,
|
|
893
|
-
CreateTransformJobResponseTypeDef,
|
|
894
|
-
CreateTrialComponentRequestRequestTypeDef,
|
|
895
|
-
CreateTrialComponentResponseTypeDef,
|
|
896
|
-
CreateTrialRequestRequestTypeDef,
|
|
897
|
-
CreateTrialResponseTypeDef,
|
|
898
|
-
CreateUserProfileRequestRequestTypeDef,
|
|
899
|
-
CreateUserProfileResponseTypeDef,
|
|
900
|
-
CreateWorkforceRequestRequestTypeDef,
|
|
901
|
-
CreateWorkforceResponseTypeDef,
|
|
902
|
-
CreateWorkteamRequestRequestTypeDef,
|
|
903
|
-
CreateWorkteamResponseTypeDef,
|
|
904
|
-
CustomImageTypeDef,
|
|
905
|
-
DataCaptureConfigSummaryTypeDef,
|
|
906
|
-
DataCaptureConfigTypeDef,
|
|
907
|
-
DataCatalogConfigTypeDef,
|
|
908
|
-
DataProcessingTypeDef,
|
|
909
|
-
DataQualityAppSpecificationTypeDef,
|
|
910
|
-
DataQualityBaselineConfigTypeDef,
|
|
911
|
-
DataQualityJobInputTypeDef,
|
|
912
|
-
DataSourceTypeDef,
|
|
913
|
-
DatasetDefinitionTypeDef,
|
|
914
|
-
DebugHookConfigTypeDef,
|
|
915
|
-
DebugRuleConfigurationTypeDef,
|
|
916
|
-
DebugRuleEvaluationStatusTypeDef,
|
|
917
|
-
DeleteActionRequestRequestTypeDef,
|
|
918
|
-
DeleteActionResponseTypeDef,
|
|
919
|
-
DeleteAlgorithmInputRequestTypeDef,
|
|
920
|
-
DeleteAppImageConfigRequestRequestTypeDef,
|
|
921
|
-
DeleteAppRequestRequestTypeDef,
|
|
922
|
-
DeleteArtifactRequestRequestTypeDef,
|
|
923
|
-
DeleteArtifactResponseTypeDef,
|
|
924
|
-
DeleteAssociationRequestRequestTypeDef,
|
|
925
|
-
DeleteAssociationResponseTypeDef,
|
|
926
|
-
DeleteCodeRepositoryInputRequestTypeDef,
|
|
927
|
-
DeleteContextRequestRequestTypeDef,
|
|
928
|
-
DeleteContextResponseTypeDef,
|
|
929
|
-
DeleteDataQualityJobDefinitionRequestRequestTypeDef,
|
|
930
|
-
DeleteDeviceFleetRequestRequestTypeDef,
|
|
931
|
-
DeleteDomainRequestRequestTypeDef,
|
|
932
|
-
DeleteEndpointConfigInputRequestTypeDef,
|
|
933
|
-
DeleteEndpointInputRequestTypeDef,
|
|
934
|
-
DeleteExperimentRequestRequestTypeDef,
|
|
935
|
-
DeleteExperimentResponseTypeDef,
|
|
936
|
-
DeleteFeatureGroupRequestRequestTypeDef,
|
|
937
|
-
DeleteFlowDefinitionRequestRequestTypeDef,
|
|
938
|
-
DeleteHumanTaskUiRequestRequestTypeDef,
|
|
939
|
-
DeleteImageRequestRequestTypeDef,
|
|
940
|
-
DeleteImageVersionRequestRequestTypeDef,
|
|
941
|
-
DeleteModelBiasJobDefinitionRequestRequestTypeDef,
|
|
942
|
-
DeleteModelExplainabilityJobDefinitionRequestRequestTypeDef,
|
|
943
|
-
DeleteModelInputRequestTypeDef,
|
|
944
|
-
DeleteModelPackageGroupInputRequestTypeDef,
|
|
945
|
-
DeleteModelPackageGroupPolicyInputRequestTypeDef,
|
|
946
|
-
DeleteModelPackageInputRequestTypeDef,
|
|
947
|
-
DeleteModelQualityJobDefinitionRequestRequestTypeDef,
|
|
948
|
-
DeleteMonitoringScheduleRequestRequestTypeDef,
|
|
949
|
-
DeleteNotebookInstanceInputRequestTypeDef,
|
|
950
|
-
DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
951
|
-
DeletePipelineRequestRequestTypeDef,
|
|
952
|
-
DeletePipelineResponseTypeDef,
|
|
953
|
-
DeleteProjectInputRequestTypeDef,
|
|
954
|
-
DeleteStudioLifecycleConfigRequestRequestTypeDef,
|
|
955
|
-
DeleteTagsInputRequestTypeDef,
|
|
956
|
-
DeleteTrialComponentRequestRequestTypeDef,
|
|
957
|
-
DeleteTrialComponentResponseTypeDef,
|
|
958
|
-
DeleteTrialRequestRequestTypeDef,
|
|
959
|
-
DeleteTrialResponseTypeDef,
|
|
960
|
-
DeleteUserProfileRequestRequestTypeDef,
|
|
961
|
-
DeleteWorkforceRequestRequestTypeDef,
|
|
962
|
-
DeleteWorkteamRequestRequestTypeDef,
|
|
963
|
-
DeleteWorkteamResponseTypeDef,
|
|
964
|
-
DeployedImageTypeDef,
|
|
965
|
-
DeploymentConfigTypeDef,
|
|
966
|
-
DeregisterDevicesRequestRequestTypeDef,
|
|
967
|
-
DescribeActionRequestRequestTypeDef,
|
|
968
|
-
DescribeActionResponseTypeDef,
|
|
969
|
-
DescribeAlgorithmInputRequestTypeDef,
|
|
970
|
-
DescribeAlgorithmOutputTypeDef,
|
|
971
|
-
DescribeAppImageConfigRequestRequestTypeDef,
|
|
972
|
-
DescribeAppImageConfigResponseTypeDef,
|
|
973
|
-
DescribeAppRequestRequestTypeDef,
|
|
974
|
-
DescribeAppResponseTypeDef,
|
|
975
|
-
DescribeArtifactRequestRequestTypeDef,
|
|
976
|
-
DescribeArtifactResponseTypeDef,
|
|
977
|
-
DescribeAutoMLJobRequestRequestTypeDef,
|
|
978
|
-
DescribeAutoMLJobResponseTypeDef,
|
|
979
|
-
DescribeCodeRepositoryInputRequestTypeDef,
|
|
980
|
-
DescribeCodeRepositoryOutputTypeDef,
|
|
981
|
-
DescribeCompilationJobRequestRequestTypeDef,
|
|
982
|
-
DescribeCompilationJobResponseTypeDef,
|
|
983
|
-
DescribeContextRequestRequestTypeDef,
|
|
984
|
-
DescribeContextResponseTypeDef,
|
|
985
|
-
DescribeDataQualityJobDefinitionRequestRequestTypeDef,
|
|
986
|
-
DescribeDataQualityJobDefinitionResponseTypeDef,
|
|
987
|
-
DescribeDeviceFleetRequestRequestTypeDef,
|
|
988
|
-
DescribeDeviceFleetResponseTypeDef,
|
|
989
|
-
DescribeDeviceRequestRequestTypeDef,
|
|
990
|
-
DescribeDeviceResponseTypeDef,
|
|
991
|
-
DescribeDomainRequestRequestTypeDef,
|
|
992
|
-
DescribeDomainResponseTypeDef,
|
|
993
|
-
DescribeEdgePackagingJobRequestRequestTypeDef,
|
|
994
|
-
DescribeEdgePackagingJobResponseTypeDef,
|
|
995
|
-
DescribeEndpointConfigInputRequestTypeDef,
|
|
996
|
-
DescribeEndpointConfigOutputTypeDef,
|
|
997
|
-
DescribeEndpointInputEndpointDeletedWaitTypeDef,
|
|
998
|
-
DescribeEndpointInputEndpointInServiceWaitTypeDef,
|
|
999
|
-
DescribeEndpointInputRequestTypeDef,
|
|
1000
|
-
DescribeEndpointOutputTypeDef,
|
|
1001
|
-
DescribeExperimentRequestRequestTypeDef,
|
|
1002
|
-
DescribeExperimentResponseTypeDef,
|
|
1003
|
-
DescribeFeatureGroupRequestRequestTypeDef,
|
|
1004
|
-
DescribeFeatureGroupResponseTypeDef,
|
|
1005
|
-
DescribeFlowDefinitionRequestRequestTypeDef,
|
|
1006
|
-
DescribeFlowDefinitionResponseTypeDef,
|
|
1007
|
-
DescribeHumanTaskUiRequestRequestTypeDef,
|
|
1008
|
-
DescribeHumanTaskUiResponseTypeDef,
|
|
1009
|
-
DescribeHyperParameterTuningJobRequestRequestTypeDef,
|
|
1010
|
-
DescribeHyperParameterTuningJobResponseTypeDef,
|
|
1011
|
-
DescribeImageRequestImageCreatedWaitTypeDef,
|
|
1012
|
-
DescribeImageRequestImageDeletedWaitTypeDef,
|
|
1013
|
-
DescribeImageRequestImageUpdatedWaitTypeDef,
|
|
1014
|
-
DescribeImageRequestRequestTypeDef,
|
|
1015
|
-
DescribeImageResponseTypeDef,
|
|
1016
|
-
DescribeImageVersionRequestImageVersionCreatedWaitTypeDef,
|
|
1017
|
-
DescribeImageVersionRequestImageVersionDeletedWaitTypeDef,
|
|
1018
|
-
DescribeImageVersionRequestRequestTypeDef,
|
|
1019
|
-
DescribeImageVersionResponseTypeDef,
|
|
1020
|
-
DescribeInferenceRecommendationsJobRequestRequestTypeDef,
|
|
1021
|
-
DescribeInferenceRecommendationsJobResponseTypeDef,
|
|
1022
|
-
DescribeLabelingJobRequestRequestTypeDef,
|
|
1023
|
-
DescribeLabelingJobResponseTypeDef,
|
|
1024
|
-
DescribeLineageGroupRequestRequestTypeDef,
|
|
1025
|
-
DescribeLineageGroupResponseTypeDef,
|
|
1026
|
-
DescribeModelBiasJobDefinitionRequestRequestTypeDef,
|
|
1027
|
-
DescribeModelBiasJobDefinitionResponseTypeDef,
|
|
1028
|
-
DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef,
|
|
1029
|
-
DescribeModelExplainabilityJobDefinitionResponseTypeDef,
|
|
1030
|
-
DescribeModelInputRequestTypeDef,
|
|
1031
|
-
DescribeModelOutputTypeDef,
|
|
1032
|
-
DescribeModelPackageGroupInputRequestTypeDef,
|
|
1033
|
-
DescribeModelPackageGroupOutputTypeDef,
|
|
1034
|
-
DescribeModelPackageInputRequestTypeDef,
|
|
1035
|
-
DescribeModelPackageOutputTypeDef,
|
|
1036
|
-
DescribeModelQualityJobDefinitionRequestRequestTypeDef,
|
|
1037
|
-
DescribeModelQualityJobDefinitionResponseTypeDef,
|
|
1038
|
-
DescribeMonitoringScheduleRequestRequestTypeDef,
|
|
1039
|
-
DescribeMonitoringScheduleResponseTypeDef,
|
|
1040
|
-
DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef,
|
|
1041
|
-
DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef,
|
|
1042
|
-
DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef,
|
|
1043
|
-
DescribeNotebookInstanceInputRequestTypeDef,
|
|
1044
|
-
DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
1045
|
-
DescribeNotebookInstanceLifecycleConfigOutputTypeDef,
|
|
1046
|
-
DescribeNotebookInstanceOutputTypeDef,
|
|
1047
|
-
DescribePipelineDefinitionForExecutionRequestRequestTypeDef,
|
|
1048
|
-
DescribePipelineDefinitionForExecutionResponseTypeDef,
|
|
1049
|
-
DescribePipelineExecutionRequestRequestTypeDef,
|
|
1050
|
-
DescribePipelineExecutionResponseTypeDef,
|
|
1051
|
-
DescribePipelineRequestRequestTypeDef,
|
|
1052
|
-
DescribePipelineResponseTypeDef,
|
|
1053
|
-
DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef,
|
|
1054
|
-
DescribeProcessingJobRequestRequestTypeDef,
|
|
1055
|
-
DescribeProcessingJobResponseTypeDef,
|
|
1056
|
-
DescribeProjectInputRequestTypeDef,
|
|
1057
|
-
DescribeProjectOutputTypeDef,
|
|
1058
|
-
DescribeStudioLifecycleConfigRequestRequestTypeDef,
|
|
1059
|
-
DescribeStudioLifecycleConfigResponseTypeDef,
|
|
1060
|
-
DescribeSubscribedWorkteamRequestRequestTypeDef,
|
|
1061
|
-
DescribeSubscribedWorkteamResponseTypeDef,
|
|
1062
|
-
DescribeTrainingJobRequestRequestTypeDef,
|
|
1063
|
-
DescribeTrainingJobRequestTrainingJobCompletedOrStoppedWaitTypeDef,
|
|
1064
|
-
DescribeTrainingJobResponseTypeDef,
|
|
1065
|
-
DescribeTransformJobRequestRequestTypeDef,
|
|
1066
|
-
DescribeTransformJobRequestTransformJobCompletedOrStoppedWaitTypeDef,
|
|
1067
|
-
DescribeTransformJobResponseTypeDef,
|
|
1068
|
-
DescribeTrialComponentRequestRequestTypeDef,
|
|
1069
|
-
DescribeTrialComponentResponseTypeDef,
|
|
1070
|
-
DescribeTrialRequestRequestTypeDef,
|
|
1071
|
-
DescribeTrialResponseTypeDef,
|
|
1072
|
-
DescribeUserProfileRequestRequestTypeDef,
|
|
1073
|
-
DescribeUserProfileResponseTypeDef,
|
|
1074
|
-
DescribeWorkforceRequestRequestTypeDef,
|
|
1075
|
-
DescribeWorkforceResponseTypeDef,
|
|
1076
|
-
DescribeWorkteamRequestRequestTypeDef,
|
|
1077
|
-
DescribeWorkteamResponseTypeDef,
|
|
1078
|
-
DesiredWeightAndCapacityTypeDef,
|
|
1079
|
-
DeviceFleetSummaryTypeDef,
|
|
1080
|
-
DeviceStatsTypeDef,
|
|
1081
|
-
DeviceSummaryTypeDef,
|
|
1082
|
-
DeviceTypeDef,
|
|
1083
|
-
DisassociateTrialComponentRequestRequestTypeDef,
|
|
1084
|
-
DisassociateTrialComponentResponseTypeDef,
|
|
1085
|
-
DomainDetailsTypeDef,
|
|
1086
|
-
DomainSettingsForUpdateTypeDef,
|
|
1087
|
-
DomainSettingsTypeDef,
|
|
1088
|
-
DriftCheckBaselinesTypeDef,
|
|
1089
|
-
DriftCheckBiasTypeDef,
|
|
1090
|
-
DriftCheckExplainabilityTypeDef,
|
|
1091
|
-
DriftCheckModelDataQualityTypeDef,
|
|
1092
|
-
DriftCheckModelQualityTypeDef,
|
|
1093
|
-
EMRStepMetadataTypeDef,
|
|
1094
|
-
EdgeModelStatTypeDef,
|
|
1095
|
-
EdgeModelSummaryTypeDef,
|
|
1096
|
-
EdgeModelTypeDef,
|
|
1097
|
-
EdgeOutputConfigTypeDef,
|
|
1098
|
-
EdgePackagingJobSummaryTypeDef,
|
|
1099
|
-
EdgePresetDeploymentOutputTypeDef,
|
|
1100
|
-
EdgeTypeDef,
|
|
1101
|
-
EndpointConfigSummaryTypeDef,
|
|
1102
|
-
EndpointInputConfigurationTypeDef,
|
|
1103
|
-
EndpointInputTypeDef,
|
|
1104
|
-
EndpointOutputConfigurationTypeDef,
|
|
1105
|
-
EndpointSummaryTypeDef,
|
|
1106
|
-
EndpointTypeDef,
|
|
1107
|
-
EnvironmentParameterRangesTypeDef,
|
|
1108
|
-
EnvironmentParameterTypeDef,
|
|
1109
|
-
ExperimentConfigTypeDef,
|
|
1110
|
-
ExperimentSourceTypeDef,
|
|
1111
|
-
ExperimentSummaryTypeDef,
|
|
1112
|
-
ExperimentTypeDef,
|
|
1113
|
-
ExplainabilityTypeDef,
|
|
1114
|
-
FailStepMetadataTypeDef,
|
|
1115
|
-
FeatureDefinitionTypeDef,
|
|
1116
|
-
FeatureGroupSummaryTypeDef,
|
|
1117
|
-
FeatureGroupTypeDef,
|
|
1118
|
-
FileSourceTypeDef,
|
|
1119
|
-
FileSystemConfigTypeDef,
|
|
1120
|
-
FileSystemDataSourceTypeDef,
|
|
1121
|
-
FilterTypeDef,
|
|
1122
|
-
FinalAutoMLJobObjectiveMetricTypeDef,
|
|
1123
|
-
FinalHyperParameterTuningJobObjectiveMetricTypeDef,
|
|
1124
|
-
FlowDefinitionOutputConfigTypeDef,
|
|
1125
|
-
FlowDefinitionSummaryTypeDef,
|
|
1126
|
-
GetDeviceFleetReportRequestRequestTypeDef,
|
|
1127
|
-
GetDeviceFleetReportResponseTypeDef,
|
|
1128
|
-
GetLineageGroupPolicyRequestRequestTypeDef,
|
|
1129
|
-
GetLineageGroupPolicyResponseTypeDef,
|
|
1130
|
-
GetModelPackageGroupPolicyInputRequestTypeDef,
|
|
1131
|
-
GetModelPackageGroupPolicyOutputTypeDef,
|
|
1132
|
-
GetSagemakerServicecatalogPortfolioStatusOutputTypeDef,
|
|
1133
|
-
GetSearchSuggestionsRequestRequestTypeDef,
|
|
1134
|
-
GetSearchSuggestionsResponseTypeDef,
|
|
1135
|
-
GitConfigForUpdateTypeDef,
|
|
1136
|
-
GitConfigTypeDef,
|
|
1137
|
-
HumanLoopActivationConditionsConfigTypeDef,
|
|
1138
|
-
HumanLoopActivationConfigTypeDef,
|
|
1139
|
-
HumanLoopConfigTypeDef,
|
|
1140
|
-
HumanLoopRequestSourceTypeDef,
|
|
1141
|
-
HumanTaskConfigTypeDef,
|
|
1142
|
-
HumanTaskUiSummaryTypeDef,
|
|
1143
|
-
HyperParameterAlgorithmSpecificationTypeDef,
|
|
1144
|
-
HyperParameterSpecificationTypeDef,
|
|
1145
|
-
HyperParameterTrainingJobDefinitionTypeDef,
|
|
1146
|
-
HyperParameterTrainingJobSummaryTypeDef,
|
|
1147
|
-
HyperParameterTuningJobConfigTypeDef,
|
|
1148
|
-
HyperParameterTuningJobObjectiveTypeDef,
|
|
1149
|
-
HyperParameterTuningJobSummaryTypeDef,
|
|
1150
|
-
HyperParameterTuningJobWarmStartConfigTypeDef,
|
|
1151
|
-
ImageConfigTypeDef,
|
|
1152
|
-
ImageTypeDef,
|
|
1153
|
-
ImageVersionTypeDef,
|
|
1154
|
-
InferenceExecutionConfigTypeDef,
|
|
1155
|
-
InferenceRecommendationTypeDef,
|
|
1156
|
-
InferenceRecommendationsJobTypeDef,
|
|
1157
|
-
InferenceSpecificationTypeDef,
|
|
1158
|
-
InputConfigTypeDef,
|
|
1159
|
-
IntegerParameterRangeSpecificationTypeDef,
|
|
1160
|
-
IntegerParameterRangeTypeDef,
|
|
1161
|
-
JupyterServerAppSettingsTypeDef,
|
|
1162
|
-
KernelGatewayAppSettingsTypeDef,
|
|
1163
|
-
KernelGatewayImageConfigTypeDef,
|
|
1164
|
-
KernelSpecTypeDef,
|
|
1165
|
-
LabelCountersForWorkteamTypeDef,
|
|
1166
|
-
LabelCountersTypeDef,
|
|
1167
|
-
LabelingJobAlgorithmsConfigTypeDef,
|
|
1168
|
-
LabelingJobDataAttributesTypeDef,
|
|
1169
|
-
LabelingJobDataSourceTypeDef,
|
|
1170
|
-
LabelingJobForWorkteamSummaryTypeDef,
|
|
1171
|
-
LabelingJobInputConfigTypeDef,
|
|
1172
|
-
LabelingJobOutputConfigTypeDef,
|
|
1173
|
-
LabelingJobOutputTypeDef,
|
|
1174
|
-
LabelingJobResourceConfigTypeDef,
|
|
1175
|
-
LabelingJobS3DataSourceTypeDef,
|
|
1176
|
-
LabelingJobSnsDataSourceTypeDef,
|
|
1177
|
-
LabelingJobStoppingConditionsTypeDef,
|
|
1178
|
-
LabelingJobSummaryTypeDef,
|
|
1179
|
-
LambdaStepMetadataTypeDef,
|
|
1180
|
-
LineageGroupSummaryTypeDef,
|
|
1181
|
-
ListActionsRequestListActionsPaginateTypeDef,
|
|
1182
|
-
ListActionsRequestRequestTypeDef,
|
|
1183
|
-
ListActionsResponseTypeDef,
|
|
1184
|
-
ListAlgorithmsInputListAlgorithmsPaginateTypeDef,
|
|
1185
|
-
ListAlgorithmsInputRequestTypeDef,
|
|
1186
|
-
ListAlgorithmsOutputTypeDef,
|
|
1187
|
-
ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef,
|
|
1188
|
-
ListAppImageConfigsRequestRequestTypeDef,
|
|
1189
|
-
ListAppImageConfigsResponseTypeDef,
|
|
1190
|
-
ListAppsRequestListAppsPaginateTypeDef,
|
|
1191
|
-
ListAppsRequestRequestTypeDef,
|
|
1192
|
-
ListAppsResponseTypeDef,
|
|
1193
|
-
ListArtifactsRequestListArtifactsPaginateTypeDef,
|
|
1194
|
-
ListArtifactsRequestRequestTypeDef,
|
|
1195
|
-
ListArtifactsResponseTypeDef,
|
|
1196
|
-
ListAssociationsRequestListAssociationsPaginateTypeDef,
|
|
1197
|
-
ListAssociationsRequestRequestTypeDef,
|
|
1198
|
-
ListAssociationsResponseTypeDef,
|
|
1199
|
-
ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef,
|
|
1200
|
-
ListAutoMLJobsRequestRequestTypeDef,
|
|
1201
|
-
ListAutoMLJobsResponseTypeDef,
|
|
1202
|
-
ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef,
|
|
1203
|
-
ListCandidatesForAutoMLJobRequestRequestTypeDef,
|
|
1204
|
-
ListCandidatesForAutoMLJobResponseTypeDef,
|
|
1205
|
-
ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef,
|
|
1206
|
-
ListCodeRepositoriesInputRequestTypeDef,
|
|
1207
|
-
ListCodeRepositoriesOutputTypeDef,
|
|
1208
|
-
ListCompilationJobsRequestListCompilationJobsPaginateTypeDef,
|
|
1209
|
-
ListCompilationJobsRequestRequestTypeDef,
|
|
1210
|
-
ListCompilationJobsResponseTypeDef,
|
|
1211
|
-
ListContextsRequestListContextsPaginateTypeDef,
|
|
1212
|
-
ListContextsRequestRequestTypeDef,
|
|
1213
|
-
ListContextsResponseTypeDef,
|
|
1214
|
-
ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef,
|
|
1215
|
-
ListDataQualityJobDefinitionsRequestRequestTypeDef,
|
|
1216
|
-
ListDataQualityJobDefinitionsResponseTypeDef,
|
|
1217
|
-
ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef,
|
|
1218
|
-
ListDeviceFleetsRequestRequestTypeDef,
|
|
1219
|
-
ListDeviceFleetsResponseTypeDef,
|
|
1220
|
-
ListDevicesRequestListDevicesPaginateTypeDef,
|
|
1221
|
-
ListDevicesRequestRequestTypeDef,
|
|
1222
|
-
ListDevicesResponseTypeDef,
|
|
1223
|
-
ListDomainsRequestListDomainsPaginateTypeDef,
|
|
1224
|
-
ListDomainsRequestRequestTypeDef,
|
|
1225
|
-
ListDomainsResponseTypeDef,
|
|
1226
|
-
ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef,
|
|
1227
|
-
ListEdgePackagingJobsRequestRequestTypeDef,
|
|
1228
|
-
ListEdgePackagingJobsResponseTypeDef,
|
|
1229
|
-
ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef,
|
|
1230
|
-
ListEndpointConfigsInputRequestTypeDef,
|
|
1231
|
-
ListEndpointConfigsOutputTypeDef,
|
|
1232
|
-
ListEndpointsInputListEndpointsPaginateTypeDef,
|
|
1233
|
-
ListEndpointsInputRequestTypeDef,
|
|
1234
|
-
ListEndpointsOutputTypeDef,
|
|
1235
|
-
ListExperimentsRequestListExperimentsPaginateTypeDef,
|
|
1236
|
-
ListExperimentsRequestRequestTypeDef,
|
|
1237
|
-
ListExperimentsResponseTypeDef,
|
|
1238
|
-
ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef,
|
|
1239
|
-
ListFeatureGroupsRequestRequestTypeDef,
|
|
1240
|
-
ListFeatureGroupsResponseTypeDef,
|
|
1241
|
-
ListFlowDefinitionsRequestListFlowDefinitionsPaginateTypeDef,
|
|
1242
|
-
ListFlowDefinitionsRequestRequestTypeDef,
|
|
1243
|
-
ListFlowDefinitionsResponseTypeDef,
|
|
1244
|
-
ListHumanTaskUisRequestListHumanTaskUisPaginateTypeDef,
|
|
1245
|
-
ListHumanTaskUisRequestRequestTypeDef,
|
|
1246
|
-
ListHumanTaskUisResponseTypeDef,
|
|
1247
|
-
ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTypeDef,
|
|
1248
|
-
ListHyperParameterTuningJobsRequestRequestTypeDef,
|
|
1249
|
-
ListHyperParameterTuningJobsResponseTypeDef,
|
|
1250
|
-
ListImageVersionsRequestListImageVersionsPaginateTypeDef,
|
|
1251
|
-
ListImageVersionsRequestRequestTypeDef,
|
|
1252
|
-
ListImageVersionsResponseTypeDef,
|
|
1253
|
-
ListImagesRequestListImagesPaginateTypeDef,
|
|
1254
|
-
ListImagesRequestRequestTypeDef,
|
|
1255
|
-
ListImagesResponseTypeDef,
|
|
1256
|
-
ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPaginateTypeDef,
|
|
1257
|
-
ListInferenceRecommendationsJobsRequestRequestTypeDef,
|
|
1258
|
-
ListInferenceRecommendationsJobsResponseTypeDef,
|
|
1259
|
-
ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef,
|
|
1260
|
-
ListLabelingJobsForWorkteamRequestRequestTypeDef,
|
|
1261
|
-
ListLabelingJobsForWorkteamResponseTypeDef,
|
|
1262
|
-
ListLabelingJobsRequestListLabelingJobsPaginateTypeDef,
|
|
1263
|
-
ListLabelingJobsRequestRequestTypeDef,
|
|
1264
|
-
ListLabelingJobsResponseTypeDef,
|
|
1265
|
-
ListLineageGroupsRequestListLineageGroupsPaginateTypeDef,
|
|
1266
|
-
ListLineageGroupsRequestRequestTypeDef,
|
|
1267
|
-
ListLineageGroupsResponseTypeDef,
|
|
1268
|
-
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef,
|
|
1269
|
-
ListModelBiasJobDefinitionsRequestRequestTypeDef,
|
|
1270
|
-
ListModelBiasJobDefinitionsResponseTypeDef,
|
|
1271
|
-
ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefinitionsPaginateTypeDef,
|
|
1272
|
-
ListModelExplainabilityJobDefinitionsRequestRequestTypeDef,
|
|
1273
|
-
ListModelExplainabilityJobDefinitionsResponseTypeDef,
|
|
1274
|
-
ListModelMetadataRequestListModelMetadataPaginateTypeDef,
|
|
1275
|
-
ListModelMetadataRequestRequestTypeDef,
|
|
1276
|
-
ListModelMetadataResponseTypeDef,
|
|
1277
|
-
ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef,
|
|
1278
|
-
ListModelPackageGroupsInputRequestTypeDef,
|
|
1279
|
-
ListModelPackageGroupsOutputTypeDef,
|
|
1280
|
-
ListModelPackagesInputListModelPackagesPaginateTypeDef,
|
|
1281
|
-
ListModelPackagesInputRequestTypeDef,
|
|
1282
|
-
ListModelPackagesOutputTypeDef,
|
|
1283
|
-
ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginateTypeDef,
|
|
1284
|
-
ListModelQualityJobDefinitionsRequestRequestTypeDef,
|
|
1285
|
-
ListModelQualityJobDefinitionsResponseTypeDef,
|
|
1286
|
-
ListModelsInputListModelsPaginateTypeDef,
|
|
1287
|
-
ListModelsInputRequestTypeDef,
|
|
1288
|
-
ListModelsOutputTypeDef,
|
|
1289
|
-
ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef,
|
|
1290
|
-
ListMonitoringExecutionsRequestRequestTypeDef,
|
|
1291
|
-
ListMonitoringExecutionsResponseTypeDef,
|
|
1292
|
-
ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef,
|
|
1293
|
-
ListMonitoringSchedulesRequestRequestTypeDef,
|
|
1294
|
-
ListMonitoringSchedulesResponseTypeDef,
|
|
1295
|
-
ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef,
|
|
1296
|
-
ListNotebookInstanceLifecycleConfigsInputRequestTypeDef,
|
|
1297
|
-
ListNotebookInstanceLifecycleConfigsOutputTypeDef,
|
|
1298
|
-
ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef,
|
|
1299
|
-
ListNotebookInstancesInputRequestTypeDef,
|
|
1300
|
-
ListNotebookInstancesOutputTypeDef,
|
|
1301
|
-
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef,
|
|
1302
|
-
ListPipelineExecutionStepsRequestRequestTypeDef,
|
|
1303
|
-
ListPipelineExecutionStepsResponseTypeDef,
|
|
1304
|
-
ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef,
|
|
1305
|
-
ListPipelineExecutionsRequestRequestTypeDef,
|
|
1306
|
-
ListPipelineExecutionsResponseTypeDef,
|
|
1307
|
-
ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef,
|
|
1308
|
-
ListPipelineParametersForExecutionRequestRequestTypeDef,
|
|
1309
|
-
ListPipelineParametersForExecutionResponseTypeDef,
|
|
1310
|
-
ListPipelinesRequestListPipelinesPaginateTypeDef,
|
|
1311
|
-
ListPipelinesRequestRequestTypeDef,
|
|
1312
|
-
ListPipelinesResponseTypeDef,
|
|
1313
|
-
ListProcessingJobsRequestListProcessingJobsPaginateTypeDef,
|
|
1314
|
-
ListProcessingJobsRequestRequestTypeDef,
|
|
1315
|
-
ListProcessingJobsResponseTypeDef,
|
|
1316
|
-
ListProjectsInputRequestTypeDef,
|
|
1317
|
-
ListProjectsOutputTypeDef,
|
|
1318
|
-
ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef,
|
|
1319
|
-
ListStudioLifecycleConfigsRequestRequestTypeDef,
|
|
1320
|
-
ListStudioLifecycleConfigsResponseTypeDef,
|
|
1321
|
-
ListSubscribedWorkteamsRequestListSubscribedWorkteamsPaginateTypeDef,
|
|
1322
|
-
ListSubscribedWorkteamsRequestRequestTypeDef,
|
|
1323
|
-
ListSubscribedWorkteamsResponseTypeDef,
|
|
1324
|
-
ListTagsInputListTagsPaginateTypeDef,
|
|
1325
|
-
ListTagsInputRequestTypeDef,
|
|
1326
|
-
ListTagsOutputTypeDef,
|
|
1327
|
-
ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperParameterTuningJobPaginateTypeDef,
|
|
1328
|
-
ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef,
|
|
1329
|
-
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
|
|
1330
|
-
ListTrainingJobsRequestListTrainingJobsPaginateTypeDef,
|
|
1331
|
-
ListTrainingJobsRequestRequestTypeDef,
|
|
1332
|
-
ListTrainingJobsResponseTypeDef,
|
|
1333
|
-
ListTransformJobsRequestListTransformJobsPaginateTypeDef,
|
|
1334
|
-
ListTransformJobsRequestRequestTypeDef,
|
|
1335
|
-
ListTransformJobsResponseTypeDef,
|
|
1336
|
-
ListTrialComponentsRequestListTrialComponentsPaginateTypeDef,
|
|
1337
|
-
ListTrialComponentsRequestRequestTypeDef,
|
|
1338
|
-
ListTrialComponentsResponseTypeDef,
|
|
1339
|
-
ListTrialsRequestListTrialsPaginateTypeDef,
|
|
1340
|
-
ListTrialsRequestRequestTypeDef,
|
|
1341
|
-
ListTrialsResponseTypeDef,
|
|
1342
|
-
ListUserProfilesRequestListUserProfilesPaginateTypeDef,
|
|
1343
|
-
ListUserProfilesRequestRequestTypeDef,
|
|
1344
|
-
ListUserProfilesResponseTypeDef,
|
|
1345
|
-
ListWorkforcesRequestListWorkforcesPaginateTypeDef,
|
|
1346
|
-
ListWorkforcesRequestRequestTypeDef,
|
|
1347
|
-
ListWorkforcesResponseTypeDef,
|
|
1348
|
-
ListWorkteamsRequestListWorkteamsPaginateTypeDef,
|
|
1349
|
-
ListWorkteamsRequestRequestTypeDef,
|
|
1350
|
-
ListWorkteamsResponseTypeDef,
|
|
1351
|
-
MemberDefinitionTypeDef,
|
|
1352
|
-
MetadataPropertiesTypeDef,
|
|
1353
|
-
MetricDataTypeDef,
|
|
1354
|
-
MetricDatumTypeDef,
|
|
1355
|
-
MetricDefinitionTypeDef,
|
|
1356
|
-
MetricsSourceTypeDef,
|
|
1357
|
-
ModelArtifactsTypeDef,
|
|
1358
|
-
ModelBiasAppSpecificationTypeDef,
|
|
1359
|
-
ModelBiasBaselineConfigTypeDef,
|
|
1360
|
-
ModelBiasJobInputTypeDef,
|
|
1361
|
-
ModelClientConfigTypeDef,
|
|
1362
|
-
ModelConfigurationTypeDef,
|
|
1363
|
-
ModelDataQualityTypeDef,
|
|
1364
|
-
ModelDeployConfigTypeDef,
|
|
1365
|
-
ModelDeployResultTypeDef,
|
|
1366
|
-
ModelDigestsTypeDef,
|
|
1367
|
-
ModelExplainabilityAppSpecificationTypeDef,
|
|
1368
|
-
ModelExplainabilityBaselineConfigTypeDef,
|
|
1369
|
-
ModelExplainabilityJobInputTypeDef,
|
|
1370
|
-
ModelInputTypeDef,
|
|
1371
|
-
ModelLatencyThresholdTypeDef,
|
|
1372
|
-
ModelMetadataFilterTypeDef,
|
|
1373
|
-
ModelMetadataSearchExpressionTypeDef,
|
|
1374
|
-
ModelMetadataSummaryTypeDef,
|
|
1375
|
-
ModelMetricsTypeDef,
|
|
1376
|
-
ModelPackageContainerDefinitionTypeDef,
|
|
1377
|
-
ModelPackageGroupSummaryTypeDef,
|
|
1378
|
-
ModelPackageGroupTypeDef,
|
|
1379
|
-
ModelPackageStatusDetailsTypeDef,
|
|
1380
|
-
ModelPackageStatusItemTypeDef,
|
|
1381
|
-
ModelPackageSummaryTypeDef,
|
|
1382
|
-
ModelPackageTypeDef,
|
|
1383
|
-
ModelPackageValidationProfileTypeDef,
|
|
1384
|
-
ModelPackageValidationSpecificationTypeDef,
|
|
1385
|
-
ModelQualityAppSpecificationTypeDef,
|
|
1386
|
-
ModelQualityBaselineConfigTypeDef,
|
|
1387
|
-
ModelQualityJobInputTypeDef,
|
|
1388
|
-
ModelQualityTypeDef,
|
|
1389
|
-
ModelStepMetadataTypeDef,
|
|
1390
|
-
ModelSummaryTypeDef,
|
|
1391
|
-
MonitoringAppSpecificationTypeDef,
|
|
1392
|
-
MonitoringBaselineConfigTypeDef,
|
|
1393
|
-
MonitoringClusterConfigTypeDef,
|
|
1394
|
-
MonitoringConstraintsResourceTypeDef,
|
|
1395
|
-
MonitoringExecutionSummaryTypeDef,
|
|
1396
|
-
MonitoringGroundTruthS3InputTypeDef,
|
|
1397
|
-
MonitoringInputTypeDef,
|
|
1398
|
-
MonitoringJobDefinitionSummaryTypeDef,
|
|
1399
|
-
MonitoringJobDefinitionTypeDef,
|
|
1400
|
-
MonitoringNetworkConfigTypeDef,
|
|
1401
|
-
MonitoringOutputConfigTypeDef,
|
|
1402
|
-
MonitoringOutputTypeDef,
|
|
1403
|
-
MonitoringResourcesTypeDef,
|
|
1404
|
-
MonitoringS3OutputTypeDef,
|
|
1405
|
-
MonitoringScheduleConfigTypeDef,
|
|
1406
|
-
MonitoringScheduleSummaryTypeDef,
|
|
1407
|
-
MonitoringScheduleTypeDef,
|
|
1408
|
-
MonitoringStatisticsResourceTypeDef,
|
|
1409
|
-
MonitoringStoppingConditionTypeDef,
|
|
1410
|
-
MultiModelConfigTypeDef,
|
|
1411
|
-
NeoVpcConfigTypeDef,
|
|
1412
|
-
NestedFiltersTypeDef,
|
|
1413
|
-
NetworkConfigTypeDef,
|
|
1414
|
-
NotebookInstanceLifecycleConfigSummaryTypeDef,
|
|
1415
|
-
NotebookInstanceLifecycleHookTypeDef,
|
|
1416
|
-
NotebookInstanceSummaryTypeDef,
|
|
1417
|
-
NotificationConfigurationTypeDef,
|
|
1418
|
-
ObjectiveStatusCountersTypeDef,
|
|
1419
|
-
OfflineStoreConfigTypeDef,
|
|
1420
|
-
OfflineStoreStatusTypeDef,
|
|
1421
|
-
OidcConfigForResponseTypeDef,
|
|
1422
|
-
OidcConfigTypeDef,
|
|
1423
|
-
OidcMemberDefinitionTypeDef,
|
|
1424
|
-
OnlineStoreConfigTypeDef,
|
|
1425
|
-
OnlineStoreSecurityConfigTypeDef,
|
|
1426
|
-
OutputConfigTypeDef,
|
|
1427
|
-
OutputDataConfigTypeDef,
|
|
1428
|
-
OutputParameterTypeDef,
|
|
1429
|
-
PaginatorConfigTypeDef,
|
|
1430
|
-
ParallelismConfigurationTypeDef,
|
|
1431
|
-
ParameterRangeTypeDef,
|
|
1432
|
-
ParameterRangesTypeDef,
|
|
1433
|
-
ParameterTypeDef,
|
|
1434
|
-
ParentHyperParameterTuningJobTypeDef,
|
|
1435
|
-
ParentTypeDef,
|
|
1436
|
-
PendingDeploymentSummaryTypeDef,
|
|
1437
|
-
PendingProductionVariantSummaryTypeDef,
|
|
1438
|
-
PhaseTypeDef,
|
|
1439
|
-
PipelineDefinitionS3LocationTypeDef,
|
|
1440
|
-
PipelineExecutionStepMetadataTypeDef,
|
|
1441
|
-
PipelineExecutionStepTypeDef,
|
|
1442
|
-
PipelineExecutionSummaryTypeDef,
|
|
1443
|
-
PipelineExecutionTypeDef,
|
|
1444
|
-
PipelineExperimentConfigTypeDef,
|
|
1445
|
-
PipelineSummaryTypeDef,
|
|
1446
|
-
PipelineTypeDef,
|
|
1447
|
-
ProcessingClusterConfigTypeDef,
|
|
1448
|
-
ProcessingFeatureStoreOutputTypeDef,
|
|
1449
|
-
ProcessingInputTypeDef,
|
|
1450
|
-
ProcessingJobStepMetadataTypeDef,
|
|
1451
|
-
ProcessingJobSummaryTypeDef,
|
|
1452
|
-
ProcessingJobTypeDef,
|
|
1453
|
-
ProcessingOutputConfigTypeDef,
|
|
1454
|
-
ProcessingOutputTypeDef,
|
|
1455
|
-
ProcessingResourcesTypeDef,
|
|
1456
|
-
ProcessingS3InputTypeDef,
|
|
1457
|
-
ProcessingS3OutputTypeDef,
|
|
1458
|
-
ProcessingStoppingConditionTypeDef,
|
|
1459
|
-
ProductionVariantCoreDumpConfigTypeDef,
|
|
1460
|
-
ProductionVariantServerlessConfigTypeDef,
|
|
1461
|
-
ProductionVariantStatusTypeDef,
|
|
1462
|
-
ProductionVariantSummaryTypeDef,
|
|
1463
|
-
ProductionVariantTypeDef,
|
|
1464
|
-
ProfilerConfigForUpdateTypeDef,
|
|
1465
|
-
ProfilerConfigTypeDef,
|
|
1466
|
-
ProfilerRuleConfigurationTypeDef,
|
|
1467
|
-
ProfilerRuleEvaluationStatusTypeDef,
|
|
1468
|
-
ProjectSummaryTypeDef,
|
|
1469
|
-
ProjectTypeDef,
|
|
1470
|
-
PropertyNameQueryTypeDef,
|
|
1471
|
-
PropertyNameSuggestionTypeDef,
|
|
1472
|
-
ProvisioningParameterTypeDef,
|
|
1473
|
-
PublicWorkforceTaskPriceTypeDef,
|
|
1474
|
-
PutModelPackageGroupPolicyInputRequestTypeDef,
|
|
1475
|
-
PutModelPackageGroupPolicyOutputTypeDef,
|
|
1476
|
-
QualityCheckStepMetadataTypeDef,
|
|
1477
|
-
QueryFiltersTypeDef,
|
|
1478
|
-
QueryLineageRequestRequestTypeDef,
|
|
1479
|
-
QueryLineageResponseTypeDef,
|
|
1480
|
-
RStudioServerProAppSettingsTypeDef,
|
|
1481
|
-
RStudioServerProDomainSettingsForUpdateTypeDef,
|
|
1482
|
-
RStudioServerProDomainSettingsTypeDef,
|
|
1483
|
-
RecommendationJobInputConfigTypeDef,
|
|
1484
|
-
RecommendationJobResourceLimitTypeDef,
|
|
1485
|
-
RecommendationJobStoppingConditionsTypeDef,
|
|
1486
|
-
RecommendationMetricsTypeDef,
|
|
1487
|
-
RedshiftDatasetDefinitionTypeDef,
|
|
1488
|
-
RegisterDevicesRequestRequestTypeDef,
|
|
1489
|
-
RegisterModelStepMetadataTypeDef,
|
|
1490
|
-
RenderUiTemplateRequestRequestTypeDef,
|
|
1491
|
-
RenderUiTemplateResponseTypeDef,
|
|
1492
|
-
RenderableTaskTypeDef,
|
|
1493
|
-
RenderingErrorTypeDef,
|
|
1494
|
-
RepositoryAuthConfigTypeDef,
|
|
1495
|
-
ResolvedAttributesTypeDef,
|
|
1496
|
-
ResourceConfigTypeDef,
|
|
1497
|
-
ResourceLimitsTypeDef,
|
|
1498
|
-
ResourceSpecTypeDef,
|
|
1499
|
-
ResponseMetadataTypeDef,
|
|
1500
|
-
RetentionPolicyTypeDef,
|
|
1501
|
-
RetryPipelineExecutionRequestRequestTypeDef,
|
|
1502
|
-
RetryPipelineExecutionResponseTypeDef,
|
|
1503
|
-
RetryStrategyTypeDef,
|
|
1504
|
-
S3DataSourceTypeDef,
|
|
1505
|
-
S3StorageConfigTypeDef,
|
|
1506
|
-
ScheduleConfigTypeDef,
|
|
1507
|
-
SearchExpressionTypeDef,
|
|
1508
|
-
SearchRecordTypeDef,
|
|
1509
|
-
SearchRequestRequestTypeDef,
|
|
1510
|
-
SearchRequestSearchPaginateTypeDef,
|
|
1511
|
-
SearchResponseTypeDef,
|
|
1512
|
-
SecondaryStatusTransitionTypeDef,
|
|
1513
|
-
SendPipelineExecutionStepFailureRequestRequestTypeDef,
|
|
1514
|
-
SendPipelineExecutionStepFailureResponseTypeDef,
|
|
1515
|
-
SendPipelineExecutionStepSuccessRequestRequestTypeDef,
|
|
1516
|
-
SendPipelineExecutionStepSuccessResponseTypeDef,
|
|
1517
|
-
ServiceCatalogProvisionedProductDetailsTypeDef,
|
|
1518
|
-
ServiceCatalogProvisioningDetailsTypeDef,
|
|
1519
|
-
ServiceCatalogProvisioningUpdateDetailsTypeDef,
|
|
1520
|
-
SharingSettingsTypeDef,
|
|
1521
|
-
ShuffleConfigTypeDef,
|
|
1522
|
-
SourceAlgorithmSpecificationTypeDef,
|
|
1523
|
-
SourceAlgorithmTypeDef,
|
|
1524
|
-
SourceIpConfigTypeDef,
|
|
1525
|
-
StartMonitoringScheduleRequestRequestTypeDef,
|
|
1526
|
-
StartNotebookInstanceInputRequestTypeDef,
|
|
1527
|
-
StartPipelineExecutionRequestRequestTypeDef,
|
|
1528
|
-
StartPipelineExecutionResponseTypeDef,
|
|
1529
|
-
StopAutoMLJobRequestRequestTypeDef,
|
|
1530
|
-
StopCompilationJobRequestRequestTypeDef,
|
|
1531
|
-
StopEdgePackagingJobRequestRequestTypeDef,
|
|
1532
|
-
StopHyperParameterTuningJobRequestRequestTypeDef,
|
|
1533
|
-
StopInferenceRecommendationsJobRequestRequestTypeDef,
|
|
1534
|
-
StopLabelingJobRequestRequestTypeDef,
|
|
1535
|
-
StopMonitoringScheduleRequestRequestTypeDef,
|
|
1536
|
-
StopNotebookInstanceInputRequestTypeDef,
|
|
1537
|
-
StopPipelineExecutionRequestRequestTypeDef,
|
|
1538
|
-
StopPipelineExecutionResponseTypeDef,
|
|
1539
|
-
StopProcessingJobRequestRequestTypeDef,
|
|
1540
|
-
StopTrainingJobRequestRequestTypeDef,
|
|
1541
|
-
StopTransformJobRequestRequestTypeDef,
|
|
1542
|
-
StoppingConditionTypeDef,
|
|
1543
|
-
StudioLifecycleConfigDetailsTypeDef,
|
|
1544
|
-
SubscribedWorkteamTypeDef,
|
|
1545
|
-
SuggestionQueryTypeDef,
|
|
1546
|
-
TagTypeDef,
|
|
1547
|
-
TargetPlatformTypeDef,
|
|
1548
|
-
TensorBoardAppSettingsTypeDef,
|
|
1549
|
-
TensorBoardOutputConfigTypeDef,
|
|
1550
|
-
TrafficPatternTypeDef,
|
|
1551
|
-
TrafficRoutingConfigTypeDef,
|
|
1552
|
-
TrainingJobDefinitionTypeDef,
|
|
1553
|
-
TrainingJobStatusCountersTypeDef,
|
|
1554
|
-
TrainingJobStepMetadataTypeDef,
|
|
1555
|
-
TrainingJobSummaryTypeDef,
|
|
1556
|
-
TrainingJobTypeDef,
|
|
1557
|
-
TrainingSpecificationTypeDef,
|
|
1558
|
-
TransformDataSourceTypeDef,
|
|
1559
|
-
TransformInputTypeDef,
|
|
1560
|
-
TransformJobDefinitionTypeDef,
|
|
1561
|
-
TransformJobStepMetadataTypeDef,
|
|
1562
|
-
TransformJobSummaryTypeDef,
|
|
1563
|
-
TransformJobTypeDef,
|
|
1564
|
-
TransformOutputTypeDef,
|
|
1565
|
-
TransformResourcesTypeDef,
|
|
1566
|
-
TransformS3DataSourceTypeDef,
|
|
1567
|
-
TrialComponentArtifactTypeDef,
|
|
1568
|
-
TrialComponentMetricSummaryTypeDef,
|
|
1569
|
-
TrialComponentParameterValueTypeDef,
|
|
1570
|
-
TrialComponentSimpleSummaryTypeDef,
|
|
1571
|
-
TrialComponentSourceDetailTypeDef,
|
|
1572
|
-
TrialComponentSourceTypeDef,
|
|
1573
|
-
TrialComponentStatusTypeDef,
|
|
1574
|
-
TrialComponentSummaryTypeDef,
|
|
1575
|
-
TrialComponentTypeDef,
|
|
1576
|
-
TrialSourceTypeDef,
|
|
1577
|
-
TrialSummaryTypeDef,
|
|
1578
|
-
TrialTypeDef,
|
|
1579
|
-
TuningJobCompletionCriteriaTypeDef,
|
|
1580
|
-
TuningJobStepMetaDataTypeDef,
|
|
1581
|
-
USDTypeDef,
|
|
1582
|
-
UiConfigTypeDef,
|
|
1583
|
-
UiTemplateInfoTypeDef,
|
|
1584
|
-
UiTemplateTypeDef,
|
|
1585
|
-
UpdateActionRequestRequestTypeDef,
|
|
1586
|
-
UpdateActionResponseTypeDef,
|
|
1587
|
-
UpdateAppImageConfigRequestRequestTypeDef,
|
|
1588
|
-
UpdateAppImageConfigResponseTypeDef,
|
|
1589
|
-
UpdateArtifactRequestRequestTypeDef,
|
|
1590
|
-
UpdateArtifactResponseTypeDef,
|
|
1591
|
-
UpdateCodeRepositoryInputRequestTypeDef,
|
|
1592
|
-
UpdateCodeRepositoryOutputTypeDef,
|
|
1593
|
-
UpdateContextRequestRequestTypeDef,
|
|
1594
|
-
UpdateContextResponseTypeDef,
|
|
1595
|
-
UpdateDeviceFleetRequestRequestTypeDef,
|
|
1596
|
-
UpdateDevicesRequestRequestTypeDef,
|
|
1597
|
-
UpdateDomainRequestRequestTypeDef,
|
|
1598
|
-
UpdateDomainResponseTypeDef,
|
|
1599
|
-
UpdateEndpointInputRequestTypeDef,
|
|
1600
|
-
UpdateEndpointOutputTypeDef,
|
|
1601
|
-
UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef,
|
|
1602
|
-
UpdateEndpointWeightsAndCapacitiesOutputTypeDef,
|
|
1603
|
-
UpdateExperimentRequestRequestTypeDef,
|
|
1604
|
-
UpdateExperimentResponseTypeDef,
|
|
1605
|
-
UpdateImageRequestRequestTypeDef,
|
|
1606
|
-
UpdateImageResponseTypeDef,
|
|
1607
|
-
UpdateModelPackageInputRequestTypeDef,
|
|
1608
|
-
UpdateModelPackageOutputTypeDef,
|
|
1609
|
-
UpdateMonitoringScheduleRequestRequestTypeDef,
|
|
1610
|
-
UpdateMonitoringScheduleResponseTypeDef,
|
|
1611
|
-
UpdateNotebookInstanceInputRequestTypeDef,
|
|
1612
|
-
UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
1613
|
-
UpdatePipelineExecutionRequestRequestTypeDef,
|
|
1614
|
-
UpdatePipelineExecutionResponseTypeDef,
|
|
1615
|
-
UpdatePipelineRequestRequestTypeDef,
|
|
1616
|
-
UpdatePipelineResponseTypeDef,
|
|
1617
|
-
UpdateProjectInputRequestTypeDef,
|
|
1618
|
-
UpdateProjectOutputTypeDef,
|
|
1619
|
-
UpdateTrainingJobRequestRequestTypeDef,
|
|
1620
|
-
UpdateTrainingJobResponseTypeDef,
|
|
1621
|
-
UpdateTrialComponentRequestRequestTypeDef,
|
|
1622
|
-
UpdateTrialComponentResponseTypeDef,
|
|
1623
|
-
UpdateTrialRequestRequestTypeDef,
|
|
1624
|
-
UpdateTrialResponseTypeDef,
|
|
1625
|
-
UpdateUserProfileRequestRequestTypeDef,
|
|
1626
|
-
UpdateUserProfileResponseTypeDef,
|
|
1627
|
-
UpdateWorkforceRequestRequestTypeDef,
|
|
1628
|
-
UpdateWorkforceResponseTypeDef,
|
|
1629
|
-
UpdateWorkteamRequestRequestTypeDef,
|
|
1630
|
-
UpdateWorkteamResponseTypeDef,
|
|
1631
|
-
UserContextTypeDef,
|
|
1632
|
-
UserProfileDetailsTypeDef,
|
|
1633
|
-
UserSettingsTypeDef,
|
|
1634
|
-
VariantPropertyTypeDef,
|
|
1635
|
-
VertexTypeDef,
|
|
1636
|
-
VpcConfigTypeDef,
|
|
1637
|
-
WaiterConfigTypeDef,
|
|
1638
|
-
WorkforceTypeDef,
|
|
1639
|
-
WorkteamTypeDef,
|
|
1640
|
-
)
|
|
1641
|
-
|
|
1642
|
-
def get_structure() -> ActionSourceTypeDef:
|
|
1643
|
-
return {
|
|
1644
|
-
...
|
|
1645
|
-
}
|
|
1646
|
-
```
|
|
1647
|
-
|
|
1648
|
-
<a id="how-it-works"></a>
|
|
1649
|
-
|
|
1650
|
-
## How it works
|
|
1651
|
-
|
|
1652
|
-
Fully automated
|
|
1653
|
-
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
1654
|
-
generates type annotations for each service, patiently waiting for `boto3`
|
|
1655
|
-
updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
1656
|
-
|
|
1657
|
-
- All available `boto3` services are covered.
|
|
1658
|
-
- Each public class and method of every `boto3` service gets valid type
|
|
1659
|
-
annotations extracted from the documentation (blame `botocore` docs if types
|
|
1660
|
-
are incorrect).
|
|
1661
|
-
- Type annotations include up-to-date documentation.
|
|
1662
|
-
- Link to documentation is provided for every method.
|
|
1663
|
-
- Code is processed by [black](https://github.com/psf/black) and
|
|
1664
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
1665
|
-
|
|
1666
|
-
<a id="what's-new"></a>
|
|
1667
|
-
|
|
1668
|
-
## What's new
|
|
1669
|
-
|
|
1670
|
-
<a id="implemented-features"></a>
|
|
1671
|
-
|
|
1672
|
-
### Implemented features
|
|
1673
|
-
|
|
1674
|
-
- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
|
|
1675
|
-
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
1676
|
-
compatibility
|
|
1677
|
-
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
1678
|
-
annotations for each service
|
|
1679
|
-
- Generated `TypeDefs` for each service
|
|
1680
|
-
- Generated `Literals` for each service
|
|
1681
|
-
- Auto discovery of types for `boto3.client` and `boto3.session` calls
|
|
1682
|
-
- Auto discovery of types for `session.client` and `session.session` calls
|
|
1683
|
-
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
1684
|
-
calls
|
|
1685
|
-
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
1686
|
-
- Auto discovery of types for `aiobotocore.Session.create_client` calls
|
|
1687
|
-
|
|
1688
|
-
<a id="latest-changes"></a>
|
|
1689
|
-
|
|
1690
|
-
### Latest changes
|
|
1691
|
-
|
|
1692
|
-
Builder changelog can be found in
|
|
1693
|
-
[Releases](https://github.com/youtype/mypy_boto3_builder/releases).
|
|
1694
|
-
|
|
1695
|
-
<a id="versioning"></a>
|
|
1696
|
-
|
|
1697
|
-
## Versioning
|
|
1698
|
-
|
|
1699
|
-
`mypy-boto3-sagemaker` version is the same as related `boto3` version and
|
|
1700
|
-
follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
|
|
1701
|
-
|
|
1702
|
-
<a id="thank-you"></a>
|
|
1703
|
-
|
|
1704
|
-
## Thank you
|
|
1705
|
-
|
|
1706
|
-
- [Allie Fitter](https://github.com/alliefitter) for
|
|
1707
|
-
[boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
|
|
1708
|
-
this package is based on top of his work
|
|
1709
|
-
- [black](https://github.com/psf/black) developers for an awesome formatting
|
|
1710
|
-
tool
|
|
1711
|
-
- [Timothy Edmund Crosley](https://github.com/timothycrosley) for
|
|
1712
|
-
[isort](https://github.com/PyCQA/isort) and how flexible it is
|
|
1713
|
-
- [mypy](https://github.com/python/mypy) developers for doing all dirty work
|
|
1714
|
-
for us
|
|
1715
|
-
- [pyright](https://github.com/microsoft/pyright) team for the new era of typed
|
|
1716
|
-
Python
|
|
1717
|
-
|
|
1718
|
-
<a id="documentation"></a>
|
|
1719
|
-
|
|
1720
|
-
## Documentation
|
|
1721
|
-
|
|
1722
|
-
All services type annotations can be found in
|
|
1723
|
-
[boto3 docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
|
|
1724
|
-
|
|
1725
|
-
<a id="support-and-contributing"></a>
|
|
1726
|
-
|
|
1727
|
-
## Support and contributing
|
|
1728
|
-
|
|
1729
|
-
This package is auto-generated. Please reports any bugs or request new features
|
|
1730
|
-
in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
|
|
1731
|
-
repository.
|
|
1732
|
-
|
|
1733
|
-
|