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
|
|
|
@@ -476,6 +477,8 @@ __all__ = (
|
|
|
476
477
|
"ClusterNodeSummaryTypeDef",
|
|
477
478
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
478
479
|
"ClusterOrchestratorTypeDef",
|
|
480
|
+
"ClusterRestrictedInstanceGroupDetailsTypeDef",
|
|
481
|
+
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
479
482
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
480
483
|
"ClusterSummaryTypeDef",
|
|
481
484
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
@@ -959,6 +962,8 @@ __all__ = (
|
|
|
959
962
|
"EndpointStepMetadataTypeDef",
|
|
960
963
|
"EndpointSummaryTypeDef",
|
|
961
964
|
"EndpointTypeDef",
|
|
965
|
+
"EnvironmentConfigDetailsTypeDef",
|
|
966
|
+
"EnvironmentConfigTypeDef",
|
|
962
967
|
"EnvironmentParameterRangesOutputTypeDef",
|
|
963
968
|
"EnvironmentParameterRangesTypeDef",
|
|
964
969
|
"EnvironmentParameterTypeDef",
|
|
@@ -971,6 +976,7 @@ __all__ = (
|
|
|
971
976
|
"ExplainerConfigOutputTypeDef",
|
|
972
977
|
"ExplainerConfigTypeDef",
|
|
973
978
|
"ExplainerConfigUnionTypeDef",
|
|
979
|
+
"FSxLustreConfigTypeDef",
|
|
974
980
|
"FSxLustreFileSystemConfigTypeDef",
|
|
975
981
|
"FSxLustreFileSystemTypeDef",
|
|
976
982
|
"FailStepMetadataTypeDef",
|
|
@@ -1314,6 +1320,9 @@ __all__ = (
|
|
|
1314
1320
|
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1315
1321
|
"ListPipelineParametersForExecutionRequestTypeDef",
|
|
1316
1322
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1323
|
+
"ListPipelineVersionsRequestPaginateTypeDef",
|
|
1324
|
+
"ListPipelineVersionsRequestTypeDef",
|
|
1325
|
+
"ListPipelineVersionsResponseTypeDef",
|
|
1317
1326
|
"ListPipelinesRequestPaginateTypeDef",
|
|
1318
1327
|
"ListPipelinesRequestTypeDef",
|
|
1319
1328
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1559,6 +1568,8 @@ __all__ = (
|
|
|
1559
1568
|
"PipelineExperimentConfigTypeDef",
|
|
1560
1569
|
"PipelineSummaryTypeDef",
|
|
1561
1570
|
"PipelineTypeDef",
|
|
1571
|
+
"PipelineVersionSummaryTypeDef",
|
|
1572
|
+
"PipelineVersionTypeDef",
|
|
1562
1573
|
"PredefinedMetricSpecificationTypeDef",
|
|
1563
1574
|
"PresignedUrlAccessConfigTypeDef",
|
|
1564
1575
|
"PriorityClassTypeDef",
|
|
@@ -1661,6 +1672,8 @@ __all__ = (
|
|
|
1661
1672
|
"S3DataSourceOutputTypeDef",
|
|
1662
1673
|
"S3DataSourceTypeDef",
|
|
1663
1674
|
"S3DataSourceUnionTypeDef",
|
|
1675
|
+
"S3FileSystemConfigTypeDef",
|
|
1676
|
+
"S3FileSystemTypeDef",
|
|
1664
1677
|
"S3ModelDataSourceTypeDef",
|
|
1665
1678
|
"S3PresignTypeDef",
|
|
1666
1679
|
"S3StorageConfigTypeDef",
|
|
@@ -1900,6 +1913,8 @@ __all__ = (
|
|
|
1900
1913
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1901
1914
|
"UpdatePipelineRequestTypeDef",
|
|
1902
1915
|
"UpdatePipelineResponseTypeDef",
|
|
1916
|
+
"UpdatePipelineVersionRequestTypeDef",
|
|
1917
|
+
"UpdatePipelineVersionResponseTypeDef",
|
|
1903
1918
|
"UpdateProjectInputTypeDef",
|
|
1904
1919
|
"UpdateProjectOutputTypeDef",
|
|
1905
1920
|
"UpdateSpaceRequestTypeDef",
|
|
@@ -2195,7 +2210,7 @@ class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
|
2195
2210
|
|
|
2196
2211
|
class BatchDeleteClusterNodesRequestTypeDef(TypedDict):
|
|
2197
2212
|
ClusterName: str
|
|
2198
|
-
NodeIds: Sequence[str]
|
|
2213
|
+
NodeIds: NotRequired[Sequence[str]]
|
|
2199
2214
|
|
|
2200
2215
|
|
|
2201
2216
|
class BatchDescribeModelPackageErrorTypeDef(TypedDict):
|
|
@@ -2438,7 +2453,7 @@ class ClarifyTextConfigTypeDef(TypedDict):
|
|
|
2438
2453
|
|
|
2439
2454
|
|
|
2440
2455
|
class ClusterEbsVolumeConfigTypeDef(TypedDict):
|
|
2441
|
-
VolumeSizeInGB: int
|
|
2456
|
+
VolumeSizeInGB: NotRequired[int]
|
|
2442
2457
|
|
|
2443
2458
|
|
|
2444
2459
|
class ClusterLifeCycleConfigTypeDef(TypedDict):
|
|
@@ -2554,7 +2569,7 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2554
2569
|
|
|
2555
2570
|
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2556
2571
|
InstanceType: ClusterInstanceTypeType
|
|
2557
|
-
Count: int
|
|
2572
|
+
Count: NotRequired[int]
|
|
2558
2573
|
|
|
2559
2574
|
|
|
2560
2575
|
class ResourceSharingConfigTypeDef(TypedDict):
|
|
@@ -2903,6 +2918,11 @@ class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
|
2903
2918
|
FileSystemPath: NotRequired[str]
|
|
2904
2919
|
|
|
2905
2920
|
|
|
2921
|
+
class S3FileSystemConfigTypeDef(TypedDict):
|
|
2922
|
+
MountPath: NotRequired[str]
|
|
2923
|
+
S3Uri: NotRequired[str]
|
|
2924
|
+
|
|
2925
|
+
|
|
2906
2926
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2907
2927
|
FileSystemId: str
|
|
2908
2928
|
|
|
@@ -2911,6 +2931,10 @@ class FSxLustreFileSystemTypeDef(TypedDict):
|
|
|
2911
2931
|
FileSystemId: str
|
|
2912
2932
|
|
|
2913
2933
|
|
|
2934
|
+
class S3FileSystemTypeDef(TypedDict):
|
|
2935
|
+
S3Uri: NotRequired[str]
|
|
2936
|
+
|
|
2937
|
+
|
|
2914
2938
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2915
2939
|
Uid: int
|
|
2916
2940
|
Gid: int
|
|
@@ -3345,7 +3369,7 @@ class DescribeAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
3345
3369
|
|
|
3346
3370
|
class DescribeClusterNodeRequestTypeDef(TypedDict):
|
|
3347
3371
|
ClusterName: str
|
|
3348
|
-
NodeId: str
|
|
3372
|
+
NodeId: NotRequired[str]
|
|
3349
3373
|
|
|
3350
3374
|
|
|
3351
3375
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
@@ -3732,6 +3756,7 @@ class PipelineExperimentConfigTypeDef(TypedDict):
|
|
|
3732
3756
|
|
|
3733
3757
|
class DescribePipelineRequestTypeDef(TypedDict):
|
|
3734
3758
|
PipelineName: str
|
|
3759
|
+
PipelineVersionId: NotRequired[int]
|
|
3735
3760
|
|
|
3736
3761
|
|
|
3737
3762
|
class DescribeProcessingJobRequestTypeDef(TypedDict):
|
|
@@ -4072,6 +4097,11 @@ class EndpointSummaryTypeDef(TypedDict):
|
|
|
4072
4097
|
EndpointStatus: EndpointStatusType
|
|
4073
4098
|
|
|
4074
4099
|
|
|
4100
|
+
class FSxLustreConfigTypeDef(TypedDict):
|
|
4101
|
+
SizeInGiB: int
|
|
4102
|
+
PerUnitStorageThroughput: int
|
|
4103
|
+
|
|
4104
|
+
|
|
4075
4105
|
class EnvironmentParameterTypeDef(TypedDict):
|
|
4076
4106
|
Key: str
|
|
4077
4107
|
ValueType: str
|
|
@@ -4590,6 +4620,15 @@ class ParameterTypeDef(TypedDict):
|
|
|
4590
4620
|
Value: str
|
|
4591
4621
|
|
|
4592
4622
|
|
|
4623
|
+
class PipelineVersionSummaryTypeDef(TypedDict):
|
|
4624
|
+
PipelineArn: NotRequired[str]
|
|
4625
|
+
PipelineVersionId: NotRequired[int]
|
|
4626
|
+
CreationTime: NotRequired[datetime]
|
|
4627
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4628
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4629
|
+
LastExecutionPipelineExecutionArn: NotRequired[str]
|
|
4630
|
+
|
|
4631
|
+
|
|
4593
4632
|
class PipelineSummaryTypeDef(TypedDict):
|
|
4594
4633
|
PipelineArn: NotRequired[str]
|
|
4595
4634
|
PipelineName: NotRequired[str]
|
|
@@ -5443,6 +5482,13 @@ class UpdateMonitoringAlertRequestTypeDef(TypedDict):
|
|
|
5443
5482
|
EvaluationPeriod: int
|
|
5444
5483
|
|
|
5445
5484
|
|
|
5485
|
+
class UpdatePipelineVersionRequestTypeDef(TypedDict):
|
|
5486
|
+
PipelineArn: str
|
|
5487
|
+
PipelineVersionId: int
|
|
5488
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
5489
|
+
PipelineVersionDescription: NotRequired[str]
|
|
5490
|
+
|
|
5491
|
+
|
|
5446
5492
|
class UpdateTrialRequestTypeDef(TypedDict):
|
|
5447
5493
|
TrialName: str
|
|
5448
5494
|
DisplayName: NotRequired[str]
|
|
@@ -6155,6 +6201,13 @@ class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
6155
6201
|
|
|
6156
6202
|
class UpdatePipelineResponseTypeDef(TypedDict):
|
|
6157
6203
|
PipelineArn: str
|
|
6204
|
+
PipelineVersionId: int
|
|
6205
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6206
|
+
|
|
6207
|
+
|
|
6208
|
+
class UpdatePipelineVersionResponseTypeDef(TypedDict):
|
|
6209
|
+
PipelineArn: str
|
|
6210
|
+
PipelineVersionId: int
|
|
6158
6211
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6159
6212
|
|
|
6160
6213
|
|
|
@@ -8411,6 +8464,23 @@ class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
|
8411
8464
|
MaxResults: NotRequired[int]
|
|
8412
8465
|
|
|
8413
8466
|
|
|
8467
|
+
class ListPipelineVersionsRequestPaginateTypeDef(TypedDict):
|
|
8468
|
+
PipelineName: str
|
|
8469
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8470
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8471
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8472
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8473
|
+
|
|
8474
|
+
|
|
8475
|
+
class ListPipelineVersionsRequestTypeDef(TypedDict):
|
|
8476
|
+
PipelineName: str
|
|
8477
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8478
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8479
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8480
|
+
NextToken: NotRequired[str]
|
|
8481
|
+
MaxResults: NotRequired[int]
|
|
8482
|
+
|
|
8483
|
+
|
|
8414
8484
|
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
8415
8485
|
PipelineNamePrefix: NotRequired[str]
|
|
8416
8486
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8656,11 +8726,13 @@ class UpdateTrialComponentRequestTypeDef(TypedDict):
|
|
|
8656
8726
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
8657
8727
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
8658
8728
|
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
8729
|
+
S3FileSystemConfig: NotRequired[S3FileSystemConfigTypeDef]
|
|
8659
8730
|
|
|
8660
8731
|
|
|
8661
8732
|
class CustomFileSystemTypeDef(TypedDict):
|
|
8662
8733
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
8663
8734
|
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
8735
|
+
S3FileSystem: NotRequired[S3FileSystemTypeDef]
|
|
8664
8736
|
|
|
8665
8737
|
|
|
8666
8738
|
DataQualityAppSpecificationUnionTypeDef = Union[
|
|
@@ -9178,6 +9250,15 @@ class ListEndpointsOutputTypeDef(TypedDict):
|
|
|
9178
9250
|
NextToken: NotRequired[str]
|
|
9179
9251
|
|
|
9180
9252
|
|
|
9253
|
+
class EnvironmentConfigDetailsTypeDef(TypedDict):
|
|
9254
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
9255
|
+
S3OutputPath: NotRequired[str]
|
|
9256
|
+
|
|
9257
|
+
|
|
9258
|
+
class EnvironmentConfigTypeDef(TypedDict):
|
|
9259
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
9260
|
+
|
|
9261
|
+
|
|
9181
9262
|
class ModelConfigurationTypeDef(TypedDict):
|
|
9182
9263
|
InferenceSpecificationName: NotRequired[str]
|
|
9183
9264
|
EnvironmentParameters: NotRequired[List[EnvironmentParameterTypeDef]]
|
|
@@ -9565,6 +9646,12 @@ class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
|
9565
9646
|
NextToken: NotRequired[str]
|
|
9566
9647
|
|
|
9567
9648
|
|
|
9649
|
+
class ListPipelineVersionsResponseTypeDef(TypedDict):
|
|
9650
|
+
PipelineVersionSummaries: List[PipelineVersionSummaryTypeDef]
|
|
9651
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9652
|
+
NextToken: NotRequired[str]
|
|
9653
|
+
|
|
9654
|
+
|
|
9568
9655
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
9569
9656
|
PipelineSummaries: List[PipelineSummaryTypeDef]
|
|
9570
9657
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10028,6 +10115,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
10028
10115
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigResponseTypeDef]
|
|
10029
10116
|
Status: NotRequired[WorkforceStatusType]
|
|
10030
10117
|
FailureReason: NotRequired[str]
|
|
10118
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
10031
10119
|
|
|
10032
10120
|
|
|
10033
10121
|
class ListActionsResponseTypeDef(TypedDict):
|
|
@@ -10785,6 +10873,8 @@ class DescribePipelineResponseTypeDef(TypedDict):
|
|
|
10785
10873
|
CreatedBy: UserContextTypeDef
|
|
10786
10874
|
LastModifiedBy: UserContextTypeDef
|
|
10787
10875
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
10876
|
+
PipelineVersionDisplayName: str
|
|
10877
|
+
PipelineVersionDescription: str
|
|
10788
10878
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10789
10879
|
|
|
10790
10880
|
|
|
@@ -10895,6 +10985,20 @@ class PipelineTypeDef(TypedDict):
|
|
|
10895
10985
|
Tags: NotRequired[List[TagTypeDef]]
|
|
10896
10986
|
|
|
10897
10987
|
|
|
10988
|
+
class PipelineVersionTypeDef(TypedDict):
|
|
10989
|
+
PipelineArn: NotRequired[str]
|
|
10990
|
+
PipelineVersionId: NotRequired[int]
|
|
10991
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
10992
|
+
PipelineVersionDescription: NotRequired[str]
|
|
10993
|
+
CreationTime: NotRequired[datetime]
|
|
10994
|
+
LastModifiedTime: NotRequired[datetime]
|
|
10995
|
+
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10996
|
+
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10997
|
+
LastExecutedPipelineExecutionArn: NotRequired[str]
|
|
10998
|
+
LastExecutedPipelineExecutionDisplayName: NotRequired[str]
|
|
10999
|
+
LastExecutedPipelineExecutionStatus: NotRequired[PipelineExecutionStatusType]
|
|
11000
|
+
|
|
11001
|
+
|
|
10898
11002
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
10899
11003
|
TrialComponentName: NotRequired[str]
|
|
10900
11004
|
TrialComponentArn: NotRequired[str]
|
|
@@ -11331,6 +11435,7 @@ class DescribePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
11331
11435
|
LastModifiedBy: UserContextTypeDef
|
|
11332
11436
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
11333
11437
|
SelectiveExecutionConfig: SelectiveExecutionConfigOutputTypeDef
|
|
11438
|
+
PipelineVersionId: int
|
|
11334
11439
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11335
11440
|
|
|
11336
11441
|
|
|
@@ -11349,6 +11454,8 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
11349
11454
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
11350
11455
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
11351
11456
|
PipelineParameters: NotRequired[List[ParameterTypeDef]]
|
|
11457
|
+
PipelineVersionId: NotRequired[int]
|
|
11458
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
11352
11459
|
|
|
11353
11460
|
|
|
11354
11461
|
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
@@ -11364,6 +11471,7 @@ class CreateWorkforceRequestTypeDef(TypedDict):
|
|
|
11364
11471
|
SourceIpConfig: NotRequired[SourceIpConfigUnionTypeDef]
|
|
11365
11472
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11366
11473
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigRequestTypeDef]
|
|
11474
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
11367
11475
|
|
|
11368
11476
|
|
|
11369
11477
|
class UpdateWorkforceRequestTypeDef(TypedDict):
|
|
@@ -11371,6 +11479,7 @@ class UpdateWorkforceRequestTypeDef(TypedDict):
|
|
|
11371
11479
|
SourceIpConfig: NotRequired[SourceIpConfigUnionTypeDef]
|
|
11372
11480
|
OidcConfig: NotRequired[OidcConfigTypeDef]
|
|
11373
11481
|
WorkforceVpcConfig: NotRequired[WorkforceVpcConfigRequestTypeDef]
|
|
11482
|
+
IpAddressType: NotRequired[WorkforceIpAddressTypeType]
|
|
11374
11483
|
|
|
11375
11484
|
|
|
11376
11485
|
class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
@@ -12321,6 +12430,7 @@ class StartPipelineExecutionRequestTypeDef(TypedDict):
|
|
|
12321
12430
|
PipelineExecutionDescription: NotRequired[str]
|
|
12322
12431
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
12323
12432
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigUnionTypeDef]
|
|
12433
|
+
PipelineVersionId: NotRequired[int]
|
|
12324
12434
|
|
|
12325
12435
|
|
|
12326
12436
|
CreateInferenceExperimentRequestTypeDef = TypedDict(
|
|
@@ -12582,6 +12692,23 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
12582
12692
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12583
12693
|
|
|
12584
12694
|
|
|
12695
|
+
class ClusterRestrictedInstanceGroupDetailsTypeDef(TypedDict):
|
|
12696
|
+
CurrentCount: NotRequired[int]
|
|
12697
|
+
TargetCount: NotRequired[int]
|
|
12698
|
+
InstanceGroupName: NotRequired[str]
|
|
12699
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
12700
|
+
ExecutionRole: NotRequired[str]
|
|
12701
|
+
ThreadsPerCore: NotRequired[int]
|
|
12702
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
12703
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
12704
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
12705
|
+
TrainingPlanArn: NotRequired[str]
|
|
12706
|
+
TrainingPlanStatus: NotRequired[str]
|
|
12707
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12708
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12709
|
+
EnvironmentConfig: NotRequired[EnvironmentConfigDetailsTypeDef]
|
|
12710
|
+
|
|
12711
|
+
|
|
12585
12712
|
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
12586
12713
|
ScheduleExpression: str
|
|
12587
12714
|
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
@@ -13165,6 +13292,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
13165
13292
|
CreationTime: datetime
|
|
13166
13293
|
FailureMessage: str
|
|
13167
13294
|
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
13295
|
+
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
13168
13296
|
VpcConfig: VpcConfigOutputTypeDef
|
|
13169
13297
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
13170
13298
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -13449,6 +13577,20 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
13449
13577
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13450
13578
|
|
|
13451
13579
|
|
|
13580
|
+
class ClusterRestrictedInstanceGroupSpecificationTypeDef(TypedDict):
|
|
13581
|
+
InstanceCount: int
|
|
13582
|
+
InstanceGroupName: str
|
|
13583
|
+
InstanceType: ClusterInstanceTypeType
|
|
13584
|
+
ExecutionRole: str
|
|
13585
|
+
EnvironmentConfig: EnvironmentConfigTypeDef
|
|
13586
|
+
ThreadsPerCore: NotRequired[int]
|
|
13587
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
13588
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
13589
|
+
TrainingPlanArn: NotRequired[str]
|
|
13590
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13591
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13592
|
+
|
|
13593
|
+
|
|
13452
13594
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
13453
13595
|
ValidationRole: str
|
|
13454
13596
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -13628,6 +13770,9 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
13628
13770
|
class CreateClusterRequestTypeDef(TypedDict):
|
|
13629
13771
|
ClusterName: str
|
|
13630
13772
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
13773
|
+
RestrictedInstanceGroups: NotRequired[
|
|
13774
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
13775
|
+
]
|
|
13631
13776
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13632
13777
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13633
13778
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
@@ -13637,6 +13782,9 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
13637
13782
|
class UpdateClusterRequestTypeDef(TypedDict):
|
|
13638
13783
|
ClusterName: str
|
|
13639
13784
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
13785
|
+
RestrictedInstanceGroups: NotRequired[
|
|
13786
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
13787
|
+
]
|
|
13640
13788
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13641
13789
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
13642
13790
|
|
|
@@ -13809,6 +13957,7 @@ class SearchRecordTypeDef(TypedDict):
|
|
|
13809
13957
|
ModelPackageGroup: NotRequired[ModelPackageGroupTypeDef]
|
|
13810
13958
|
Pipeline: NotRequired[PipelineTypeDef]
|
|
13811
13959
|
PipelineExecution: NotRequired[PipelineExecutionTypeDef]
|
|
13960
|
+
PipelineVersion: NotRequired[PipelineVersionTypeDef]
|
|
13812
13961
|
FeatureGroup: NotRequired[FeatureGroupTypeDef]
|
|
13813
13962
|
FeatureMetadata: NotRequired[FeatureMetadataTypeDef]
|
|
13814
13963
|
Project: NotRequired[ProjectTypeDef]
|