mypy-boto3-sagemaker 1.39.3__py3-none-any.whl → 1.39.10__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.
- mypy_boto3_sagemaker/__init__.py +4 -0
- mypy_boto3_sagemaker/__init__.pyi +4 -0
- mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker/client.py +36 -0
- mypy_boto3_sagemaker/client.pyi +36 -0
- mypy_boto3_sagemaker/literals.py +11 -0
- mypy_boto3_sagemaker/literals.pyi +11 -0
- mypy_boto3_sagemaker/paginator.py +26 -0
- mypy_boto3_sagemaker/paginator.pyi +23 -0
- mypy_boto3_sagemaker/type_defs.py +153 -4
- mypy_boto3_sagemaker/type_defs.pyi +139 -4
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/METADATA +8 -4
- mypy_boto3_sagemaker-1.39.10.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.39.3.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/top_level.txt +0 -0
|
@@ -309,6 +309,7 @@ from .literals import (
|
|
|
309
309
|
VariantStatusType,
|
|
310
310
|
VendorGuidanceType,
|
|
311
311
|
WarmPoolResourceStatusType,
|
|
312
|
+
WorkforceIpAddressTypeType,
|
|
312
313
|
WorkforceStatusType,
|
|
313
314
|
)
|
|
314
315
|
|
|
@@ -475,6 +476,8 @@ __all__ = (
|
|
|
475
476
|
"ClusterNodeSummaryTypeDef",
|
|
476
477
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
477
478
|
"ClusterOrchestratorTypeDef",
|
|
479
|
+
"ClusterRestrictedInstanceGroupDetailsTypeDef",
|
|
480
|
+
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
478
481
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
479
482
|
"ClusterSummaryTypeDef",
|
|
480
483
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
@@ -958,6 +961,8 @@ __all__ = (
|
|
|
958
961
|
"EndpointStepMetadataTypeDef",
|
|
959
962
|
"EndpointSummaryTypeDef",
|
|
960
963
|
"EndpointTypeDef",
|
|
964
|
+
"EnvironmentConfigDetailsTypeDef",
|
|
965
|
+
"EnvironmentConfigTypeDef",
|
|
961
966
|
"EnvironmentParameterRangesOutputTypeDef",
|
|
962
967
|
"EnvironmentParameterRangesTypeDef",
|
|
963
968
|
"EnvironmentParameterTypeDef",
|
|
@@ -970,6 +975,7 @@ __all__ = (
|
|
|
970
975
|
"ExplainerConfigOutputTypeDef",
|
|
971
976
|
"ExplainerConfigTypeDef",
|
|
972
977
|
"ExplainerConfigUnionTypeDef",
|
|
978
|
+
"FSxLustreConfigTypeDef",
|
|
973
979
|
"FSxLustreFileSystemConfigTypeDef",
|
|
974
980
|
"FSxLustreFileSystemTypeDef",
|
|
975
981
|
"FailStepMetadataTypeDef",
|
|
@@ -1313,6 +1319,9 @@ __all__ = (
|
|
|
1313
1319
|
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1314
1320
|
"ListPipelineParametersForExecutionRequestTypeDef",
|
|
1315
1321
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1322
|
+
"ListPipelineVersionsRequestPaginateTypeDef",
|
|
1323
|
+
"ListPipelineVersionsRequestTypeDef",
|
|
1324
|
+
"ListPipelineVersionsResponseTypeDef",
|
|
1316
1325
|
"ListPipelinesRequestPaginateTypeDef",
|
|
1317
1326
|
"ListPipelinesRequestTypeDef",
|
|
1318
1327
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1558,6 +1567,8 @@ __all__ = (
|
|
|
1558
1567
|
"PipelineExperimentConfigTypeDef",
|
|
1559
1568
|
"PipelineSummaryTypeDef",
|
|
1560
1569
|
"PipelineTypeDef",
|
|
1570
|
+
"PipelineVersionSummaryTypeDef",
|
|
1571
|
+
"PipelineVersionTypeDef",
|
|
1561
1572
|
"PredefinedMetricSpecificationTypeDef",
|
|
1562
1573
|
"PresignedUrlAccessConfigTypeDef",
|
|
1563
1574
|
"PriorityClassTypeDef",
|
|
@@ -1660,6 +1671,8 @@ __all__ = (
|
|
|
1660
1671
|
"S3DataSourceOutputTypeDef",
|
|
1661
1672
|
"S3DataSourceTypeDef",
|
|
1662
1673
|
"S3DataSourceUnionTypeDef",
|
|
1674
|
+
"S3FileSystemConfigTypeDef",
|
|
1675
|
+
"S3FileSystemTypeDef",
|
|
1663
1676
|
"S3ModelDataSourceTypeDef",
|
|
1664
1677
|
"S3PresignTypeDef",
|
|
1665
1678
|
"S3StorageConfigTypeDef",
|
|
@@ -1899,6 +1912,8 @@ __all__ = (
|
|
|
1899
1912
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1900
1913
|
"UpdatePipelineRequestTypeDef",
|
|
1901
1914
|
"UpdatePipelineResponseTypeDef",
|
|
1915
|
+
"UpdatePipelineVersionRequestTypeDef",
|
|
1916
|
+
"UpdatePipelineVersionResponseTypeDef",
|
|
1902
1917
|
"UpdateProjectInputTypeDef",
|
|
1903
1918
|
"UpdateProjectOutputTypeDef",
|
|
1904
1919
|
"UpdateSpaceRequestTypeDef",
|
|
@@ -2147,7 +2162,7 @@ class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
|
2147
2162
|
|
|
2148
2163
|
class BatchDeleteClusterNodesRequestTypeDef(TypedDict):
|
|
2149
2164
|
ClusterName: str
|
|
2150
|
-
NodeIds: Sequence[str]
|
|
2165
|
+
NodeIds: NotRequired[Sequence[str]]
|
|
2151
2166
|
|
|
2152
2167
|
class BatchDescribeModelPackageErrorTypeDef(TypedDict):
|
|
2153
2168
|
ErrorCode: str
|
|
@@ -2350,7 +2365,7 @@ class ClarifyTextConfigTypeDef(TypedDict):
|
|
|
2350
2365
|
Granularity: ClarifyTextGranularityType
|
|
2351
2366
|
|
|
2352
2367
|
class ClusterEbsVolumeConfigTypeDef(TypedDict):
|
|
2353
|
-
VolumeSizeInGB: int
|
|
2368
|
+
VolumeSizeInGB: NotRequired[int]
|
|
2354
2369
|
|
|
2355
2370
|
class ClusterLifeCycleConfigTypeDef(TypedDict):
|
|
2356
2371
|
SourceS3Uri: str
|
|
@@ -2447,7 +2462,7 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2447
2462
|
|
|
2448
2463
|
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2449
2464
|
InstanceType: ClusterInstanceTypeType
|
|
2450
|
-
Count: int
|
|
2465
|
+
Count: NotRequired[int]
|
|
2451
2466
|
|
|
2452
2467
|
class ResourceSharingConfigTypeDef(TypedDict):
|
|
2453
2468
|
Strategy: ResourceSharingStrategyType
|
|
@@ -2730,12 +2745,19 @@ class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
|
2730
2745
|
FileSystemId: str
|
|
2731
2746
|
FileSystemPath: NotRequired[str]
|
|
2732
2747
|
|
|
2748
|
+
class S3FileSystemConfigTypeDef(TypedDict):
|
|
2749
|
+
MountPath: NotRequired[str]
|
|
2750
|
+
S3Uri: NotRequired[str]
|
|
2751
|
+
|
|
2733
2752
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2734
2753
|
FileSystemId: str
|
|
2735
2754
|
|
|
2736
2755
|
class FSxLustreFileSystemTypeDef(TypedDict):
|
|
2737
2756
|
FileSystemId: str
|
|
2738
2757
|
|
|
2758
|
+
class S3FileSystemTypeDef(TypedDict):
|
|
2759
|
+
S3Uri: NotRequired[str]
|
|
2760
|
+
|
|
2739
2761
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2740
2762
|
Uid: int
|
|
2741
2763
|
Gid: int
|
|
@@ -3086,7 +3108,7 @@ class DescribeAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
3086
3108
|
|
|
3087
3109
|
class DescribeClusterNodeRequestTypeDef(TypedDict):
|
|
3088
3110
|
ClusterName: str
|
|
3089
|
-
NodeId: str
|
|
3111
|
+
NodeId: NotRequired[str]
|
|
3090
3112
|
|
|
3091
3113
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
3092
3114
|
ClusterName: str
|
|
@@ -3395,6 +3417,7 @@ class PipelineExperimentConfigTypeDef(TypedDict):
|
|
|
3395
3417
|
|
|
3396
3418
|
class DescribePipelineRequestTypeDef(TypedDict):
|
|
3397
3419
|
PipelineName: str
|
|
3420
|
+
PipelineVersionId: NotRequired[int]
|
|
3398
3421
|
|
|
3399
3422
|
class DescribeProcessingJobRequestTypeDef(TypedDict):
|
|
3400
3423
|
ProcessingJobName: str
|
|
@@ -3680,6 +3703,10 @@ class EndpointSummaryTypeDef(TypedDict):
|
|
|
3680
3703
|
LastModifiedTime: datetime
|
|
3681
3704
|
EndpointStatus: EndpointStatusType
|
|
3682
3705
|
|
|
3706
|
+
class FSxLustreConfigTypeDef(TypedDict):
|
|
3707
|
+
SizeInGiB: int
|
|
3708
|
+
PerUnitStorageThroughput: int
|
|
3709
|
+
|
|
3683
3710
|
class EnvironmentParameterTypeDef(TypedDict):
|
|
3684
3711
|
Key: str
|
|
3685
3712
|
ValueType: str
|
|
@@ -4124,6 +4151,14 @@ class ParameterTypeDef(TypedDict):
|
|
|
4124
4151
|
Name: str
|
|
4125
4152
|
Value: str
|
|
4126
4153
|
|
|
4154
|
+
class PipelineVersionSummaryTypeDef(TypedDict):
|
|
4155
|
+
PipelineArn: NotRequired[str]
|
|
4156
|
+
PipelineVersionId: NotRequired[int]
|
|
4157
|
+
CreationTime: NotRequired[datetime]
|
|
4158
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4159
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4160
|
+
LastExecutionPipelineExecutionArn: NotRequired[str]
|
|
4161
|
+
|
|
4127
4162
|
class PipelineSummaryTypeDef(TypedDict):
|
|
4128
4163
|
PipelineArn: NotRequired[str]
|
|
4129
4164
|
PipelineName: NotRequired[str]
|
|
@@ -4830,6 +4865,12 @@ class UpdateMonitoringAlertRequestTypeDef(TypedDict):
|
|
|
4830
4865
|
DatapointsToAlert: int
|
|
4831
4866
|
EvaluationPeriod: int
|
|
4832
4867
|
|
|
4868
|
+
class UpdatePipelineVersionRequestTypeDef(TypedDict):
|
|
4869
|
+
PipelineArn: str
|
|
4870
|
+
PipelineVersionId: int
|
|
4871
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4872
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4873
|
+
|
|
4833
4874
|
class UpdateTrialRequestTypeDef(TypedDict):
|
|
4834
4875
|
TrialName: str
|
|
4835
4876
|
DisplayName: NotRequired[str]
|
|
@@ -5411,6 +5452,12 @@ class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
5411
5452
|
|
|
5412
5453
|
class UpdatePipelineResponseTypeDef(TypedDict):
|
|
5413
5454
|
PipelineArn: str
|
|
5455
|
+
PipelineVersionId: int
|
|
5456
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5457
|
+
|
|
5458
|
+
class UpdatePipelineVersionResponseTypeDef(TypedDict):
|
|
5459
|
+
PipelineArn: str
|
|
5460
|
+
PipelineVersionId: int
|
|
5414
5461
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5415
5462
|
|
|
5416
5463
|
class UpdateProjectOutputTypeDef(TypedDict):
|
|
@@ -7411,6 +7458,21 @@ class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
|
7411
7458
|
NextToken: NotRequired[str]
|
|
7412
7459
|
MaxResults: NotRequired[int]
|
|
7413
7460
|
|
|
7461
|
+
class ListPipelineVersionsRequestPaginateTypeDef(TypedDict):
|
|
7462
|
+
PipelineName: str
|
|
7463
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7464
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7465
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7466
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7467
|
+
|
|
7468
|
+
class ListPipelineVersionsRequestTypeDef(TypedDict):
|
|
7469
|
+
PipelineName: str
|
|
7470
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7471
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7472
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7473
|
+
NextToken: NotRequired[str]
|
|
7474
|
+
MaxResults: NotRequired[int]
|
|
7475
|
+
|
|
7414
7476
|
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
7415
7477
|
PipelineNamePrefix: NotRequired[str]
|
|
7416
7478
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7635,10 +7697,12 @@ class UpdateTrialComponentRequestTypeDef(TypedDict):
|
|
|
7635
7697
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
7636
7698
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
7637
7699
|
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
7700
|
+
S3FileSystemConfig: NotRequired[S3FileSystemConfigTypeDef]
|
|
7638
7701
|
|
|
7639
7702
|
class CustomFileSystemTypeDef(TypedDict):
|
|
7640
7703
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
7641
7704
|
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
7705
|
+
S3FileSystem: NotRequired[S3FileSystemTypeDef]
|
|
7642
7706
|
|
|
7643
7707
|
DataQualityAppSpecificationUnionTypeDef = Union[
|
|
7644
7708
|
DataQualityAppSpecificationTypeDef, DataQualityAppSpecificationOutputTypeDef
|
|
@@ -8090,6 +8154,13 @@ class ListEndpointsOutputTypeDef(TypedDict):
|
|
|
8090
8154
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8091
8155
|
NextToken: NotRequired[str]
|
|
8092
8156
|
|
|
8157
|
+
class EnvironmentConfigDetailsTypeDef(TypedDict):
|
|
8158
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
8159
|
+
S3OutputPath: NotRequired[str]
|
|
8160
|
+
|
|
8161
|
+
class EnvironmentConfigTypeDef(TypedDict):
|
|
8162
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
8163
|
+
|
|
8093
8164
|
class ModelConfigurationTypeDef(TypedDict):
|
|
8094
8165
|
InferenceSpecificationName: NotRequired[str]
|
|
8095
8166
|
EnvironmentParameters: NotRequired[List[EnvironmentParameterTypeDef]]
|
|
@@ -8419,6 +8490,11 @@ class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
|
8419
8490
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8420
8491
|
NextToken: NotRequired[str]
|
|
8421
8492
|
|
|
8493
|
+
class ListPipelineVersionsResponseTypeDef(TypedDict):
|
|
8494
|
+
PipelineVersionSummaries: List[PipelineVersionSummaryTypeDef]
|
|
8495
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8496
|
+
NextToken: NotRequired[str]
|
|
8497
|
+
|
|
8422
8498
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
8423
8499
|
PipelineSummaries: List[PipelineSummaryTypeDef]
|
|
8424
8500
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8814,6 +8890,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
8814
8890
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigResponseTypeDef]
|
|
8815
8891
|
Status: NotRequired[WorkforceStatusType]
|
|
8816
8892
|
FailureReason: NotRequired[str]
|
|
8893
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
8817
8894
|
|
|
8818
8895
|
class ListActionsResponseTypeDef(TypedDict):
|
|
8819
8896
|
ActionSummaries: List[ActionSummaryTypeDef]
|
|
@@ -9482,6 +9559,8 @@ class DescribePipelineResponseTypeDef(TypedDict):
|
|
|
9482
9559
|
CreatedBy: UserContextTypeDef
|
|
9483
9560
|
LastModifiedBy: UserContextTypeDef
|
|
9484
9561
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
9562
|
+
PipelineVersionDisplayName: str
|
|
9563
|
+
PipelineVersionDescription: str
|
|
9485
9564
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9486
9565
|
|
|
9487
9566
|
class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
@@ -9584,6 +9663,19 @@ class PipelineTypeDef(TypedDict):
|
|
|
9584
9663
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9585
9664
|
Tags: NotRequired[List[TagTypeDef]]
|
|
9586
9665
|
|
|
9666
|
+
class PipelineVersionTypeDef(TypedDict):
|
|
9667
|
+
PipelineArn: NotRequired[str]
|
|
9668
|
+
PipelineVersionId: NotRequired[int]
|
|
9669
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
9670
|
+
PipelineVersionDescription: NotRequired[str]
|
|
9671
|
+
CreationTime: NotRequired[datetime]
|
|
9672
|
+
LastModifiedTime: NotRequired[datetime]
|
|
9673
|
+
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9674
|
+
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9675
|
+
LastExecutedPipelineExecutionArn: NotRequired[str]
|
|
9676
|
+
LastExecutedPipelineExecutionDisplayName: NotRequired[str]
|
|
9677
|
+
LastExecutedPipelineExecutionStatus: NotRequired[PipelineExecutionStatusType]
|
|
9678
|
+
|
|
9587
9679
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
9588
9680
|
TrialComponentName: NotRequired[str]
|
|
9589
9681
|
TrialComponentArn: NotRequired[str]
|
|
@@ -9972,6 +10064,7 @@ class DescribePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
9972
10064
|
LastModifiedBy: UserContextTypeDef
|
|
9973
10065
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
9974
10066
|
SelectiveExecutionConfig: SelectiveExecutionConfigOutputTypeDef
|
|
10067
|
+
PipelineVersionId: int
|
|
9975
10068
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9976
10069
|
|
|
9977
10070
|
class PipelineExecutionTypeDef(TypedDict):
|
|
@@ -9989,6 +10082,8 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
9989
10082
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9990
10083
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
9991
10084
|
PipelineParameters: NotRequired[List[ParameterTypeDef]]
|
|
10085
|
+
PipelineVersionId: NotRequired[int]
|
|
10086
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
9992
10087
|
|
|
9993
10088
|
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
9994
10089
|
SelectiveExecutionConfigTypeDef, SelectiveExecutionConfigOutputTypeDef
|
|
@@ -10002,12 +10097,14 @@ class CreateWorkforceRequestTypeDef(TypedDict):
|
|
|
10002
10097
|
SourceIpConfig: NotRequired[SourceIpConfigUnionTypeDef]
|
|
10003
10098
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10004
10099
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigRequestTypeDef]
|
|
10100
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
10005
10101
|
|
|
10006
10102
|
class UpdateWorkforceRequestTypeDef(TypedDict):
|
|
10007
10103
|
WorkforceName: str
|
|
10008
10104
|
SourceIpConfig: NotRequired[SourceIpConfigUnionTypeDef]
|
|
10009
10105
|
OidcConfig: NotRequired[OidcConfigTypeDef]
|
|
10010
10106
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigRequestTypeDef]
|
|
10107
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
10011
10108
|
|
|
10012
10109
|
class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
10013
10110
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -10859,6 +10956,7 @@ class StartPipelineExecutionRequestTypeDef(TypedDict):
|
|
|
10859
10956
|
PipelineExecutionDescription: NotRequired[str]
|
|
10860
10957
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10861
10958
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigUnionTypeDef]
|
|
10959
|
+
PipelineVersionId: NotRequired[int]
|
|
10862
10960
|
|
|
10863
10961
|
CreateInferenceExperimentRequestTypeDef = TypedDict(
|
|
10864
10962
|
"CreateInferenceExperimentRequestTypeDef",
|
|
@@ -11101,6 +11199,22 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
11101
11199
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11102
11200
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
11103
11201
|
|
|
11202
|
+
class ClusterRestrictedInstanceGroupDetailsTypeDef(TypedDict):
|
|
11203
|
+
CurrentCount: NotRequired[int]
|
|
11204
|
+
TargetCount: NotRequired[int]
|
|
11205
|
+
InstanceGroupName: NotRequired[str]
|
|
11206
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
11207
|
+
ExecutionRole: NotRequired[str]
|
|
11208
|
+
ThreadsPerCore: NotRequired[int]
|
|
11209
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
11210
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
11211
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
11212
|
+
TrainingPlanArn: NotRequired[str]
|
|
11213
|
+
TrainingPlanStatus: NotRequired[str]
|
|
11214
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11215
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
11216
|
+
EnvironmentConfig: NotRequired[EnvironmentConfigDetailsTypeDef]
|
|
11217
|
+
|
|
11104
11218
|
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
11105
11219
|
ScheduleExpression: str
|
|
11106
11220
|
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
@@ -11631,6 +11745,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
11631
11745
|
CreationTime: datetime
|
|
11632
11746
|
FailureMessage: str
|
|
11633
11747
|
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
11748
|
+
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
11634
11749
|
VpcConfig: VpcConfigOutputTypeDef
|
|
11635
11750
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
11636
11751
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -11887,6 +12002,19 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
11887
12002
|
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11888
12003
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
11889
12004
|
|
|
12005
|
+
class ClusterRestrictedInstanceGroupSpecificationTypeDef(TypedDict):
|
|
12006
|
+
InstanceCount: int
|
|
12007
|
+
InstanceGroupName: str
|
|
12008
|
+
InstanceType: ClusterInstanceTypeType
|
|
12009
|
+
ExecutionRole: str
|
|
12010
|
+
EnvironmentConfig: EnvironmentConfigTypeDef
|
|
12011
|
+
ThreadsPerCore: NotRequired[int]
|
|
12012
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
12013
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
12014
|
+
TrainingPlanArn: NotRequired[str]
|
|
12015
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
12016
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
12017
|
+
|
|
11890
12018
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
11891
12019
|
ValidationRole: str
|
|
11892
12020
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -12053,6 +12181,9 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
12053
12181
|
class CreateClusterRequestTypeDef(TypedDict):
|
|
12054
12182
|
ClusterName: str
|
|
12055
12183
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
12184
|
+
RestrictedInstanceGroups: NotRequired[
|
|
12185
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
12186
|
+
]
|
|
12056
12187
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
12057
12188
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
12058
12189
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
@@ -12061,6 +12192,9 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
12061
12192
|
class UpdateClusterRequestTypeDef(TypedDict):
|
|
12062
12193
|
ClusterName: str
|
|
12063
12194
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
12195
|
+
RestrictedInstanceGroups: NotRequired[
|
|
12196
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
12197
|
+
]
|
|
12064
12198
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
12065
12199
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
12066
12200
|
|
|
@@ -12220,6 +12354,7 @@ class SearchRecordTypeDef(TypedDict):
|
|
|
12220
12354
|
ModelPackageGroup: NotRequired[ModelPackageGroupTypeDef]
|
|
12221
12355
|
Pipeline: NotRequired[PipelineTypeDef]
|
|
12222
12356
|
PipelineExecution: NotRequired[PipelineExecutionTypeDef]
|
|
12357
|
+
PipelineVersion: NotRequired[PipelineVersionTypeDef]
|
|
12223
12358
|
FeatureGroup: NotRequired[FeatureGroupTypeDef]
|
|
12224
12359
|
FeatureMetadata: NotRequired[FeatureMetadataTypeDef]
|
|
12225
12360
|
Project: NotRequired[ProjectTypeDef]
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.39.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.39.
|
|
3
|
+
Version: 1.39.10
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.39.10 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.39.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.39.10](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.39.
|
|
122
|
+
`uvx --with 'boto3==1.39.10' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -414,6 +414,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
414
414
|
ListPipelineExecutionStepsPaginator,
|
|
415
415
|
ListPipelineExecutionsPaginator,
|
|
416
416
|
ListPipelineParametersForExecutionPaginator,
|
|
417
|
+
ListPipelineVersionsPaginator,
|
|
417
418
|
ListPipelinesPaginator,
|
|
418
419
|
ListProcessingJobsPaginator,
|
|
419
420
|
ListResourceCatalogsPaginator,
|
|
@@ -581,6 +582,9 @@ list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get
|
|
|
581
582
|
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = (
|
|
582
583
|
client.get_paginator("list_pipeline_parameters_for_execution")
|
|
583
584
|
)
|
|
585
|
+
list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator(
|
|
586
|
+
"list_pipeline_versions"
|
|
587
|
+
)
|
|
584
588
|
list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
|
|
585
589
|
list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator(
|
|
586
590
|
"list_processing_jobs"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=JUsVccGFuQfIOyrrHUhfy5jk3FCdqGD2Hkqb2rsA8uc,21376
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=_mfwjFh9EC6nHOpoCL2X-jrSx1ji2LD6CShR5m-Issk,21375
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=DfQ_wOO8HqA2NWpdc4J2-QzUYkSP1XPZWLZk0xy_hNk,992
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=sNNmzEeQak9RR8jeIBOYk4yKMC1Hntx2SbY2C1GZiag,273167
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=skCm4FG87_KzGlXDhtEg8JYDbHKQ5F3zic30pV0hMCo,273164
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=qx5OfPOzaujBczRReOffGdm8OYSv60Bqm5GSvEh4gOU,84208
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=c30RBRWPSP3Mjzw3GeU7vBmB9sgF5NKnO0BBjyUgMGU,84206
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=lx8AjH-vldHFXjRF_qervJL33q7vCl6Y_Ws6iCb8QDY,117089
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=pnCJcv7oA36a_irJoFOGJvYD147XWGZPz0BfSI3LBkQ,116848
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=95lf_1j8YNJ7YNU3hx4_7qDXyBI9ywg5RA43tasOMZ8,470821
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=woZAQ6V863iZZ__QzuFDDIiXLmiYw1ebS0AnLYFsbeg,469214
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=XZ-ek7u3GOCp61KFOpw-6dzqUVbKY-ZnLBWlCvSi-tQ,93
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
+
mypy_boto3_sagemaker-1.39.10.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.39.10.dist-info/METADATA,sha256=DIqM4IMF3XJ7O_n-rEQdzjwdxuBKD3X_bb_swmbj9V0,29248
|
|
18
|
+
mypy_boto3_sagemaker-1.39.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_sagemaker-1.39.10.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.39.10.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=KE8R7Sa4Nt09tEGSFGiTUBD7XGdQLPvj4WDo1CYk1XE,21148
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=DEdtRMJEzOSATlyc2zcquyVYJKrmRctGTRpp5oMJfhY,21147
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=pGHuZw3FvGkM9ZqgjpAA68U1zBIhCDv75VE9bR8XOx0,989
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=7XvZYY8WfmYZ2YCrE1ZzDpMnLeLXGT3oxoFVN0pMwMw,271407
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=-ws26smxaepNN1w-BN8pUj6jlve71t-C5twBi1crVUs,271404
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=fPJgVUgRqGiB8Ui4AA1xbnm0_GLJy0aY64LuRdtYUeg,83836
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=d1_wkLLyQhyD_3Cy9XchaJ-nh6MRHesEcDkgY6k7QN4,83834
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=bZqENIbC9PHtnSlUJ9aeXKMZi4VKUAgiwaolLd-v3WA,115626
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=vVL7krK23v2uh15cjyrTFRj3cfDmHWBbjFuDc0lqN0k,115388
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=M9IzKmfrt69GcuQHhIr83wNi_DdbXfKFe5ktssMq0lQ,465278
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=69hFJhTa-Sc37Xz61nnXxxlUn8JGVeoUBBIchqmCcSM,463685
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=ZJ_go9nuTvE3CHhY4AV44aDQXzjjISfnjySFUwTsOvU,92
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
-
mypy_boto3_sagemaker-1.39.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.39.3.dist-info/METADATA,sha256=X-4oIumUcsntOvpqQPD6BGnQWuwyXg7fFH14E-08sJM,29090
|
|
18
|
-
mypy_boto3_sagemaker-1.39.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
mypy_boto3_sagemaker-1.39.3.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.39.3.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.39.3.dist-info → mypy_boto3_sagemaker-1.39.10.dist-info}/top_level.txt
RENAMED
|
File without changes
|