sagemaker-core 1.0.49__py3-none-any.whl → 1.0.51__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 sagemaker-core might be problematic. Click here for more details.
- sagemaker_core/main/code_injection/shape_dag.py +168 -0
- sagemaker_core/main/resources.py +13 -2
- sagemaker_core/main/shapes.py +150 -12
- {sagemaker_core-1.0.49.dist-info → sagemaker_core-1.0.51.dist-info}/METADATA +1 -1
- {sagemaker_core-1.0.49.dist-info → sagemaker_core-1.0.51.dist-info}/RECORD +8 -8
- {sagemaker_core-1.0.49.dist-info → sagemaker_core-1.0.51.dist-info}/WHEEL +0 -0
- {sagemaker_core-1.0.49.dist-info → sagemaker_core-1.0.51.dist-info}/licenses/LICENSE +0 -0
- {sagemaker_core-1.0.49.dist-info → sagemaker_core-1.0.51.dist-info}/top_level.txt +0 -0
|
@@ -1623,6 +1623,7 @@ SHAPE_DAG = {
|
|
|
1623
1623
|
{"name": "Placement", "shape": "ClusterInstancePlacement", "type": "structure"},
|
|
1624
1624
|
{"name": "CurrentImageId", "shape": "ImageId", "type": "string"},
|
|
1625
1625
|
{"name": "DesiredImageId", "shape": "ImageId", "type": "string"},
|
|
1626
|
+
{"name": "UltraServerInfo", "shape": "UltraServerInfo", "type": "structure"},
|
|
1626
1627
|
],
|
|
1627
1628
|
"type": "structure",
|
|
1628
1629
|
},
|
|
@@ -1650,6 +1651,7 @@ SHAPE_DAG = {
|
|
|
1650
1651
|
"shape": "ClusterInstanceStatusDetails",
|
|
1651
1652
|
"type": "structure",
|
|
1652
1653
|
},
|
|
1654
|
+
{"name": "UltraServerInfo", "shape": "UltraServerInfo", "type": "structure"},
|
|
1653
1655
|
],
|
|
1654
1656
|
"type": "structure",
|
|
1655
1657
|
},
|
|
@@ -3438,6 +3440,11 @@ SHAPE_DAG = {
|
|
|
3438
3440
|
"members": [
|
|
3439
3441
|
{"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"},
|
|
3440
3442
|
{"name": "TrainingPlanOfferingId", "shape": "TrainingPlanOfferingId", "type": "string"},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "SpareInstanceCountPerUltraServer",
|
|
3445
|
+
"shape": "SpareInstanceCountPerUltraServer",
|
|
3446
|
+
"type": "integer",
|
|
3447
|
+
},
|
|
3441
3448
|
{"name": "Tags", "shape": "TagList", "type": "list"},
|
|
3442
3449
|
],
|
|
3443
3450
|
"type": "structure",
|
|
@@ -4450,6 +4457,11 @@ SHAPE_DAG = {
|
|
|
4450
4457
|
{"name": "UserProfileName", "shape": "UserProfileName", "type": "string"},
|
|
4451
4458
|
{"name": "SpaceName", "shape": "SpaceName", "type": "string"},
|
|
4452
4459
|
{"name": "Status", "shape": "AppStatus", "type": "string"},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "EffectiveTrustedIdentityPropagationStatus",
|
|
4462
|
+
"shape": "FeatureStatus",
|
|
4463
|
+
"type": "string",
|
|
4464
|
+
},
|
|
4453
4465
|
{"name": "RecoveryMode", "shape": "Boolean", "type": "boolean"},
|
|
4454
4466
|
{"name": "LastHealthCheckTimestamp", "shape": "Timestamp", "type": "timestamp"},
|
|
4455
4467
|
{"name": "LastUserActivityTimestamp", "shape": "Timestamp", "type": "timestamp"},
|
|
@@ -6112,6 +6124,34 @@ SHAPE_DAG = {
|
|
|
6112
6124
|
],
|
|
6113
6125
|
"type": "structure",
|
|
6114
6126
|
},
|
|
6127
|
+
"DescribeReservedCapacityRequest": {
|
|
6128
|
+
"members": [
|
|
6129
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"}
|
|
6130
|
+
],
|
|
6131
|
+
"type": "structure",
|
|
6132
|
+
},
|
|
6133
|
+
"DescribeReservedCapacityResponse": {
|
|
6134
|
+
"members": [
|
|
6135
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
6136
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
6137
|
+
{"name": "Status", "shape": "ReservedCapacityStatus", "type": "string"},
|
|
6138
|
+
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
6139
|
+
{"name": "DurationHours", "shape": "ReservedCapacityDurationHours", "type": "long"},
|
|
6140
|
+
{"name": "DurationMinutes", "shape": "ReservedCapacityDurationMinutes", "type": "long"},
|
|
6141
|
+
{"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
|
|
6142
|
+
{"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
|
|
6143
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
6144
|
+
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
6145
|
+
{
|
|
6146
|
+
"name": "AvailableInstanceCount",
|
|
6147
|
+
"shape": "AvailableInstanceCount",
|
|
6148
|
+
"type": "integer",
|
|
6149
|
+
},
|
|
6150
|
+
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
6151
|
+
{"name": "UltraServerSummary", "shape": "UltraServerSummary", "type": "structure"},
|
|
6152
|
+
],
|
|
6153
|
+
"type": "structure",
|
|
6154
|
+
},
|
|
6115
6155
|
"DescribeSpaceRequest": {
|
|
6116
6156
|
"members": [
|
|
6117
6157
|
{"name": "DomainId", "shape": "DomainId", "type": "string"},
|
|
@@ -6287,6 +6327,17 @@ SHAPE_DAG = {
|
|
|
6287
6327
|
"type": "integer",
|
|
6288
6328
|
},
|
|
6289
6329
|
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
6330
|
+
{
|
|
6331
|
+
"name": "UnhealthyInstanceCount",
|
|
6332
|
+
"shape": "UnhealthyInstanceCount",
|
|
6333
|
+
"type": "integer",
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "AvailableSpareInstanceCount",
|
|
6337
|
+
"shape": "AvailableSpareInstanceCount",
|
|
6338
|
+
"type": "integer",
|
|
6339
|
+
},
|
|
6340
|
+
{"name": "TotalUltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
6290
6341
|
{"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
|
|
6291
6342
|
{
|
|
6292
6343
|
"name": "ReservedCapacitySummaries",
|
|
@@ -6596,6 +6647,11 @@ SHAPE_DAG = {
|
|
|
6596
6647
|
"shape": "ExecutionRoleIdentityConfig",
|
|
6597
6648
|
"type": "string",
|
|
6598
6649
|
},
|
|
6650
|
+
{
|
|
6651
|
+
"name": "TrustedIdentityPropagationSettings",
|
|
6652
|
+
"shape": "TrustedIdentityPropagationSettings",
|
|
6653
|
+
"type": "structure",
|
|
6654
|
+
},
|
|
6599
6655
|
{"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
|
|
6600
6656
|
{"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
|
|
6601
6657
|
{
|
|
@@ -6619,6 +6675,11 @@ SHAPE_DAG = {
|
|
|
6619
6675
|
"type": "string",
|
|
6620
6676
|
},
|
|
6621
6677
|
{"name": "SecurityGroupIds", "shape": "DomainSecurityGroupIds", "type": "list"},
|
|
6678
|
+
{
|
|
6679
|
+
"name": "TrustedIdentityPropagationSettings",
|
|
6680
|
+
"shape": "TrustedIdentityPropagationSettings",
|
|
6681
|
+
"type": "structure",
|
|
6682
|
+
},
|
|
6622
6683
|
{"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
|
|
6623
6684
|
{"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
|
|
6624
6685
|
{
|
|
@@ -8589,6 +8650,13 @@ SHAPE_DAG = {
|
|
|
8589
8650
|
],
|
|
8590
8651
|
"type": "structure",
|
|
8591
8652
|
},
|
|
8653
|
+
"InstancePlacementConfig": {
|
|
8654
|
+
"members": [
|
|
8655
|
+
{"name": "EnableMultipleJobs", "shape": "Boolean", "type": "boolean"},
|
|
8656
|
+
{"name": "PlacementSpecifications", "shape": "PlacementSpecifications", "type": "list"},
|
|
8657
|
+
],
|
|
8658
|
+
"type": "structure",
|
|
8659
|
+
},
|
|
8592
8660
|
"IntegerParameterRange": {
|
|
8593
8661
|
"members": [
|
|
8594
8662
|
{"name": "Name", "shape": "ParameterKey", "type": "string"},
|
|
@@ -10756,6 +10824,21 @@ SHAPE_DAG = {
|
|
|
10756
10824
|
],
|
|
10757
10825
|
"type": "structure",
|
|
10758
10826
|
},
|
|
10827
|
+
"ListUltraServersByReservedCapacityRequest": {
|
|
10828
|
+
"members": [
|
|
10829
|
+
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
10830
|
+
{"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
|
|
10831
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10832
|
+
],
|
|
10833
|
+
"type": "structure",
|
|
10834
|
+
},
|
|
10835
|
+
"ListUltraServersByReservedCapacityResponse": {
|
|
10836
|
+
"members": [
|
|
10837
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10838
|
+
{"name": "UltraServers", "shape": "UltraServers", "type": "list"},
|
|
10839
|
+
],
|
|
10840
|
+
"type": "structure",
|
|
10841
|
+
},
|
|
10759
10842
|
"ListUserProfilesRequest": {
|
|
10760
10843
|
"members": [
|
|
10761
10844
|
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
@@ -12800,6 +12883,18 @@ SHAPE_DAG = {
|
|
|
12800
12883
|
"member_type": "structure",
|
|
12801
12884
|
"type": "list",
|
|
12802
12885
|
},
|
|
12886
|
+
"PlacementSpecification": {
|
|
12887
|
+
"members": [
|
|
12888
|
+
{"name": "UltraServerId", "shape": "String256", "type": "string"},
|
|
12889
|
+
{"name": "InstanceCount", "shape": "TrainingInstanceCount", "type": "integer"},
|
|
12890
|
+
],
|
|
12891
|
+
"type": "structure",
|
|
12892
|
+
},
|
|
12893
|
+
"PlacementSpecifications": {
|
|
12894
|
+
"member_shape": "PlacementSpecification",
|
|
12895
|
+
"member_type": "structure",
|
|
12896
|
+
"type": "list",
|
|
12897
|
+
},
|
|
12803
12898
|
"PredefinedMetricSpecification": {
|
|
12804
12899
|
"members": [{"name": "PredefinedMetricType", "shape": "String", "type": "string"}],
|
|
12805
12900
|
"type": "structure",
|
|
@@ -13737,6 +13832,9 @@ SHAPE_DAG = {
|
|
|
13737
13832
|
},
|
|
13738
13833
|
"ReservedCapacityOffering": {
|
|
13739
13834
|
"members": [
|
|
13835
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
13836
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
13837
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
13740
13838
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
13741
13839
|
{"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
|
|
13742
13840
|
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
@@ -13760,6 +13858,9 @@ SHAPE_DAG = {
|
|
|
13760
13858
|
"ReservedCapacitySummary": {
|
|
13761
13859
|
"members": [
|
|
13762
13860
|
{"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
|
|
13861
|
+
{"name": "ReservedCapacityType", "shape": "ReservedCapacityType", "type": "string"},
|
|
13862
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
13863
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
13763
13864
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
13764
13865
|
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
13765
13866
|
{"name": "Status", "shape": "ReservedCapacityStatus", "type": "string"},
|
|
@@ -13810,6 +13911,11 @@ SHAPE_DAG = {
|
|
|
13810
13911
|
},
|
|
13811
13912
|
{"name": "InstanceGroups", "shape": "InstanceGroups", "type": "list"},
|
|
13812
13913
|
{"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
|
|
13914
|
+
{
|
|
13915
|
+
"name": "InstancePlacementConfig",
|
|
13916
|
+
"shape": "InstancePlacementConfig",
|
|
13917
|
+
"type": "structure",
|
|
13918
|
+
},
|
|
13813
13919
|
],
|
|
13814
13920
|
"type": "structure",
|
|
13815
13921
|
},
|
|
@@ -14132,6 +14238,8 @@ SHAPE_DAG = {
|
|
|
14132
14238
|
"members": [
|
|
14133
14239
|
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
14134
14240
|
{"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
|
|
14241
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
14242
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
14135
14243
|
{"name": "StartTimeAfter", "shape": "Timestamp", "type": "timestamp"},
|
|
14136
14244
|
{"name": "EndTimeBefore", "shape": "Timestamp", "type": "timestamp"},
|
|
14137
14245
|
{"name": "DurationHours", "shape": "TrainingPlanDurationHoursInput", "type": "long"},
|
|
@@ -15153,6 +15261,7 @@ SHAPE_DAG = {
|
|
|
15153
15261
|
"type": "integer",
|
|
15154
15262
|
},
|
|
15155
15263
|
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
15264
|
+
{"name": "TotalUltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
15156
15265
|
{"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
|
|
15157
15266
|
{
|
|
15158
15267
|
"name": "ReservedCapacitySummaries",
|
|
@@ -15499,6 +15608,10 @@ SHAPE_DAG = {
|
|
|
15499
15608
|
],
|
|
15500
15609
|
"type": "structure",
|
|
15501
15610
|
},
|
|
15611
|
+
"TrustedIdentityPropagationSettings": {
|
|
15612
|
+
"members": [{"name": "Status", "shape": "FeatureStatus", "type": "string"}],
|
|
15613
|
+
"type": "structure",
|
|
15614
|
+
},
|
|
15502
15615
|
"TtlDuration": {
|
|
15503
15616
|
"members": [
|
|
15504
15617
|
{"name": "Unit", "shape": "TtlDurationUnit", "type": "string"},
|
|
@@ -15552,6 +15665,61 @@ SHAPE_DAG = {
|
|
|
15552
15665
|
],
|
|
15553
15666
|
"type": "structure",
|
|
15554
15667
|
},
|
|
15668
|
+
"UltraServer": {
|
|
15669
|
+
"members": [
|
|
15670
|
+
{"name": "UltraServerId", "shape": "NonEmptyString256", "type": "string"},
|
|
15671
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
15672
|
+
{"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
|
|
15673
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
15674
|
+
{"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
|
|
15675
|
+
{
|
|
15676
|
+
"name": "ConfiguredSpareInstanceCount",
|
|
15677
|
+
"shape": "ConfiguredSpareInstanceCount",
|
|
15678
|
+
"type": "integer",
|
|
15679
|
+
},
|
|
15680
|
+
{
|
|
15681
|
+
"name": "AvailableInstanceCount",
|
|
15682
|
+
"shape": "AvailableInstanceCount",
|
|
15683
|
+
"type": "integer",
|
|
15684
|
+
},
|
|
15685
|
+
{"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
|
|
15686
|
+
{
|
|
15687
|
+
"name": "AvailableSpareInstanceCount",
|
|
15688
|
+
"shape": "AvailableSpareInstanceCount",
|
|
15689
|
+
"type": "integer",
|
|
15690
|
+
},
|
|
15691
|
+
{
|
|
15692
|
+
"name": "UnhealthyInstanceCount",
|
|
15693
|
+
"shape": "UnhealthyInstanceCount",
|
|
15694
|
+
"type": "integer",
|
|
15695
|
+
},
|
|
15696
|
+
{"name": "HealthStatus", "shape": "UltraServerHealthStatus", "type": "string"},
|
|
15697
|
+
],
|
|
15698
|
+
"type": "structure",
|
|
15699
|
+
},
|
|
15700
|
+
"UltraServerInfo": {
|
|
15701
|
+
"members": [{"name": "Id", "shape": "String", "type": "string"}],
|
|
15702
|
+
"type": "structure",
|
|
15703
|
+
},
|
|
15704
|
+
"UltraServerSummary": {
|
|
15705
|
+
"members": [
|
|
15706
|
+
{"name": "UltraServerType", "shape": "UltraServerType", "type": "string"},
|
|
15707
|
+
{"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
|
|
15708
|
+
{"name": "UltraServerCount", "shape": "UltraServerCount", "type": "integer"},
|
|
15709
|
+
{
|
|
15710
|
+
"name": "AvailableSpareInstanceCount",
|
|
15711
|
+
"shape": "AvailableSpareInstanceCount",
|
|
15712
|
+
"type": "integer",
|
|
15713
|
+
},
|
|
15714
|
+
{
|
|
15715
|
+
"name": "UnhealthyInstanceCount",
|
|
15716
|
+
"shape": "UnhealthyInstanceCount",
|
|
15717
|
+
"type": "integer",
|
|
15718
|
+
},
|
|
15719
|
+
],
|
|
15720
|
+
"type": "structure",
|
|
15721
|
+
},
|
|
15722
|
+
"UltraServers": {"member_shape": "UltraServer", "member_type": "structure", "type": "list"},
|
|
15555
15723
|
"UnifiedStudioSettings": {
|
|
15556
15724
|
"members": [
|
|
15557
15725
|
{"name": "StudioWebPortalAccess", "shape": "FeatureStatus", "type": "string"},
|
sagemaker_core/main/resources.py
CHANGED
|
@@ -978,6 +978,7 @@ class App(Base):
|
|
|
978
978
|
user_profile_name: The user profile name.
|
|
979
979
|
space_name: The name of the space. If this value is not set, then UserProfileName must be set.
|
|
980
980
|
status: The status.
|
|
981
|
+
effective_trusted_identity_propagation_status: The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used.
|
|
981
982
|
recovery_mode: Indicates whether the application is launched in recovery mode.
|
|
982
983
|
last_health_check_timestamp: The timestamp of the last health check.
|
|
983
984
|
last_user_activity_timestamp: The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
|
|
@@ -995,6 +996,7 @@ class App(Base):
|
|
|
995
996
|
user_profile_name: Optional[str] = Unassigned()
|
|
996
997
|
space_name: Optional[str] = Unassigned()
|
|
997
998
|
status: Optional[str] = Unassigned()
|
|
999
|
+
effective_trusted_identity_propagation_status: Optional[str] = Unassigned()
|
|
998
1000
|
recovery_mode: Optional[bool] = Unassigned()
|
|
999
1001
|
last_health_check_timestamp: Optional[datetime.datetime] = Unassigned()
|
|
1000
1002
|
last_user_activity_timestamp: Optional[datetime.datetime] = Unassigned()
|
|
@@ -3302,7 +3304,7 @@ class Cluster(Base):
|
|
|
3302
3304
|
restricted_instance_groups: The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.
|
|
3303
3305
|
vpc_config: Specifies the Amazon Virtual Private Cloud (VPC) that is associated with the Amazon SageMaker HyperPod cluster. You can control access to and from your resources by configuring your VPC. For more information, see Give SageMaker access to resources in your Amazon VPC. When your Amazon VPC and subnets support IPv6, network communications differ based on the cluster orchestration platform: Slurm-orchestrated clusters automatically configure nodes with dual IPv6 and IPv4 addresses, allowing immediate IPv6 network communications. In Amazon EKS-orchestrated clusters, nodes receive dual-stack addressing, but pods can only use IPv6 when the Amazon EKS cluster is explicitly IPv6-enabled. For information about deploying an IPv6 Amazon EKS cluster, see Amazon EKS IPv6 Cluster Deployment. Additional resources for IPv6 configuration: For information about adding IPv6 support to your VPC, see to IPv6 Support for VPC. For information about creating a new IPv6-compatible VPC, see Amazon VPC Creation Guide. To configure SageMaker HyperPod with a custom Amazon VPC, see Custom Amazon VPC Setup for SageMaker HyperPod.
|
|
3304
3306
|
tags: Custom tags for managing the SageMaker HyperPod cluster as an Amazon Web Services resource. You can add tags to your cluster in the same way you add them in other Amazon Web Services services that support tagging. To learn more about tagging Amazon Web Services resources in general, see Tagging Amazon Web Services Resources User Guide.
|
|
3305
|
-
orchestrator: The type of orchestrator to use for the SageMaker HyperPod cluster. Currently, the only supported value is "eks", which is to use an Amazon Elastic Kubernetes Service
|
|
3307
|
+
orchestrator: The type of orchestrator to use for the SageMaker HyperPod cluster. Currently, the only supported value is "eks", which is to use an Amazon Elastic Kubernetes Service cluster as the orchestrator.
|
|
3306
3308
|
node_recovery: The node recovery mode for the SageMaker HyperPod cluster. When set to Automatic, SageMaker HyperPod will automatically reboot or replace faulty nodes when issues are detected. When set to None, cluster administrators will need to manually manage any faulty cluster instances.
|
|
3307
3309
|
node_provisioning_mode: The mode for provisioning nodes in the cluster. You can specify the following modes: Continuous: Scaling behavior that enables 1) concurrent operation execution within instance groups, 2) continuous retry mechanisms for failed operations, 3) enhanced customer visibility into cluster events through detailed event streams, 4) partial provisioning capabilities. Your clusters and instance groups remain InService while scaling. This mode is only supported for EKS orchestrated clusters.
|
|
3308
3310
|
session: Boto3 session.
|
|
@@ -16933,7 +16935,7 @@ class LabelingJob(Base):
|
|
|
16933
16935
|
|
|
16934
16936
|
Parameters:
|
|
16935
16937
|
labeling_job_name: The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.
|
|
16936
|
-
label_attribute_name: The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements. The name can't end with "-metadata". If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref".
|
|
16938
|
+
label_attribute_name: The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements. The name can't end with "-metadata". If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref". Verification (VerificationSemanticSegmentation) labeling jobs for this task type. Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type. Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type. 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type. 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type. If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.
|
|
16937
16939
|
input_config: Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects. You must specify at least one of the following: S3DataSource or SnsDataSource. Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled. Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job. If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use ContentClassifiers to specify that your data is free of personally identifiable information and adult content.
|
|
16938
16940
|
output_config: The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.
|
|
16939
16941
|
role_arn: The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.
|
|
@@ -28891,6 +28893,9 @@ class TrainingPlan(Base):
|
|
|
28891
28893
|
total_instance_count: The total number of instances reserved in this training plan.
|
|
28892
28894
|
available_instance_count: The number of instances currently available for use in this training plan.
|
|
28893
28895
|
in_use_instance_count: The number of instances currently in use from this training plan.
|
|
28896
|
+
unhealthy_instance_count: The number of instances in the training plan that are currently in an unhealthy state.
|
|
28897
|
+
available_spare_instance_count: The number of available spare instances in the training plan.
|
|
28898
|
+
total_ultra_server_count: The total number of UltraServers reserved to this training plan.
|
|
28894
28899
|
target_resources: The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan. Training plans are specific to their target resource. A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs. A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
|
|
28895
28900
|
reserved_capacity_summaries: The list of Reserved Capacity providing the underlying compute resources of the plan.
|
|
28896
28901
|
|
|
@@ -28909,6 +28914,9 @@ class TrainingPlan(Base):
|
|
|
28909
28914
|
total_instance_count: Optional[int] = Unassigned()
|
|
28910
28915
|
available_instance_count: Optional[int] = Unassigned()
|
|
28911
28916
|
in_use_instance_count: Optional[int] = Unassigned()
|
|
28917
|
+
unhealthy_instance_count: Optional[int] = Unassigned()
|
|
28918
|
+
available_spare_instance_count: Optional[int] = Unassigned()
|
|
28919
|
+
total_ultra_server_count: Optional[int] = Unassigned()
|
|
28912
28920
|
target_resources: Optional[List[str]] = Unassigned()
|
|
28913
28921
|
reserved_capacity_summaries: Optional[List[shapes.ReservedCapacitySummary]] = Unassigned()
|
|
28914
28922
|
|
|
@@ -28934,6 +28942,7 @@ class TrainingPlan(Base):
|
|
|
28934
28942
|
cls,
|
|
28935
28943
|
training_plan_name: str,
|
|
28936
28944
|
training_plan_offering_id: str,
|
|
28945
|
+
spare_instance_count_per_ultra_server: Optional[int] = Unassigned(),
|
|
28937
28946
|
tags: Optional[List[shapes.Tag]] = Unassigned(),
|
|
28938
28947
|
session: Optional[Session] = None,
|
|
28939
28948
|
region: Optional[str] = None,
|
|
@@ -28944,6 +28953,7 @@ class TrainingPlan(Base):
|
|
|
28944
28953
|
Parameters:
|
|
28945
28954
|
training_plan_name: The name of the training plan to create.
|
|
28946
28955
|
training_plan_offering_id: The unique identifier of the training plan offering to use for creating this plan.
|
|
28956
|
+
spare_instance_count_per_ultra_server: Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.
|
|
28947
28957
|
tags: An array of key-value pairs to apply to this training plan.
|
|
28948
28958
|
session: Boto3 session.
|
|
28949
28959
|
region: Region name.
|
|
@@ -28977,6 +28987,7 @@ class TrainingPlan(Base):
|
|
|
28977
28987
|
operation_input_args = {
|
|
28978
28988
|
"TrainingPlanName": training_plan_name,
|
|
28979
28989
|
"TrainingPlanOfferingId": training_plan_offering_id,
|
|
28990
|
+
"SpareInstanceCountPerUltraServer": spare_instance_count_per_ultra_server,
|
|
28980
28991
|
"Tags": tags,
|
|
28981
28992
|
}
|
|
28982
28993
|
|
sagemaker_core/main/shapes.py
CHANGED
|
@@ -1020,6 +1020,36 @@ class InstanceGroup(Base):
|
|
|
1020
1020
|
instance_group_name: str
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
|
+
class PlacementSpecification(Base):
|
|
1024
|
+
"""
|
|
1025
|
+
PlacementSpecification
|
|
1026
|
+
Specifies how instances should be placed on a specific UltraServer.
|
|
1027
|
+
|
|
1028
|
+
Attributes
|
|
1029
|
+
----------------------
|
|
1030
|
+
ultra_server_id: The unique identifier of the UltraServer where instances should be placed.
|
|
1031
|
+
instance_count: The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
|
|
1032
|
+
"""
|
|
1033
|
+
|
|
1034
|
+
instance_count: int
|
|
1035
|
+
ultra_server_id: Optional[str] = Unassigned()
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
class InstancePlacementConfig(Base):
|
|
1039
|
+
"""
|
|
1040
|
+
InstancePlacementConfig
|
|
1041
|
+
Configuration for how instances are placed and allocated within UltraServers. This is only applicable for UltraServer capacity.
|
|
1042
|
+
|
|
1043
|
+
Attributes
|
|
1044
|
+
----------------------
|
|
1045
|
+
enable_multiple_jobs: If set to true, allows multiple jobs to share the same UltraServer instances. If set to false, ensures this job's instances are placed on an UltraServer exclusively, with no other jobs sharing the same UltraServer. Default is false.
|
|
1046
|
+
placement_specifications: A list of specifications for how instances should be placed on specific UltraServers. Maximum of 10 items is supported.
|
|
1047
|
+
"""
|
|
1048
|
+
|
|
1049
|
+
enable_multiple_jobs: Optional[bool] = Unassigned()
|
|
1050
|
+
placement_specifications: Optional[List[PlacementSpecification]] = Unassigned()
|
|
1051
|
+
|
|
1052
|
+
|
|
1023
1053
|
class ResourceConfig(Base):
|
|
1024
1054
|
"""
|
|
1025
1055
|
ResourceConfig
|
|
@@ -1034,6 +1064,7 @@ class ResourceConfig(Base):
|
|
|
1034
1064
|
keep_alive_period_in_seconds: The duration of time in seconds to retain configured resources in a warm pool for subsequent training jobs.
|
|
1035
1065
|
instance_groups: The configuration of a heterogeneous cluster in JSON format.
|
|
1036
1066
|
training_plan_arn: The Amazon Resource Name (ARN); of the training plan to use for this resource configuration.
|
|
1067
|
+
instance_placement_config: Configuration for how training job instances are placed and allocated within UltraServers. Only applicable for UltraServer capacity.
|
|
1037
1068
|
"""
|
|
1038
1069
|
|
|
1039
1070
|
volume_size_in_gb: int
|
|
@@ -1043,6 +1074,7 @@ class ResourceConfig(Base):
|
|
|
1043
1074
|
keep_alive_period_in_seconds: Optional[int] = Unassigned()
|
|
1044
1075
|
instance_groups: Optional[List[InstanceGroup]] = Unassigned()
|
|
1045
1076
|
training_plan_arn: Optional[str] = Unassigned()
|
|
1077
|
+
instance_placement_config: Optional[InstancePlacementConfig] = Unassigned()
|
|
1046
1078
|
|
|
1047
1079
|
|
|
1048
1080
|
class StoppingCondition(Base):
|
|
@@ -3390,13 +3422,13 @@ class ClusterEbsVolumeConfig(Base):
|
|
|
3390
3422
|
class ClusterMetadata(Base):
|
|
3391
3423
|
"""
|
|
3392
3424
|
ClusterMetadata
|
|
3393
|
-
Metadata information about a
|
|
3425
|
+
Metadata information about a HyperPod cluster showing information about the cluster level operations, such as creating, updating, and deleting.
|
|
3394
3426
|
|
|
3395
3427
|
Attributes
|
|
3396
3428
|
----------------------
|
|
3397
3429
|
failure_message: An error message describing why the cluster level operation (such as creating, updating, or deleting) failed.
|
|
3398
|
-
eks_role_access_entries: A list of Amazon EKS IAM role ARNs associated with the cluster. This is created by
|
|
3399
|
-
slr_access_entry: The Service-Linked Role (SLR) associated with the cluster. This is created by
|
|
3430
|
+
eks_role_access_entries: A list of Amazon EKS IAM role ARNs associated with the cluster. This is created by HyperPod on your behalf and only applies for EKS orchestrated clusters.
|
|
3431
|
+
slr_access_entry: The Service-Linked Role (SLR) associated with the cluster. This is created by HyperPod on your behalf and only applies for EKS orchestrated clusters.
|
|
3400
3432
|
"""
|
|
3401
3433
|
|
|
3402
3434
|
failure_message: Optional[str] = Unassigned()
|
|
@@ -3407,7 +3439,7 @@ class ClusterMetadata(Base):
|
|
|
3407
3439
|
class InstanceGroupMetadata(Base):
|
|
3408
3440
|
"""
|
|
3409
3441
|
InstanceGroupMetadata
|
|
3410
|
-
Metadata information about an instance group in a
|
|
3442
|
+
Metadata information about an instance group in a HyperPod cluster.
|
|
3411
3443
|
|
|
3412
3444
|
Attributes
|
|
3413
3445
|
----------------------
|
|
@@ -3507,11 +3539,11 @@ class ClusterEventDetail(Base):
|
|
|
3507
3539
|
Attributes
|
|
3508
3540
|
----------------------
|
|
3509
3541
|
event_id: The unique identifier (UUID) of the event.
|
|
3510
|
-
cluster_arn: The Amazon Resource Name (ARN) of the
|
|
3511
|
-
cluster_name: The name of the
|
|
3542
|
+
cluster_arn: The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
|
|
3543
|
+
cluster_name: The name of the HyperPod cluster associated with the event.
|
|
3512
3544
|
instance_group_name: The name of the instance group associated with the event, if applicable.
|
|
3513
3545
|
instance_id: The EC2 instance ID associated with the event, if applicable.
|
|
3514
|
-
resource_type: The type of resource associated with the event. Valid values are
|
|
3546
|
+
resource_type: The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.
|
|
3515
3547
|
event_time: The timestamp when the event occurred.
|
|
3516
3548
|
event_details: Additional details about the event, including event-specific metadata.
|
|
3517
3549
|
description: A human-readable description of the event.
|
|
@@ -3531,16 +3563,16 @@ class ClusterEventDetail(Base):
|
|
|
3531
3563
|
class ClusterEventSummary(Base):
|
|
3532
3564
|
"""
|
|
3533
3565
|
ClusterEventSummary
|
|
3534
|
-
A summary of an event in a
|
|
3566
|
+
A summary of an event in a HyperPod cluster.
|
|
3535
3567
|
|
|
3536
3568
|
Attributes
|
|
3537
3569
|
----------------------
|
|
3538
3570
|
event_id: The unique identifier (UUID) of the event.
|
|
3539
|
-
cluster_arn: The Amazon Resource Name (ARN) of the
|
|
3540
|
-
cluster_name: The name of the
|
|
3571
|
+
cluster_arn: The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
|
|
3572
|
+
cluster_name: The name of the HyperPod cluster associated with the event.
|
|
3541
3573
|
instance_group_name: The name of the instance group associated with the event, if applicable.
|
|
3542
|
-
instance_id: The EC2 instance ID associated with the event, if applicable.
|
|
3543
|
-
resource_type: The type of resource associated with the event. Valid values are
|
|
3574
|
+
instance_id: The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.
|
|
3575
|
+
resource_type: The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.
|
|
3544
3576
|
event_time: The timestamp when the event occurred.
|
|
3545
3577
|
description: A brief, human-readable description of the event.
|
|
3546
3578
|
"""
|
|
@@ -3738,6 +3770,19 @@ class ClusterInstanceStatusDetails(Base):
|
|
|
3738
3770
|
message: Optional[str] = Unassigned()
|
|
3739
3771
|
|
|
3740
3772
|
|
|
3773
|
+
class UltraServerInfo(Base):
|
|
3774
|
+
"""
|
|
3775
|
+
UltraServerInfo
|
|
3776
|
+
Contains information about the UltraServer object.
|
|
3777
|
+
|
|
3778
|
+
Attributes
|
|
3779
|
+
----------------------
|
|
3780
|
+
id: The unique identifier of the UltraServer.
|
|
3781
|
+
"""
|
|
3782
|
+
|
|
3783
|
+
id: Optional[str] = Unassigned()
|
|
3784
|
+
|
|
3785
|
+
|
|
3741
3786
|
class ClusterNodeDetails(Base):
|
|
3742
3787
|
"""
|
|
3743
3788
|
ClusterNodeDetails
|
|
@@ -3762,6 +3807,7 @@ class ClusterNodeDetails(Base):
|
|
|
3762
3807
|
placement: The placement details of the SageMaker HyperPod cluster node.
|
|
3763
3808
|
current_image_id: The ID of the Amazon Machine Image (AMI) currently in use by the node.
|
|
3764
3809
|
desired_image_id: The ID of the Amazon Machine Image (AMI) desired for the node.
|
|
3810
|
+
ultra_server_info: Contains information about the UltraServer.
|
|
3765
3811
|
"""
|
|
3766
3812
|
|
|
3767
3813
|
instance_group_name: Optional[str] = Unassigned()
|
|
@@ -3781,6 +3827,7 @@ class ClusterNodeDetails(Base):
|
|
|
3781
3827
|
placement: Optional[ClusterInstancePlacement] = Unassigned()
|
|
3782
3828
|
current_image_id: Optional[str] = Unassigned()
|
|
3783
3829
|
desired_image_id: Optional[str] = Unassigned()
|
|
3830
|
+
ultra_server_info: Optional[UltraServerInfo] = Unassigned()
|
|
3784
3831
|
|
|
3785
3832
|
|
|
3786
3833
|
class ClusterNodeSummary(Base):
|
|
@@ -3797,6 +3844,7 @@ class ClusterNodeSummary(Base):
|
|
|
3797
3844
|
launch_time: The time when the instance is launched.
|
|
3798
3845
|
last_software_update_time: The time when SageMaker last updated the software of the instances in the cluster.
|
|
3799
3846
|
instance_status: The status of the instance.
|
|
3847
|
+
ultra_server_info: Contains information about the UltraServer.
|
|
3800
3848
|
"""
|
|
3801
3849
|
|
|
3802
3850
|
instance_group_name: str
|
|
@@ -3806,6 +3854,7 @@ class ClusterNodeSummary(Base):
|
|
|
3806
3854
|
instance_status: ClusterInstanceStatusDetails
|
|
3807
3855
|
node_logical_id: Optional[str] = Unassigned()
|
|
3808
3856
|
last_software_update_time: Optional[datetime.datetime] = Unassigned()
|
|
3857
|
+
ultra_server_info: Optional[UltraServerInfo] = Unassigned()
|
|
3809
3858
|
|
|
3810
3859
|
|
|
3811
3860
|
class ClusterOrchestratorEksConfig(Base):
|
|
@@ -5298,6 +5347,19 @@ class RStudioServerProDomainSettings(Base):
|
|
|
5298
5347
|
default_resource_spec: Optional[ResourceSpec] = Unassigned()
|
|
5299
5348
|
|
|
5300
5349
|
|
|
5350
|
+
class TrustedIdentityPropagationSettings(Base):
|
|
5351
|
+
"""
|
|
5352
|
+
TrustedIdentityPropagationSettings
|
|
5353
|
+
The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
|
|
5354
|
+
|
|
5355
|
+
Attributes
|
|
5356
|
+
----------------------
|
|
5357
|
+
status: The status of Trusted Identity Propagation (TIP) at the SageMaker domain level. When disabled, standard IAM role-based access is used. When enabled: User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services. New applications or existing applications that are automatically patched, will use the domain level configuration.
|
|
5358
|
+
"""
|
|
5359
|
+
|
|
5360
|
+
status: str
|
|
5361
|
+
|
|
5362
|
+
|
|
5301
5363
|
class DockerSettings(Base):
|
|
5302
5364
|
"""
|
|
5303
5365
|
DockerSettings
|
|
@@ -5350,6 +5412,7 @@ class DomainSettings(Base):
|
|
|
5350
5412
|
security_group_ids: The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
|
|
5351
5413
|
r_studio_server_pro_domain_settings: A collection of settings that configure the RStudioServerPro Domain-level app.
|
|
5352
5414
|
execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.
|
|
5415
|
+
trusted_identity_propagation_settings: The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
|
|
5353
5416
|
docker_settings: A collection of settings that configure the domain's Docker interaction.
|
|
5354
5417
|
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.
|
|
5355
5418
|
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
|
|
@@ -5358,6 +5421,9 @@ class DomainSettings(Base):
|
|
|
5358
5421
|
security_group_ids: Optional[List[str]] = Unassigned()
|
|
5359
5422
|
r_studio_server_pro_domain_settings: Optional[RStudioServerProDomainSettings] = Unassigned()
|
|
5360
5423
|
execution_role_identity_config: Optional[str] = Unassigned()
|
|
5424
|
+
trusted_identity_propagation_settings: Optional[TrustedIdentityPropagationSettings] = (
|
|
5425
|
+
Unassigned()
|
|
5426
|
+
)
|
|
5361
5427
|
docker_settings: Optional[DockerSettings] = Unassigned()
|
|
5362
5428
|
amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
|
|
5363
5429
|
unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
|
|
@@ -9638,6 +9704,27 @@ class TemplateProviderDetail(Base):
|
|
|
9638
9704
|
cfn_template_provider_detail: Optional[CfnTemplateProviderDetail] = Unassigned()
|
|
9639
9705
|
|
|
9640
9706
|
|
|
9707
|
+
class UltraServerSummary(Base):
|
|
9708
|
+
"""
|
|
9709
|
+
UltraServerSummary
|
|
9710
|
+
A summary of UltraServer resources and their current status.
|
|
9711
|
+
|
|
9712
|
+
Attributes
|
|
9713
|
+
----------------------
|
|
9714
|
+
ultra_server_type: The type of UltraServer, such as ml.u-p6e-gb200x72.
|
|
9715
|
+
instance_type: The Amazon EC2 instance type used in the UltraServer.
|
|
9716
|
+
ultra_server_count: The number of UltraServers of this type.
|
|
9717
|
+
available_spare_instance_count: The number of available spare instances in the UltraServers.
|
|
9718
|
+
unhealthy_instance_count: The total number of instances across all UltraServers of this type that are currently in an unhealthy state.
|
|
9719
|
+
"""
|
|
9720
|
+
|
|
9721
|
+
ultra_server_type: str
|
|
9722
|
+
instance_type: str
|
|
9723
|
+
ultra_server_count: Optional[int] = Unassigned()
|
|
9724
|
+
available_spare_instance_count: Optional[int] = Unassigned()
|
|
9725
|
+
unhealthy_instance_count: Optional[int] = Unassigned()
|
|
9726
|
+
|
|
9727
|
+
|
|
9641
9728
|
class SubscribedWorkteam(Base):
|
|
9642
9729
|
"""
|
|
9643
9730
|
SubscribedWorkteam
|
|
@@ -9741,6 +9828,9 @@ class ReservedCapacitySummary(Base):
|
|
|
9741
9828
|
Attributes
|
|
9742
9829
|
----------------------
|
|
9743
9830
|
reserved_capacity_arn: The Amazon Resource Name (ARN); of the reserved capacity.
|
|
9831
|
+
reserved_capacity_type: The type of reserved capacity.
|
|
9832
|
+
ultra_server_type: The type of UltraServer included in this reserved capacity, such as ml.u-p6e-gb200x72.
|
|
9833
|
+
ultra_server_count: The number of UltraServers included in this reserved capacity.
|
|
9744
9834
|
instance_type: The instance type for the reserved capacity.
|
|
9745
9835
|
total_instance_count: The total number of instances in the reserved capacity.
|
|
9746
9836
|
status: The current status of the reserved capacity.
|
|
@@ -9755,6 +9845,9 @@ class ReservedCapacitySummary(Base):
|
|
|
9755
9845
|
instance_type: str
|
|
9756
9846
|
total_instance_count: int
|
|
9757
9847
|
status: str
|
|
9848
|
+
reserved_capacity_type: Optional[str] = Unassigned()
|
|
9849
|
+
ultra_server_type: Optional[str] = Unassigned()
|
|
9850
|
+
ultra_server_count: Optional[int] = Unassigned()
|
|
9758
9851
|
availability_zone: Optional[str] = Unassigned()
|
|
9759
9852
|
duration_hours: Optional[int] = Unassigned()
|
|
9760
9853
|
duration_minutes: Optional[int] = Unassigned()
|
|
@@ -10153,6 +10246,7 @@ class DomainSettingsForUpdate(Base):
|
|
|
10153
10246
|
r_studio_server_pro_domain_settings_for_update: A collection of RStudioServerPro Domain-level app settings to update. A single RStudioServerPro application is created for a domain.
|
|
10154
10247
|
execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
|
|
10155
10248
|
security_group_ids: The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
|
|
10249
|
+
trusted_identity_propagation_settings: The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
|
|
10156
10250
|
docker_settings: A collection of settings that configure the domain's Docker interaction.
|
|
10157
10251
|
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain.
|
|
10158
10252
|
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
|
|
@@ -10163,6 +10257,9 @@ class DomainSettingsForUpdate(Base):
|
|
|
10163
10257
|
] = Unassigned()
|
|
10164
10258
|
execution_role_identity_config: Optional[str] = Unassigned()
|
|
10165
10259
|
security_group_ids: Optional[List[str]] = Unassigned()
|
|
10260
|
+
trusted_identity_propagation_settings: Optional[TrustedIdentityPropagationSettings] = (
|
|
10261
|
+
Unassigned()
|
|
10262
|
+
)
|
|
10166
10263
|
docker_settings: Optional[DockerSettings] = Unassigned()
|
|
10167
10264
|
amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
|
|
10168
10265
|
unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
|
|
@@ -12207,6 +12304,7 @@ class TrainingPlanSummary(Base):
|
|
|
12207
12304
|
total_instance_count: The total number of instances reserved in this training plan.
|
|
12208
12305
|
available_instance_count: The number of instances currently available for use in this training plan.
|
|
12209
12306
|
in_use_instance_count: The number of instances currently in use from this training plan.
|
|
12307
|
+
total_ultra_server_count: The total number of UltraServers allocated to this training plan.
|
|
12210
12308
|
target_resources: The target resources (e.g., training jobs, HyperPod clusters) that can use this training plan. Training plans are specific to their target resource. A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs. A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
|
|
12211
12309
|
reserved_capacity_summaries: A list of reserved capacities associated with this training plan, including details such as instance types, counts, and availability zones.
|
|
12212
12310
|
"""
|
|
@@ -12224,6 +12322,7 @@ class TrainingPlanSummary(Base):
|
|
|
12224
12322
|
total_instance_count: Optional[int] = Unassigned()
|
|
12225
12323
|
available_instance_count: Optional[int] = Unassigned()
|
|
12226
12324
|
in_use_instance_count: Optional[int] = Unassigned()
|
|
12325
|
+
total_ultra_server_count: Optional[int] = Unassigned()
|
|
12227
12326
|
target_resources: Optional[List[str]] = Unassigned()
|
|
12228
12327
|
reserved_capacity_summaries: Optional[List[ReservedCapacitySummary]] = Unassigned()
|
|
12229
12328
|
|
|
@@ -12309,6 +12408,39 @@ class TrialSummary(Base):
|
|
|
12309
12408
|
last_modified_time: Optional[datetime.datetime] = Unassigned()
|
|
12310
12409
|
|
|
12311
12410
|
|
|
12411
|
+
class UltraServer(Base):
|
|
12412
|
+
"""
|
|
12413
|
+
UltraServer
|
|
12414
|
+
Represents a high-performance compute server used for distributed training in SageMaker AI. An UltraServer consists of multiple instances within a shared NVLink interconnect domain.
|
|
12415
|
+
|
|
12416
|
+
Attributes
|
|
12417
|
+
----------------------
|
|
12418
|
+
ultra_server_id: The unique identifier for the UltraServer.
|
|
12419
|
+
ultra_server_type: The type of UltraServer, such as ml.u-p6e-gb200x72.
|
|
12420
|
+
availability_zone: The name of the Availability Zone where the UltraServer is provisioned.
|
|
12421
|
+
instance_type: The Amazon EC2 instance type used in the UltraServer.
|
|
12422
|
+
total_instance_count: The total number of instances in this UltraServer.
|
|
12423
|
+
configured_spare_instance_count: The number of spare instances configured for this UltraServer to provide enhanced resiliency.
|
|
12424
|
+
available_instance_count: The number of instances currently available for use in this UltraServer.
|
|
12425
|
+
in_use_instance_count: The number of instances currently in use in this UltraServer.
|
|
12426
|
+
available_spare_instance_count: The number of available spare instances in the UltraServer.
|
|
12427
|
+
unhealthy_instance_count: The number of instances in this UltraServer that are currently in an unhealthy state.
|
|
12428
|
+
health_status: The overall health status of the UltraServer.
|
|
12429
|
+
"""
|
|
12430
|
+
|
|
12431
|
+
ultra_server_id: str
|
|
12432
|
+
ultra_server_type: str
|
|
12433
|
+
availability_zone: str
|
|
12434
|
+
instance_type: str
|
|
12435
|
+
total_instance_count: int
|
|
12436
|
+
configured_spare_instance_count: Optional[int] = Unassigned()
|
|
12437
|
+
available_instance_count: Optional[int] = Unassigned()
|
|
12438
|
+
in_use_instance_count: Optional[int] = Unassigned()
|
|
12439
|
+
available_spare_instance_count: Optional[int] = Unassigned()
|
|
12440
|
+
unhealthy_instance_count: Optional[int] = Unassigned()
|
|
12441
|
+
health_status: Optional[str] = Unassigned()
|
|
12442
|
+
|
|
12443
|
+
|
|
12312
12444
|
class UserProfileDetails(Base):
|
|
12313
12445
|
"""
|
|
12314
12446
|
UserProfileDetails
|
|
@@ -13028,6 +13160,9 @@ class ReservedCapacityOffering(Base):
|
|
|
13028
13160
|
|
|
13029
13161
|
Attributes
|
|
13030
13162
|
----------------------
|
|
13163
|
+
reserved_capacity_type: The type of reserved capacity offering.
|
|
13164
|
+
ultra_server_type: The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.
|
|
13165
|
+
ultra_server_count: The number of UltraServers included in this reserved capacity offering.
|
|
13031
13166
|
instance_type: The instance type for the reserved capacity offering.
|
|
13032
13167
|
instance_count: The number of instances in the reserved capacity offering.
|
|
13033
13168
|
availability_zone: The availability zone for the reserved capacity offering.
|
|
@@ -13039,6 +13174,9 @@ class ReservedCapacityOffering(Base):
|
|
|
13039
13174
|
|
|
13040
13175
|
instance_type: str
|
|
13041
13176
|
instance_count: int
|
|
13177
|
+
reserved_capacity_type: Optional[str] = Unassigned()
|
|
13178
|
+
ultra_server_type: Optional[str] = Unassigned()
|
|
13179
|
+
ultra_server_count: Optional[int] = Unassigned()
|
|
13042
13180
|
availability_zone: Optional[str] = Unassigned()
|
|
13043
13181
|
duration_hours: Optional[int] = Unassigned()
|
|
13044
13182
|
duration_minutes: Optional[int] = Unassigned()
|
|
@@ -7,15 +7,15 @@ sagemaker_core/main/config_schema.py,sha256=Wxe2gJash1rrxBomGhSYmII1LmJ3E70LIuSW
|
|
|
7
7
|
sagemaker_core/main/default_configs_helper.py,sha256=bg_tgczX_bYzNiSlalJ6TWPTgrQYsI0uZguP5TIbPiw,8324
|
|
8
8
|
sagemaker_core/main/exceptions.py,sha256=CsiM3V_Gb16grBotnu59LB6tznryPcSvAQDAOOYGc10,5563
|
|
9
9
|
sagemaker_core/main/logs.py,sha256=yfEH7uP91nbE1lefymOlBr81ziBzsDSIOF2Qyd54FJE,6241
|
|
10
|
-
sagemaker_core/main/resources.py,sha256=
|
|
11
|
-
sagemaker_core/main/shapes.py,sha256=
|
|
10
|
+
sagemaker_core/main/resources.py,sha256=fjJ7xwqlx0J5_8EH9h-_HDBW20Kyg4UVfF0Ys2tMJ88,1441521
|
|
11
|
+
sagemaker_core/main/shapes.py,sha256=1P4PYRdnJHuAokdSXE2CKbe3fU1Lw04yfmYf_8BEAqA,783474
|
|
12
12
|
sagemaker_core/main/user_agent.py,sha256=BPYDAfDd70ObP-VAjl7aDHALHyGknkpRP21ktVr_LDw,2744
|
|
13
13
|
sagemaker_core/main/utils.py,sha256=y1aZzztCApczZSqT0U7_H8zLlpqp1vgoUKcp40mTM2o,19157
|
|
14
14
|
sagemaker_core/main/code_injection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
sagemaker_core/main/code_injection/base.py,sha256=11_Jif0nOzfbLGlXaacKf-wcizzfS64U0OSZGoVffFU,1733
|
|
16
16
|
sagemaker_core/main/code_injection/codec.py,sha256=2YzJ-iYEzmguVaJVcZeyCR0OpTSR7UOixATrOm4MiBk,8885
|
|
17
17
|
sagemaker_core/main/code_injection/constants.py,sha256=2ICExGge8vAWx7lSTW0JGh-bH1korkvpOpDu5M63eI4,980
|
|
18
|
-
sagemaker_core/main/code_injection/shape_dag.py,sha256=
|
|
18
|
+
sagemaker_core/main/code_injection/shape_dag.py,sha256=LC15RzVjrzKQSxaqyxH5ewyOGK7gT5NrKxiFZygb9dk,745484
|
|
19
19
|
sagemaker_core/resources/__init__.py,sha256=EAYTFMN-nPjnPjjBbhIUeaL67FLKNPd7qbcbl9VIrws,31
|
|
20
20
|
sagemaker_core/shapes/__init__.py,sha256=RnbIu9eTxKt-DNsOFJabrWIgrrtS9_SdAozP9JBl_ic,28
|
|
21
21
|
sagemaker_core/tools/__init__.py,sha256=xX79JImxCVzrWMnjgntLCve2G5I-R4pRar5s20kT9Rs,56
|
|
@@ -28,8 +28,8 @@ sagemaker_core/tools/resources_extractor.py,sha256=hN61ehZbPnhFW-2FIVDi7NsEz4rLv
|
|
|
28
28
|
sagemaker_core/tools/shapes_codegen.py,sha256=4lsePZpjk7M6RpJs5yar_m4z5MzwGHFrvCkdS_-R12c,12172
|
|
29
29
|
sagemaker_core/tools/shapes_extractor.py,sha256=vxVKjXD3lmjrkoKiexjUnOt8ITbFxQSeiDtx7P6Qtkw,14226
|
|
30
30
|
sagemaker_core/tools/templates.py,sha256=0lOIH3Rq2CXWkQhK6VenN_TE_v5p852s2kQyb_BeQxA,23460
|
|
31
|
-
sagemaker_core-1.0.
|
|
32
|
-
sagemaker_core-1.0.
|
|
33
|
-
sagemaker_core-1.0.
|
|
34
|
-
sagemaker_core-1.0.
|
|
35
|
-
sagemaker_core-1.0.
|
|
31
|
+
sagemaker_core-1.0.51.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
32
|
+
sagemaker_core-1.0.51.dist-info/METADATA,sha256=rw3tTz18Kpzx6BjLx9Q-4wjVZyZd0A_rSxn-oO1N_KY,4871
|
|
33
|
+
sagemaker_core-1.0.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
34
|
+
sagemaker_core-1.0.51.dist-info/top_level.txt,sha256=R3GAZZ1zC5JxqdE_0x2Lu_WYi2Xfke7VsiP3L5zngfA,15
|
|
35
|
+
sagemaker_core-1.0.51.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|