mypy-boto3-sagemaker 1.39.1__py3-none-any.whl → 1.39.5__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.

Potentially problematic release.


This version of mypy-boto3-sagemaker might be problematic. Click here for more details.

@@ -11,6 +11,7 @@ Usage::
11
11
  from boto3.session import Session
12
12
  from mypy_boto3_sagemaker import (
13
13
  Client,
14
+ CreateHubContentPresignedUrlsPaginator,
14
15
  EndpointDeletedWaiter,
15
16
  EndpointInServiceWaiter,
16
17
  ImageCreatedWaiter,
@@ -78,6 +79,7 @@ Usage::
78
79
  ListPipelineExecutionStepsPaginator,
79
80
  ListPipelineExecutionsPaginator,
80
81
  ListPipelineParametersForExecutionPaginator,
82
+ ListPipelineVersionsPaginator,
81
83
  ListPipelinesPaginator,
82
84
  ListProcessingJobsPaginator,
83
85
  ListResourceCatalogsPaginator,
@@ -122,6 +124,7 @@ Usage::
122
124
  training_job_completed_or_stopped_waiter: TrainingJobCompletedOrStoppedWaiter = client.get_waiter("training_job_completed_or_stopped")
123
125
  transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
124
126
 
127
+ create_hub_content_presigned_urls_paginator: CreateHubContentPresignedUrlsPaginator = client.get_paginator("create_hub_content_presigned_urls")
125
128
  list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
126
129
  list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
127
130
  list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
@@ -182,6 +185,7 @@ Usage::
182
185
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
183
186
  list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
184
187
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
188
+ list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator("list_pipeline_versions")
185
189
  list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
186
190
  list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator("list_processing_jobs")
187
191
  list_resource_catalogs_paginator: ListResourceCatalogsPaginator = client.get_paginator("list_resource_catalogs")
@@ -205,6 +209,7 @@ Usage::
205
209
 
206
210
  from .client import SageMakerClient
207
211
  from .paginator import (
212
+ CreateHubContentPresignedUrlsPaginator,
208
213
  ListActionsPaginator,
209
214
  ListAlgorithmsPaginator,
210
215
  ListAliasesPaginator,
@@ -266,6 +271,7 @@ from .paginator import (
266
271
  ListPipelineExecutionStepsPaginator,
267
272
  ListPipelineParametersForExecutionPaginator,
268
273
  ListPipelinesPaginator,
274
+ ListPipelineVersionsPaginator,
269
275
  ListProcessingJobsPaginator,
270
276
  ListResourceCatalogsPaginator,
271
277
  ListSpacesPaginator,
@@ -305,6 +311,7 @@ Client = SageMakerClient
305
311
 
306
312
  __all__ = (
307
313
  "Client",
314
+ "CreateHubContentPresignedUrlsPaginator",
308
315
  "EndpointDeletedWaiter",
309
316
  "EndpointInServiceWaiter",
310
317
  "ImageCreatedWaiter",
@@ -372,6 +379,7 @@ __all__ = (
372
379
  "ListPipelineExecutionStepsPaginator",
373
380
  "ListPipelineExecutionsPaginator",
374
381
  "ListPipelineParametersForExecutionPaginator",
382
+ "ListPipelineVersionsPaginator",
375
383
  "ListPipelinesPaginator",
376
384
  "ListProcessingJobsPaginator",
377
385
  "ListResourceCatalogsPaginator",
@@ -11,6 +11,7 @@ Usage::
11
11
  from boto3.session import Session
12
12
  from mypy_boto3_sagemaker import (
13
13
  Client,
14
+ CreateHubContentPresignedUrlsPaginator,
14
15
  EndpointDeletedWaiter,
15
16
  EndpointInServiceWaiter,
16
17
  ImageCreatedWaiter,
@@ -78,6 +79,7 @@ Usage::
78
79
  ListPipelineExecutionStepsPaginator,
79
80
  ListPipelineExecutionsPaginator,
80
81
  ListPipelineParametersForExecutionPaginator,
82
+ ListPipelineVersionsPaginator,
81
83
  ListPipelinesPaginator,
82
84
  ListProcessingJobsPaginator,
83
85
  ListResourceCatalogsPaginator,
@@ -122,6 +124,7 @@ Usage::
122
124
  training_job_completed_or_stopped_waiter: TrainingJobCompletedOrStoppedWaiter = client.get_waiter("training_job_completed_or_stopped")
123
125
  transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
124
126
 
127
+ create_hub_content_presigned_urls_paginator: CreateHubContentPresignedUrlsPaginator = client.get_paginator("create_hub_content_presigned_urls")
125
128
  list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
126
129
  list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
127
130
  list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
@@ -182,6 +185,7 @@ Usage::
182
185
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
183
186
  list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
184
187
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
188
+ list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator("list_pipeline_versions")
185
189
  list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
186
190
  list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator("list_processing_jobs")
187
191
  list_resource_catalogs_paginator: ListResourceCatalogsPaginator = client.get_paginator("list_resource_catalogs")
@@ -205,6 +209,7 @@ Usage::
205
209
 
206
210
  from .client import SageMakerClient
207
211
  from .paginator import (
212
+ CreateHubContentPresignedUrlsPaginator,
208
213
  ListActionsPaginator,
209
214
  ListAlgorithmsPaginator,
210
215
  ListAliasesPaginator,
@@ -266,6 +271,7 @@ from .paginator import (
266
271
  ListPipelineExecutionStepsPaginator,
267
272
  ListPipelineParametersForExecutionPaginator,
268
273
  ListPipelinesPaginator,
274
+ ListPipelineVersionsPaginator,
269
275
  ListProcessingJobsPaginator,
270
276
  ListResourceCatalogsPaginator,
271
277
  ListSpacesPaginator,
@@ -304,6 +310,7 @@ Client = SageMakerClient
304
310
 
305
311
  __all__ = (
306
312
  "Client",
313
+ "CreateHubContentPresignedUrlsPaginator",
307
314
  "EndpointDeletedWaiter",
308
315
  "EndpointInServiceWaiter",
309
316
  "ImageCreatedWaiter",
@@ -371,6 +378,7 @@ __all__ = (
371
378
  "ListPipelineExecutionStepsPaginator",
372
379
  "ListPipelineExecutionsPaginator",
373
380
  "ListPipelineParametersForExecutionPaginator",
381
+ "ListPipelineVersionsPaginator",
374
382
  "ListPipelinesPaginator",
375
383
  "ListProcessingJobsPaginator",
376
384
  "ListResourceCatalogsPaginator",
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 SageMaker 1.39.1\n"
16
- "Version: 1.39.1\n"
15
+ "Type annotations for boto3 SageMaker 1.39.5\n"
16
+ "Version: 1.39.5\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.39.1\n")
29
+ sys.stdout.write("1.39.5\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -26,6 +26,7 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .paginator import (
29
+ CreateHubContentPresignedUrlsPaginator,
29
30
  ListActionsPaginator,
30
31
  ListAlgorithmsPaginator,
31
32
  ListAliasesPaginator,
@@ -87,6 +88,7 @@ from .paginator import (
87
88
  ListPipelineExecutionStepsPaginator,
88
89
  ListPipelineParametersForExecutionPaginator,
89
90
  ListPipelinesPaginator,
91
+ ListPipelineVersionsPaginator,
90
92
  ListProcessingJobsPaginator,
91
93
  ListResourceCatalogsPaginator,
92
94
  ListSpacesPaginator,
@@ -161,6 +163,8 @@ from .type_defs import (
161
163
  CreateFeatureGroupResponseTypeDef,
162
164
  CreateFlowDefinitionRequestTypeDef,
163
165
  CreateFlowDefinitionResponseTypeDef,
166
+ CreateHubContentPresignedUrlsRequestTypeDef,
167
+ CreateHubContentPresignedUrlsResponseTypeDef,
164
168
  CreateHubContentReferenceRequestTypeDef,
165
169
  CreateHubContentReferenceResponseTypeDef,
166
170
  CreateHubRequestTypeDef,
@@ -590,6 +594,8 @@ from .type_defs import (
590
594
  ListPipelineParametersForExecutionResponseTypeDef,
591
595
  ListPipelinesRequestTypeDef,
592
596
  ListPipelinesResponseTypeDef,
597
+ ListPipelineVersionsRequestTypeDef,
598
+ ListPipelineVersionsResponseTypeDef,
593
599
  ListProcessingJobsRequestTypeDef,
594
600
  ListProcessingJobsResponseTypeDef,
595
601
  ListProjectsInputTypeDef,
@@ -650,6 +656,8 @@ from .type_defs import (
650
656
  StartNotebookInstanceInputTypeDef,
651
657
  StartPipelineExecutionRequestTypeDef,
652
658
  StartPipelineExecutionResponseTypeDef,
659
+ StartSessionRequestTypeDef,
660
+ StartSessionResponseTypeDef,
653
661
  StopAutoMLJobRequestTypeDef,
654
662
  StopCompilationJobRequestTypeDef,
655
663
  StopEdgeDeploymentStageRequestTypeDef,
@@ -734,6 +742,8 @@ from .type_defs import (
734
742
  UpdatePipelineExecutionResponseTypeDef,
735
743
  UpdatePipelineRequestTypeDef,
736
744
  UpdatePipelineResponseTypeDef,
745
+ UpdatePipelineVersionRequestTypeDef,
746
+ UpdatePipelineVersionResponseTypeDef,
737
747
  UpdateProjectInputTypeDef,
738
748
  UpdateProjectOutputTypeDef,
739
749
  UpdateSpaceRequestTypeDef,
@@ -1122,6 +1132,16 @@ class SageMakerClient(BaseClient):
1122
1132
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub)
1123
1133
  """
1124
1134
 
1135
+ def create_hub_content_presigned_urls(
1136
+ self, **kwargs: Unpack[CreateHubContentPresignedUrlsRequestTypeDef]
1137
+ ) -> CreateHubContentPresignedUrlsResponseTypeDef:
1138
+ """
1139
+ Creates presigned URLs for accessing hub content artifacts.
1140
+
1141
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_hub_content_presigned_urls.html)
1142
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub_content_presigned_urls)
1143
+ """
1144
+
1125
1145
  def create_hub_content_reference(
1126
1146
  self, **kwargs: Unpack[CreateHubContentReferenceRequestTypeDef]
1127
1147
  ) -> CreateHubContentReferenceResponseTypeDef:
@@ -3492,6 +3512,16 @@ class SageMakerClient(BaseClient):
3492
3512
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_parameters_for_execution)
3493
3513
  """
3494
3514
 
3515
+ def list_pipeline_versions(
3516
+ self, **kwargs: Unpack[ListPipelineVersionsRequestTypeDef]
3517
+ ) -> ListPipelineVersionsResponseTypeDef:
3518
+ """
3519
+ Gets a list of all versions of the pipeline.
3520
+
3521
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_versions.html)
3522
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_versions)
3523
+ """
3524
+
3495
3525
  def list_pipelines(
3496
3526
  self, **kwargs: Unpack[ListPipelinesRequestTypeDef]
3497
3527
  ) -> ListPipelinesResponseTypeDef:
@@ -3825,6 +3855,17 @@ class SageMakerClient(BaseClient):
3825
3855
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_pipeline_execution)
3826
3856
  """
3827
3857
 
3858
+ def start_session(
3859
+ self, **kwargs: Unpack[StartSessionRequestTypeDef]
3860
+ ) -> StartSessionResponseTypeDef:
3861
+ """
3862
+ Initiates a remote connection session between a local integrated development
3863
+ environments (IDEs) and a remote SageMaker space.
3864
+
3865
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_session.html)
3866
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_session)
3867
+ """
3868
+
3828
3869
  def stop_auto_ml_job(
3829
3870
  self, **kwargs: Unpack[StopAutoMLJobRequestTypeDef]
3830
3871
  ) -> EmptyResponseMetadataTypeDef:
@@ -4342,6 +4383,16 @@ class SageMakerClient(BaseClient):
4342
4383
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline_execution)
4343
4384
  """
4344
4385
 
4386
+ def update_pipeline_version(
4387
+ self, **kwargs: Unpack[UpdatePipelineVersionRequestTypeDef]
4388
+ ) -> UpdatePipelineVersionResponseTypeDef:
4389
+ """
4390
+ Updates a pipeline version.
4391
+
4392
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_pipeline_version.html)
4393
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline_version)
4394
+ """
4395
+
4345
4396
  def update_project(
4346
4397
  self, **kwargs: Unpack[UpdateProjectInputTypeDef]
4347
4398
  ) -> UpdateProjectOutputTypeDef:
@@ -4424,6 +4475,17 @@ class SageMakerClient(BaseClient):
4424
4475
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_workteam)
4425
4476
  """
4426
4477
 
4478
+ @overload # type: ignore[override]
4479
+ def get_paginator( # type: ignore[override]
4480
+ self, operation_name: Literal["create_hub_content_presigned_urls"]
4481
+ ) -> CreateHubContentPresignedUrlsPaginator:
4482
+ """
4483
+ Create a paginator for an operation.
4484
+
4485
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
4486
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
4487
+ """
4488
+
4427
4489
  @overload # type: ignore[override]
4428
4490
  def get_paginator( # type: ignore[override]
4429
4491
  self, operation_name: Literal["list_actions"]
@@ -5084,6 +5146,17 @@ class SageMakerClient(BaseClient):
5084
5146
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
5085
5147
  """
5086
5148
 
5149
+ @overload # type: ignore[override]
5150
+ def get_paginator( # type: ignore[override]
5151
+ self, operation_name: Literal["list_pipeline_versions"]
5152
+ ) -> ListPipelineVersionsPaginator:
5153
+ """
5154
+ Create a paginator for an operation.
5155
+
5156
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
5157
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
5158
+ """
5159
+
5087
5160
  @overload # type: ignore[override]
5088
5161
  def get_paginator( # type: ignore[override]
5089
5162
  self, operation_name: Literal["list_pipelines"]
@@ -26,6 +26,7 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .paginator import (
29
+ CreateHubContentPresignedUrlsPaginator,
29
30
  ListActionsPaginator,
30
31
  ListAlgorithmsPaginator,
31
32
  ListAliasesPaginator,
@@ -87,6 +88,7 @@ from .paginator import (
87
88
  ListPipelineExecutionStepsPaginator,
88
89
  ListPipelineParametersForExecutionPaginator,
89
90
  ListPipelinesPaginator,
91
+ ListPipelineVersionsPaginator,
90
92
  ListProcessingJobsPaginator,
91
93
  ListResourceCatalogsPaginator,
92
94
  ListSpacesPaginator,
@@ -161,6 +163,8 @@ from .type_defs import (
161
163
  CreateFeatureGroupResponseTypeDef,
162
164
  CreateFlowDefinitionRequestTypeDef,
163
165
  CreateFlowDefinitionResponseTypeDef,
166
+ CreateHubContentPresignedUrlsRequestTypeDef,
167
+ CreateHubContentPresignedUrlsResponseTypeDef,
164
168
  CreateHubContentReferenceRequestTypeDef,
165
169
  CreateHubContentReferenceResponseTypeDef,
166
170
  CreateHubRequestTypeDef,
@@ -590,6 +594,8 @@ from .type_defs import (
590
594
  ListPipelineParametersForExecutionResponseTypeDef,
591
595
  ListPipelinesRequestTypeDef,
592
596
  ListPipelinesResponseTypeDef,
597
+ ListPipelineVersionsRequestTypeDef,
598
+ ListPipelineVersionsResponseTypeDef,
593
599
  ListProcessingJobsRequestTypeDef,
594
600
  ListProcessingJobsResponseTypeDef,
595
601
  ListProjectsInputTypeDef,
@@ -650,6 +656,8 @@ from .type_defs import (
650
656
  StartNotebookInstanceInputTypeDef,
651
657
  StartPipelineExecutionRequestTypeDef,
652
658
  StartPipelineExecutionResponseTypeDef,
659
+ StartSessionRequestTypeDef,
660
+ StartSessionResponseTypeDef,
653
661
  StopAutoMLJobRequestTypeDef,
654
662
  StopCompilationJobRequestTypeDef,
655
663
  StopEdgeDeploymentStageRequestTypeDef,
@@ -734,6 +742,8 @@ from .type_defs import (
734
742
  UpdatePipelineExecutionResponseTypeDef,
735
743
  UpdatePipelineRequestTypeDef,
736
744
  UpdatePipelineResponseTypeDef,
745
+ UpdatePipelineVersionRequestTypeDef,
746
+ UpdatePipelineVersionResponseTypeDef,
737
747
  UpdateProjectInputTypeDef,
738
748
  UpdateProjectOutputTypeDef,
739
749
  UpdateSpaceRequestTypeDef,
@@ -1119,6 +1129,16 @@ class SageMakerClient(BaseClient):
1119
1129
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub)
1120
1130
  """
1121
1131
 
1132
+ def create_hub_content_presigned_urls(
1133
+ self, **kwargs: Unpack[CreateHubContentPresignedUrlsRequestTypeDef]
1134
+ ) -> CreateHubContentPresignedUrlsResponseTypeDef:
1135
+ """
1136
+ Creates presigned URLs for accessing hub content artifacts.
1137
+
1138
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_hub_content_presigned_urls.html)
1139
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub_content_presigned_urls)
1140
+ """
1141
+
1122
1142
  def create_hub_content_reference(
1123
1143
  self, **kwargs: Unpack[CreateHubContentReferenceRequestTypeDef]
1124
1144
  ) -> CreateHubContentReferenceResponseTypeDef:
@@ -3489,6 +3509,16 @@ class SageMakerClient(BaseClient):
3489
3509
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_parameters_for_execution)
3490
3510
  """
3491
3511
 
3512
+ def list_pipeline_versions(
3513
+ self, **kwargs: Unpack[ListPipelineVersionsRequestTypeDef]
3514
+ ) -> ListPipelineVersionsResponseTypeDef:
3515
+ """
3516
+ Gets a list of all versions of the pipeline.
3517
+
3518
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_versions.html)
3519
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_versions)
3520
+ """
3521
+
3492
3522
  def list_pipelines(
3493
3523
  self, **kwargs: Unpack[ListPipelinesRequestTypeDef]
3494
3524
  ) -> ListPipelinesResponseTypeDef:
@@ -3822,6 +3852,17 @@ class SageMakerClient(BaseClient):
3822
3852
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_pipeline_execution)
3823
3853
  """
3824
3854
 
3855
+ def start_session(
3856
+ self, **kwargs: Unpack[StartSessionRequestTypeDef]
3857
+ ) -> StartSessionResponseTypeDef:
3858
+ """
3859
+ Initiates a remote connection session between a local integrated development
3860
+ environments (IDEs) and a remote SageMaker space.
3861
+
3862
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_session.html)
3863
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_session)
3864
+ """
3865
+
3825
3866
  def stop_auto_ml_job(
3826
3867
  self, **kwargs: Unpack[StopAutoMLJobRequestTypeDef]
3827
3868
  ) -> EmptyResponseMetadataTypeDef:
@@ -4339,6 +4380,16 @@ class SageMakerClient(BaseClient):
4339
4380
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline_execution)
4340
4381
  """
4341
4382
 
4383
+ def update_pipeline_version(
4384
+ self, **kwargs: Unpack[UpdatePipelineVersionRequestTypeDef]
4385
+ ) -> UpdatePipelineVersionResponseTypeDef:
4386
+ """
4387
+ Updates a pipeline version.
4388
+
4389
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_pipeline_version.html)
4390
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline_version)
4391
+ """
4392
+
4342
4393
  def update_project(
4343
4394
  self, **kwargs: Unpack[UpdateProjectInputTypeDef]
4344
4395
  ) -> UpdateProjectOutputTypeDef:
@@ -4421,6 +4472,17 @@ class SageMakerClient(BaseClient):
4421
4472
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_workteam)
4422
4473
  """
4423
4474
 
4475
+ @overload # type: ignore[override]
4476
+ def get_paginator( # type: ignore[override]
4477
+ self, operation_name: Literal["create_hub_content_presigned_urls"]
4478
+ ) -> CreateHubContentPresignedUrlsPaginator:
4479
+ """
4480
+ Create a paginator for an operation.
4481
+
4482
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
4483
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
4484
+ """
4485
+
4424
4486
  @overload # type: ignore[override]
4425
4487
  def get_paginator( # type: ignore[override]
4426
4488
  self, operation_name: Literal["list_actions"]
@@ -5081,6 +5143,17 @@ class SageMakerClient(BaseClient):
5081
5143
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
5082
5144
  """
5083
5145
 
5146
+ @overload # type: ignore[override]
5147
+ def get_paginator( # type: ignore[override]
5148
+ self, operation_name: Literal["list_pipeline_versions"]
5149
+ ) -> ListPipelineVersionsPaginator:
5150
+ """
5151
+ Create a paginator for an operation.
5152
+
5153
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
5154
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
5155
+ """
5156
+
5084
5157
  @overload # type: ignore[override]
5085
5158
  def get_paginator( # type: ignore[override]
5086
5159
  self, operation_name: Literal["list_pipelines"]
@@ -86,6 +86,7 @@ __all__ = (
86
86
  "ConditionOutcomeType",
87
87
  "ContainerModeType",
88
88
  "ContentClassifierType",
89
+ "CreateHubContentPresignedUrlsPaginatorName",
89
90
  "CrossAccountFilterOptionType",
90
91
  "DataDistributionTypeType",
91
92
  "DataSourceNameType",
@@ -230,6 +231,7 @@ __all__ = (
230
231
  "ListPipelineExecutionStepsPaginatorName",
231
232
  "ListPipelineExecutionsPaginatorName",
232
233
  "ListPipelineParametersForExecutionPaginatorName",
234
+ "ListPipelineVersionsPaginatorName",
233
235
  "ListPipelinesPaginatorName",
234
236
  "ListProcessingJobsPaginatorName",
235
237
  "ListResourceCatalogsPaginatorName",
@@ -936,6 +938,7 @@ CompressionTypeType = Literal["Gzip", "None"]
936
938
  ConditionOutcomeType = Literal["False", "True"]
937
939
  ContainerModeType = Literal["MultiModel", "SingleModel"]
938
940
  ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifiableInformation"]
941
+ CreateHubContentPresignedUrlsPaginatorName = Literal["create_hub_content_presigned_urls"]
939
942
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
940
943
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
941
944
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
@@ -1306,6 +1309,7 @@ ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
1306
1309
  ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
1307
1310
  ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
1308
1311
  ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
1312
+ ListPipelineVersionsPaginatorName = Literal["list_pipeline_versions"]
1309
1313
  ListPipelinesPaginatorName = Literal["list_pipelines"]
1310
1314
  ListProcessingJobsPaginatorName = Literal["list_processing_jobs"]
1311
1315
  ListResourceCatalogsPaginatorName = Literal["list_resource_catalogs"]
@@ -1942,6 +1946,7 @@ ResourceTypeType = Literal[
1942
1946
  "ModelPackageGroup",
1943
1947
  "Pipeline",
1944
1948
  "PipelineExecution",
1949
+ "PipelineVersion",
1945
1950
  "Project",
1946
1951
  "TrainingJob",
1947
1952
  ]
@@ -2710,6 +2715,7 @@ ServiceName = Literal[
2710
2715
  "s3control",
2711
2716
  "s3outposts",
2712
2717
  "s3tables",
2718
+ "s3vectors",
2713
2719
  "sagemaker",
2714
2720
  "sagemaker-a2i-runtime",
2715
2721
  "sagemaker-edge",
@@ -2798,6 +2804,7 @@ ResourceServiceName = Literal[
2798
2804
  "sqs",
2799
2805
  ]
2800
2806
  PaginatorName = Literal[
2807
+ "create_hub_content_presigned_urls",
2801
2808
  "list_actions",
2802
2809
  "list_algorithms",
2803
2810
  "list_aliases",
@@ -2858,6 +2865,7 @@ PaginatorName = Literal[
2858
2865
  "list_pipeline_execution_steps",
2859
2866
  "list_pipeline_executions",
2860
2867
  "list_pipeline_parameters_for_execution",
2868
+ "list_pipeline_versions",
2861
2869
  "list_pipelines",
2862
2870
  "list_processing_jobs",
2863
2871
  "list_resource_catalogs",
@@ -2895,6 +2903,7 @@ WaiterName = Literal[
2895
2903
  RegionName = Literal[
2896
2904
  "af-south-1",
2897
2905
  "ap-east-1",
2906
+ "ap-east-2",
2898
2907
  "ap-northeast-1",
2899
2908
  "ap-northeast-2",
2900
2909
  "ap-northeast-3",
@@ -85,6 +85,7 @@ __all__ = (
85
85
  "ConditionOutcomeType",
86
86
  "ContainerModeType",
87
87
  "ContentClassifierType",
88
+ "CreateHubContentPresignedUrlsPaginatorName",
88
89
  "CrossAccountFilterOptionType",
89
90
  "DataDistributionTypeType",
90
91
  "DataSourceNameType",
@@ -229,6 +230,7 @@ __all__ = (
229
230
  "ListPipelineExecutionStepsPaginatorName",
230
231
  "ListPipelineExecutionsPaginatorName",
231
232
  "ListPipelineParametersForExecutionPaginatorName",
233
+ "ListPipelineVersionsPaginatorName",
232
234
  "ListPipelinesPaginatorName",
233
235
  "ListProcessingJobsPaginatorName",
234
236
  "ListResourceCatalogsPaginatorName",
@@ -934,6 +936,7 @@ CompressionTypeType = Literal["Gzip", "None"]
934
936
  ConditionOutcomeType = Literal["False", "True"]
935
937
  ContainerModeType = Literal["MultiModel", "SingleModel"]
936
938
  ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifiableInformation"]
939
+ CreateHubContentPresignedUrlsPaginatorName = Literal["create_hub_content_presigned_urls"]
937
940
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
938
941
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
939
942
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
@@ -1304,6 +1307,7 @@ ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
1304
1307
  ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
1305
1308
  ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
1306
1309
  ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
1310
+ ListPipelineVersionsPaginatorName = Literal["list_pipeline_versions"]
1307
1311
  ListPipelinesPaginatorName = Literal["list_pipelines"]
1308
1312
  ListProcessingJobsPaginatorName = Literal["list_processing_jobs"]
1309
1313
  ListResourceCatalogsPaginatorName = Literal["list_resource_catalogs"]
@@ -1940,6 +1944,7 @@ ResourceTypeType = Literal[
1940
1944
  "ModelPackageGroup",
1941
1945
  "Pipeline",
1942
1946
  "PipelineExecution",
1947
+ "PipelineVersion",
1943
1948
  "Project",
1944
1949
  "TrainingJob",
1945
1950
  ]
@@ -2708,6 +2713,7 @@ ServiceName = Literal[
2708
2713
  "s3control",
2709
2714
  "s3outposts",
2710
2715
  "s3tables",
2716
+ "s3vectors",
2711
2717
  "sagemaker",
2712
2718
  "sagemaker-a2i-runtime",
2713
2719
  "sagemaker-edge",
@@ -2796,6 +2802,7 @@ ResourceServiceName = Literal[
2796
2802
  "sqs",
2797
2803
  ]
2798
2804
  PaginatorName = Literal[
2805
+ "create_hub_content_presigned_urls",
2799
2806
  "list_actions",
2800
2807
  "list_algorithms",
2801
2808
  "list_aliases",
@@ -2856,6 +2863,7 @@ PaginatorName = Literal[
2856
2863
  "list_pipeline_execution_steps",
2857
2864
  "list_pipeline_executions",
2858
2865
  "list_pipeline_parameters_for_execution",
2866
+ "list_pipeline_versions",
2859
2867
  "list_pipelines",
2860
2868
  "list_processing_jobs",
2861
2869
  "list_resource_catalogs",
@@ -2893,6 +2901,7 @@ WaiterName = Literal[
2893
2901
  RegionName = Literal[
2894
2902
  "af-south-1",
2895
2903
  "ap-east-1",
2904
+ "ap-east-2",
2896
2905
  "ap-northeast-1",
2897
2906
  "ap-northeast-2",
2898
2907
  "ap-northeast-3",