mypy-boto3-sagemaker 1.34.135__py3-none-any.whl → 1.34.145__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.
@@ -209,6 +209,8 @@ __all__ = (
209
209
  "ListMonitoringSchedulesPaginatorName",
210
210
  "ListNotebookInstanceLifecycleConfigsPaginatorName",
211
211
  "ListNotebookInstancesPaginatorName",
212
+ "ListOptimizationJobsPaginatorName",
213
+ "ListOptimizationJobsSortByType",
212
214
  "ListPipelineExecutionStepsPaginatorName",
213
215
  "ListPipelineExecutionsPaginatorName",
214
216
  "ListPipelineParametersForExecutionPaginatorName",
@@ -274,6 +276,8 @@ __all__ = (
274
276
  "ObjectiveStatusType",
275
277
  "OfflineStoreStatusValueType",
276
278
  "OperatorType",
279
+ "OptimizationJobDeploymentInstanceTypeType",
280
+ "OptimizationJobStatusType",
277
281
  "OrderKeyType",
278
282
  "OutputCompressionTypeType",
279
283
  "ParameterTypeType",
@@ -1154,6 +1158,8 @@ ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
1154
1158
  "list_notebook_instance_lifecycle_configs"
1155
1159
  ]
1156
1160
  ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
1161
+ ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
1162
+ ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
1157
1163
  ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
1158
1164
  ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
1159
1165
  ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
@@ -1266,6 +1272,37 @@ OperatorType = Literal[
1266
1272
  "NotEquals",
1267
1273
  "NotExists",
1268
1274
  ]
1275
+ OptimizationJobDeploymentInstanceTypeType = Literal[
1276
+ "ml.g5.12xlarge",
1277
+ "ml.g5.16xlarge",
1278
+ "ml.g5.24xlarge",
1279
+ "ml.g5.2xlarge",
1280
+ "ml.g5.48xlarge",
1281
+ "ml.g5.4xlarge",
1282
+ "ml.g5.8xlarge",
1283
+ "ml.g5.xlarge",
1284
+ "ml.g6.12xlarge",
1285
+ "ml.g6.16xlarge",
1286
+ "ml.g6.24xlarge",
1287
+ "ml.g6.2xlarge",
1288
+ "ml.g6.48xlarge",
1289
+ "ml.g6.4xlarge",
1290
+ "ml.g6.8xlarge",
1291
+ "ml.g6.xlarge",
1292
+ "ml.inf2.24xlarge",
1293
+ "ml.inf2.48xlarge",
1294
+ "ml.inf2.8xlarge",
1295
+ "ml.inf2.xlarge",
1296
+ "ml.p4d.24xlarge",
1297
+ "ml.p4de.24xlarge",
1298
+ "ml.p5.48xlarge",
1299
+ "ml.trn1.2xlarge",
1300
+ "ml.trn1.32xlarge",
1301
+ "ml.trn1n.32xlarge",
1302
+ ]
1303
+ OptimizationJobStatusType = Literal[
1304
+ "COMPLETED", "FAILED", "INPROGRESS", "STARTING", "STOPPED", "STOPPING"
1305
+ ]
1269
1306
  OrderKeyType = Literal["Ascending", "Descending"]
1270
1307
  OutputCompressionTypeType = Literal["GZIP", "NONE"]
1271
1308
  ParameterTypeType = Literal["Categorical", "Continuous", "FreeText", "Integer"]
@@ -1288,6 +1325,14 @@ ProcessingInstanceTypeType = Literal[
1288
1325
  "ml.g4dn.4xlarge",
1289
1326
  "ml.g4dn.8xlarge",
1290
1327
  "ml.g4dn.xlarge",
1328
+ "ml.g5.12xlarge",
1329
+ "ml.g5.16xlarge",
1330
+ "ml.g5.24xlarge",
1331
+ "ml.g5.2xlarge",
1332
+ "ml.g5.48xlarge",
1333
+ "ml.g5.4xlarge",
1334
+ "ml.g5.8xlarge",
1335
+ "ml.g5.xlarge",
1291
1336
  "ml.m4.10xlarge",
1292
1337
  "ml.m4.16xlarge",
1293
1338
  "ml.m4.2xlarge",
@@ -1313,6 +1358,14 @@ ProcessingInstanceTypeType = Literal[
1313
1358
  "ml.r5.8xlarge",
1314
1359
  "ml.r5.large",
1315
1360
  "ml.r5.xlarge",
1361
+ "ml.r5d.12xlarge",
1362
+ "ml.r5d.16xlarge",
1363
+ "ml.r5d.24xlarge",
1364
+ "ml.r5d.2xlarge",
1365
+ "ml.r5d.4xlarge",
1366
+ "ml.r5d.8xlarge",
1367
+ "ml.r5d.large",
1368
+ "ml.r5d.xlarge",
1316
1369
  "ml.t3.2xlarge",
1317
1370
  "ml.t3.large",
1318
1371
  "ml.t3.medium",
@@ -1778,6 +1831,26 @@ TrainingInstanceTypeType = Literal[
1778
1831
  "ml.p4d.24xlarge",
1779
1832
  "ml.p4de.24xlarge",
1780
1833
  "ml.p5.48xlarge",
1834
+ "ml.r5.12xlarge",
1835
+ "ml.r5.16xlarge",
1836
+ "ml.r5.24xlarge",
1837
+ "ml.r5.2xlarge",
1838
+ "ml.r5.4xlarge",
1839
+ "ml.r5.8xlarge",
1840
+ "ml.r5.large",
1841
+ "ml.r5.xlarge",
1842
+ "ml.r5d.12xlarge",
1843
+ "ml.r5d.16xlarge",
1844
+ "ml.r5d.24xlarge",
1845
+ "ml.r5d.2xlarge",
1846
+ "ml.r5d.4xlarge",
1847
+ "ml.r5d.8xlarge",
1848
+ "ml.r5d.large",
1849
+ "ml.r5d.xlarge",
1850
+ "ml.t3.2xlarge",
1851
+ "ml.t3.large",
1852
+ "ml.t3.medium",
1853
+ "ml.t3.xlarge",
1781
1854
  "ml.trn1.2xlarge",
1782
1855
  "ml.trn1.32xlarge",
1783
1856
  "ml.trn1n.32xlarge",
@@ -2185,6 +2258,7 @@ ServiceName = Literal[
2185
2258
  "pricing",
2186
2259
  "privatenetworks",
2187
2260
  "proton",
2261
+ "qapps",
2188
2262
  "qbusiness",
2189
2263
  "qconnect",
2190
2264
  "qldb",
@@ -2354,6 +2428,7 @@ PaginatorName = Literal[
2354
2428
  "list_monitoring_schedules",
2355
2429
  "list_notebook_instance_lifecycle_configs",
2356
2430
  "list_notebook_instances",
2431
+ "list_optimization_jobs",
2357
2432
  "list_pipeline_execution_steps",
2358
2433
  "list_pipeline_executions",
2359
2434
  "list_pipeline_parameters_for_execution",
@@ -63,6 +63,7 @@ Usage::
63
63
  ListMonitoringSchedulesPaginator,
64
64
  ListNotebookInstanceLifecycleConfigsPaginator,
65
65
  ListNotebookInstancesPaginator,
66
+ ListOptimizationJobsPaginator,
66
67
  ListPipelineExecutionStepsPaginator,
67
68
  ListPipelineExecutionsPaginator,
68
69
  ListPipelineParametersForExecutionPaginator,
@@ -141,6 +142,7 @@ Usage::
141
142
  list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator("list_monitoring_schedules")
142
143
  list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
143
144
  list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
145
+ list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
144
146
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
145
147
  list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
146
148
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
@@ -206,6 +208,7 @@ from .literals import (
206
208
  ListEdgeDeploymentPlansSortByType,
207
209
  ListEdgePackagingJobsSortByType,
208
210
  ListInferenceRecommendationsJobsSortByType,
211
+ ListOptimizationJobsSortByType,
209
212
  ListWorkforcesSortByOptionsType,
210
213
  ListWorkteamsSortByOptionsType,
211
214
  ModelApprovalStatusType,
@@ -231,6 +234,7 @@ from .literals import (
231
234
  NotebookInstanceSortOrderType,
232
235
  NotebookInstanceStatusType,
233
236
  OfflineStoreStatusValueType,
237
+ OptimizationJobStatusType,
234
238
  OrderKeyType,
235
239
  ProcessingJobStatusType,
236
240
  RecommendationJobStatusType,
@@ -315,6 +319,7 @@ from .type_defs import (
315
319
  ListMonitoringSchedulesResponseTypeDef,
316
320
  ListNotebookInstanceLifecycleConfigsOutputTypeDef,
317
321
  ListNotebookInstancesOutputTypeDef,
322
+ ListOptimizationJobsResponseTypeDef,
318
323
  ListPipelineExecutionsResponseTypeDef,
319
324
  ListPipelineExecutionStepsResponseTypeDef,
320
325
  ListPipelineParametersForExecutionResponseTypeDef,
@@ -401,6 +406,7 @@ __all__ = (
401
406
  "ListMonitoringSchedulesPaginator",
402
407
  "ListNotebookInstanceLifecycleConfigsPaginator",
403
408
  "ListNotebookInstancesPaginator",
409
+ "ListOptimizationJobsPaginator",
404
410
  "ListPipelineExecutionStepsPaginator",
405
411
  "ListPipelineExecutionsPaginator",
406
412
  "ListPipelineParametersForExecutionPaginator",
@@ -1664,6 +1670,32 @@ class ListNotebookInstancesPaginator(Paginator):
1664
1670
  """
1665
1671
 
1666
1672
 
1673
+ class ListOptimizationJobsPaginator(Paginator):
1674
+ """
1675
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs)
1676
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1677
+ """
1678
+
1679
+ def paginate(
1680
+ self,
1681
+ *,
1682
+ CreationTimeAfter: TimestampTypeDef = ...,
1683
+ CreationTimeBefore: TimestampTypeDef = ...,
1684
+ LastModifiedTimeAfter: TimestampTypeDef = ...,
1685
+ LastModifiedTimeBefore: TimestampTypeDef = ...,
1686
+ OptimizationContains: str = ...,
1687
+ NameContains: str = ...,
1688
+ StatusEquals: OptimizationJobStatusType = ...,
1689
+ SortBy: ListOptimizationJobsSortByType = ...,
1690
+ SortOrder: SortOrderType = ...,
1691
+ PaginationConfig: PaginatorConfigTypeDef = ...,
1692
+ ) -> _PageIterator[ListOptimizationJobsResponseTypeDef]:
1693
+ """
1694
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
1695
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1696
+ """
1697
+
1698
+
1667
1699
  class ListPipelineExecutionStepsPaginator(Paginator):
1668
1700
  """
1669
1701
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps)
@@ -63,6 +63,7 @@ Usage::
63
63
  ListMonitoringSchedulesPaginator,
64
64
  ListNotebookInstanceLifecycleConfigsPaginator,
65
65
  ListNotebookInstancesPaginator,
66
+ ListOptimizationJobsPaginator,
66
67
  ListPipelineExecutionStepsPaginator,
67
68
  ListPipelineExecutionsPaginator,
68
69
  ListPipelineParametersForExecutionPaginator,
@@ -141,6 +142,7 @@ Usage::
141
142
  list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator("list_monitoring_schedules")
142
143
  list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
143
144
  list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
145
+ list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
144
146
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
145
147
  list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
146
148
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
@@ -206,6 +208,7 @@ from .literals import (
206
208
  ListEdgeDeploymentPlansSortByType,
207
209
  ListEdgePackagingJobsSortByType,
208
210
  ListInferenceRecommendationsJobsSortByType,
211
+ ListOptimizationJobsSortByType,
209
212
  ListWorkforcesSortByOptionsType,
210
213
  ListWorkteamsSortByOptionsType,
211
214
  ModelApprovalStatusType,
@@ -231,6 +234,7 @@ from .literals import (
231
234
  NotebookInstanceSortOrderType,
232
235
  NotebookInstanceStatusType,
233
236
  OfflineStoreStatusValueType,
237
+ OptimizationJobStatusType,
234
238
  OrderKeyType,
235
239
  ProcessingJobStatusType,
236
240
  RecommendationJobStatusType,
@@ -315,6 +319,7 @@ from .type_defs import (
315
319
  ListMonitoringSchedulesResponseTypeDef,
316
320
  ListNotebookInstanceLifecycleConfigsOutputTypeDef,
317
321
  ListNotebookInstancesOutputTypeDef,
322
+ ListOptimizationJobsResponseTypeDef,
318
323
  ListPipelineExecutionsResponseTypeDef,
319
324
  ListPipelineExecutionStepsResponseTypeDef,
320
325
  ListPipelineParametersForExecutionResponseTypeDef,
@@ -401,6 +406,7 @@ __all__ = (
401
406
  "ListMonitoringSchedulesPaginator",
402
407
  "ListNotebookInstanceLifecycleConfigsPaginator",
403
408
  "ListNotebookInstancesPaginator",
409
+ "ListOptimizationJobsPaginator",
404
410
  "ListPipelineExecutionStepsPaginator",
405
411
  "ListPipelineExecutionsPaginator",
406
412
  "ListPipelineParametersForExecutionPaginator",
@@ -1609,6 +1615,31 @@ class ListNotebookInstancesPaginator(Paginator):
1609
1615
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
1610
1616
  """
1611
1617
 
1618
+ class ListOptimizationJobsPaginator(Paginator):
1619
+ """
1620
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs)
1621
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1622
+ """
1623
+
1624
+ def paginate(
1625
+ self,
1626
+ *,
1627
+ CreationTimeAfter: TimestampTypeDef = ...,
1628
+ CreationTimeBefore: TimestampTypeDef = ...,
1629
+ LastModifiedTimeAfter: TimestampTypeDef = ...,
1630
+ LastModifiedTimeBefore: TimestampTypeDef = ...,
1631
+ OptimizationContains: str = ...,
1632
+ NameContains: str = ...,
1633
+ StatusEquals: OptimizationJobStatusType = ...,
1634
+ SortBy: ListOptimizationJobsSortByType = ...,
1635
+ SortOrder: SortOrderType = ...,
1636
+ PaginationConfig: PaginatorConfigTypeDef = ...,
1637
+ ) -> _PageIterator[ListOptimizationJobsResponseTypeDef]:
1638
+ """
1639
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
1640
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1641
+ """
1642
+
1612
1643
  class ListPipelineExecutionStepsPaginator(Paginator):
1613
1644
  """
1614
1645
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps)