aws-sdk-sagemaker 1.167.0 → 1.169.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7569b2f029a494a06dd3cefae29b30b9daaf13f52e411b78584e5f9980090ce
4
- data.tar.gz: abfc593407e602e5e4630ddeda4d46237277957658ecbeedc9e15e7c2fc29d21
3
+ metadata.gz: 36dc8f50a200d8a828acabcb23db599db0ac3f7510c571d3ae632b48b7a0f121
4
+ data.tar.gz: 854b993984bcb53644ea962dbde539a67222aff3084bdb45a354ca6b934e0bb1
5
5
  SHA512:
6
- metadata.gz: ec3a588ca817c0203bbdc61754670e88fa94a1a59eb727cb8a47efd80bb5e44ffe999b5e039c2c9315eb4d3a66790b97c460beeb65976deb5ed6a25b679bd32d
7
- data.tar.gz: 9da1793147e4f14562a1d6cbac9ce5d2a15af10f09d92e3680f78e39f75cb44a79154d9f686b5ac2dc24987ad31482278fb112550c081120bce679fa754f30b7
6
+ metadata.gz: ac5e9109f057309ac087c945c286221cda9b562817ee8433b6fa02c6108d4f6724ee9ad00665f66fc698abedfae607c11c1762dbb3f9cad667ec132084634a76
7
+ data.tar.gz: 4e44c31b0f22d808c480a3ff0968bbd7c7b7073f874cdcfa22fc8f195b5ab9209f1f42f1c52bb8bf341182d264a5b87e32eebd831db49d8b4b7481d4175a9791
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.169.0 (2023-03-09)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
8
+
9
+ 1.168.0 (2023-03-08)
10
+ ------------------
11
+
12
+ * Feature - There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.
13
+
4
14
  1.167.0 (2023-03-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.167.0
1
+ 1.169.0
@@ -2601,6 +2601,7 @@ module Aws::SageMaker
2601
2601
  # volume_size_in_gb: 1,
2602
2602
  # model_data_download_timeout_in_seconds: 1,
2603
2603
  # container_startup_health_check_timeout_in_seconds: 1,
2604
+ # enable_ssm_access: false,
2604
2605
  # },
2605
2606
  # ],
2606
2607
  # data_capture_config: {
@@ -2689,6 +2690,7 @@ module Aws::SageMaker
2689
2690
  # volume_size_in_gb: 1,
2690
2691
  # model_data_download_timeout_in_seconds: 1,
2691
2692
  # container_startup_health_check_timeout_in_seconds: 1,
2693
+ # enable_ssm_access: false,
2692
2694
  # },
2693
2695
  # ],
2694
2696
  # })
@@ -9194,10 +9196,16 @@ module Aws::SageMaker
9194
9196
  # resp.created_by.user_profile_arn #=> String
9195
9197
  # resp.created_by.user_profile_name #=> String
9196
9198
  # resp.created_by.domain_id #=> String
9199
+ # resp.created_by.iam_identity.arn #=> String
9200
+ # resp.created_by.iam_identity.principal_id #=> String
9201
+ # resp.created_by.iam_identity.source_identity #=> String
9197
9202
  # resp.last_modified_time #=> Time
9198
9203
  # resp.last_modified_by.user_profile_arn #=> String
9199
9204
  # resp.last_modified_by.user_profile_name #=> String
9200
9205
  # resp.last_modified_by.domain_id #=> String
9206
+ # resp.last_modified_by.iam_identity.arn #=> String
9207
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9208
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9201
9209
  # resp.metadata_properties.commit_id #=> String
9202
9210
  # resp.metadata_properties.repository #=> String
9203
9211
  # resp.metadata_properties.generated_by #=> String
@@ -9525,10 +9533,16 @@ module Aws::SageMaker
9525
9533
  # resp.created_by.user_profile_arn #=> String
9526
9534
  # resp.created_by.user_profile_name #=> String
9527
9535
  # resp.created_by.domain_id #=> String
9536
+ # resp.created_by.iam_identity.arn #=> String
9537
+ # resp.created_by.iam_identity.principal_id #=> String
9538
+ # resp.created_by.iam_identity.source_identity #=> String
9528
9539
  # resp.last_modified_time #=> Time
9529
9540
  # resp.last_modified_by.user_profile_arn #=> String
9530
9541
  # resp.last_modified_by.user_profile_name #=> String
9531
9542
  # resp.last_modified_by.domain_id #=> String
9543
+ # resp.last_modified_by.iam_identity.arn #=> String
9544
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9545
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9532
9546
  # resp.metadata_properties.commit_id #=> String
9533
9547
  # resp.metadata_properties.repository #=> String
9534
9548
  # resp.metadata_properties.generated_by #=> String
@@ -9821,10 +9835,16 @@ module Aws::SageMaker
9821
9835
  # resp.created_by.user_profile_arn #=> String
9822
9836
  # resp.created_by.user_profile_name #=> String
9823
9837
  # resp.created_by.domain_id #=> String
9838
+ # resp.created_by.iam_identity.arn #=> String
9839
+ # resp.created_by.iam_identity.principal_id #=> String
9840
+ # resp.created_by.iam_identity.source_identity #=> String
9824
9841
  # resp.last_modified_time #=> Time
9825
9842
  # resp.last_modified_by.user_profile_arn #=> String
9826
9843
  # resp.last_modified_by.user_profile_name #=> String
9827
9844
  # resp.last_modified_by.domain_id #=> String
9845
+ # resp.last_modified_by.iam_identity.arn #=> String
9846
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9847
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9828
9848
  # resp.lineage_group_arn #=> String
9829
9849
  #
9830
9850
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeContext AWS API Documentation
@@ -10519,6 +10539,7 @@ module Aws::SageMaker
10519
10539
  # resp.production_variants[0].volume_size_in_gb #=> Integer
10520
10540
  # resp.production_variants[0].model_data_download_timeout_in_seconds #=> Integer
10521
10541
  # resp.production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
10542
+ # resp.production_variants[0].enable_ssm_access #=> Boolean
10522
10543
  # resp.data_capture_config.enable_capture #=> Boolean
10523
10544
  # resp.data_capture_config.initial_sampling_percentage #=> Integer
10524
10545
  # resp.data_capture_config.destination_s3_uri #=> String
@@ -10573,6 +10594,7 @@ module Aws::SageMaker
10573
10594
  # resp.shadow_production_variants[0].volume_size_in_gb #=> Integer
10574
10595
  # resp.shadow_production_variants[0].model_data_download_timeout_in_seconds #=> Integer
10575
10596
  # resp.shadow_production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
10597
+ # resp.shadow_production_variants[0].enable_ssm_access #=> Boolean
10576
10598
  #
10577
10599
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig AWS API Documentation
10578
10600
  #
@@ -10618,10 +10640,16 @@ module Aws::SageMaker
10618
10640
  # resp.created_by.user_profile_arn #=> String
10619
10641
  # resp.created_by.user_profile_name #=> String
10620
10642
  # resp.created_by.domain_id #=> String
10643
+ # resp.created_by.iam_identity.arn #=> String
10644
+ # resp.created_by.iam_identity.principal_id #=> String
10645
+ # resp.created_by.iam_identity.source_identity #=> String
10621
10646
  # resp.last_modified_time #=> Time
10622
10647
  # resp.last_modified_by.user_profile_arn #=> String
10623
10648
  # resp.last_modified_by.user_profile_name #=> String
10624
10649
  # resp.last_modified_by.domain_id #=> String
10650
+ # resp.last_modified_by.iam_identity.arn #=> String
10651
+ # resp.last_modified_by.iam_identity.principal_id #=> String
10652
+ # resp.last_modified_by.iam_identity.source_identity #=> String
10625
10653
  #
10626
10654
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeExperiment AWS API Documentation
10627
10655
  #
@@ -11709,10 +11737,16 @@ module Aws::SageMaker
11709
11737
  # resp.created_by.user_profile_arn #=> String
11710
11738
  # resp.created_by.user_profile_name #=> String
11711
11739
  # resp.created_by.domain_id #=> String
11740
+ # resp.created_by.iam_identity.arn #=> String
11741
+ # resp.created_by.iam_identity.principal_id #=> String
11742
+ # resp.created_by.iam_identity.source_identity #=> String
11712
11743
  # resp.last_modified_time #=> Time
11713
11744
  # resp.last_modified_by.user_profile_arn #=> String
11714
11745
  # resp.last_modified_by.user_profile_name #=> String
11715
11746
  # resp.last_modified_by.domain_id #=> String
11747
+ # resp.last_modified_by.iam_identity.arn #=> String
11748
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11749
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11716
11750
  #
11717
11751
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroup AWS API Documentation
11718
11752
  #
@@ -11922,10 +11956,16 @@ module Aws::SageMaker
11922
11956
  # resp.created_by.user_profile_arn #=> String
11923
11957
  # resp.created_by.user_profile_name #=> String
11924
11958
  # resp.created_by.domain_id #=> String
11959
+ # resp.created_by.iam_identity.arn #=> String
11960
+ # resp.created_by.iam_identity.principal_id #=> String
11961
+ # resp.created_by.iam_identity.source_identity #=> String
11925
11962
  # resp.last_modified_time #=> Time
11926
11963
  # resp.last_modified_by.user_profile_arn #=> String
11927
11964
  # resp.last_modified_by.user_profile_name #=> String
11928
11965
  # resp.last_modified_by.domain_id #=> String
11966
+ # resp.last_modified_by.iam_identity.arn #=> String
11967
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11968
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11929
11969
  # resp.model_card_processing_status #=> String, one of "DeleteInProgress", "DeletePending", "ContentDeleted", "ExportJobsDeleted", "DeleteCompleted", "DeleteFailed"
11930
11970
  #
11931
11971
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard AWS API Documentation
@@ -12184,6 +12224,9 @@ module Aws::SageMaker
12184
12224
  # resp.created_by.user_profile_arn #=> String
12185
12225
  # resp.created_by.user_profile_name #=> String
12186
12226
  # resp.created_by.domain_id #=> String
12227
+ # resp.created_by.iam_identity.arn #=> String
12228
+ # resp.created_by.iam_identity.principal_id #=> String
12229
+ # resp.created_by.iam_identity.source_identity #=> String
12187
12230
  # resp.metadata_properties.commit_id #=> String
12188
12231
  # resp.metadata_properties.repository #=> String
12189
12232
  # resp.metadata_properties.generated_by #=> String
@@ -12216,6 +12259,9 @@ module Aws::SageMaker
12216
12259
  # resp.last_modified_by.user_profile_arn #=> String
12217
12260
  # resp.last_modified_by.user_profile_name #=> String
12218
12261
  # resp.last_modified_by.domain_id #=> String
12262
+ # resp.last_modified_by.iam_identity.arn #=> String
12263
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12264
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12219
12265
  # resp.approval_description #=> String
12220
12266
  # resp.customer_metadata_properties #=> Hash
12221
12267
  # resp.customer_metadata_properties["CustomerMetadataKey"] #=> String
@@ -12311,6 +12357,9 @@ module Aws::SageMaker
12311
12357
  # resp.created_by.user_profile_arn #=> String
12312
12358
  # resp.created_by.user_profile_name #=> String
12313
12359
  # resp.created_by.domain_id #=> String
12360
+ # resp.created_by.iam_identity.arn #=> String
12361
+ # resp.created_by.iam_identity.principal_id #=> String
12362
+ # resp.created_by.iam_identity.source_identity #=> String
12314
12363
  # resp.model_package_group_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting", "DeleteFailed"
12315
12364
  #
12316
12365
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroup AWS API Documentation
@@ -12693,9 +12742,15 @@ module Aws::SageMaker
12693
12742
  # resp.created_by.user_profile_arn #=> String
12694
12743
  # resp.created_by.user_profile_name #=> String
12695
12744
  # resp.created_by.domain_id #=> String
12745
+ # resp.created_by.iam_identity.arn #=> String
12746
+ # resp.created_by.iam_identity.principal_id #=> String
12747
+ # resp.created_by.iam_identity.source_identity #=> String
12696
12748
  # resp.last_modified_by.user_profile_arn #=> String
12697
12749
  # resp.last_modified_by.user_profile_name #=> String
12698
12750
  # resp.last_modified_by.domain_id #=> String
12751
+ # resp.last_modified_by.iam_identity.arn #=> String
12752
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12753
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12699
12754
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12700
12755
  #
12701
12756
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
@@ -12778,9 +12833,15 @@ module Aws::SageMaker
12778
12833
  # resp.created_by.user_profile_arn #=> String
12779
12834
  # resp.created_by.user_profile_name #=> String
12780
12835
  # resp.created_by.domain_id #=> String
12836
+ # resp.created_by.iam_identity.arn #=> String
12837
+ # resp.created_by.iam_identity.principal_id #=> String
12838
+ # resp.created_by.iam_identity.source_identity #=> String
12781
12839
  # resp.last_modified_by.user_profile_arn #=> String
12782
12840
  # resp.last_modified_by.user_profile_name #=> String
12783
12841
  # resp.last_modified_by.domain_id #=> String
12842
+ # resp.last_modified_by.iam_identity.arn #=> String
12843
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12844
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12784
12845
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12785
12846
  #
12786
12847
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
@@ -12960,11 +13021,17 @@ module Aws::SageMaker
12960
13021
  # resp.created_by.user_profile_arn #=> String
12961
13022
  # resp.created_by.user_profile_name #=> String
12962
13023
  # resp.created_by.domain_id #=> String
13024
+ # resp.created_by.iam_identity.arn #=> String
13025
+ # resp.created_by.iam_identity.principal_id #=> String
13026
+ # resp.created_by.iam_identity.source_identity #=> String
12963
13027
  # resp.creation_time #=> Time
12964
13028
  # resp.last_modified_time #=> Time
12965
13029
  # resp.last_modified_by.user_profile_arn #=> String
12966
13030
  # resp.last_modified_by.user_profile_name #=> String
12967
13031
  # resp.last_modified_by.domain_id #=> String
13032
+ # resp.last_modified_by.iam_identity.arn #=> String
13033
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13034
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12968
13035
  #
12969
13036
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject AWS API Documentation
12970
13037
  #
@@ -13454,10 +13521,16 @@ module Aws::SageMaker
13454
13521
  # resp.created_by.user_profile_arn #=> String
13455
13522
  # resp.created_by.user_profile_name #=> String
13456
13523
  # resp.created_by.domain_id #=> String
13524
+ # resp.created_by.iam_identity.arn #=> String
13525
+ # resp.created_by.iam_identity.principal_id #=> String
13526
+ # resp.created_by.iam_identity.source_identity #=> String
13457
13527
  # resp.last_modified_time #=> Time
13458
13528
  # resp.last_modified_by.user_profile_arn #=> String
13459
13529
  # resp.last_modified_by.user_profile_name #=> String
13460
13530
  # resp.last_modified_by.domain_id #=> String
13531
+ # resp.last_modified_by.iam_identity.arn #=> String
13532
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13533
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13461
13534
  # resp.metadata_properties.commit_id #=> String
13462
13535
  # resp.metadata_properties.repository #=> String
13463
13536
  # resp.metadata_properties.generated_by #=> String
@@ -13519,10 +13592,16 @@ module Aws::SageMaker
13519
13592
  # resp.created_by.user_profile_arn #=> String
13520
13593
  # resp.created_by.user_profile_name #=> String
13521
13594
  # resp.created_by.domain_id #=> String
13595
+ # resp.created_by.iam_identity.arn #=> String
13596
+ # resp.created_by.iam_identity.principal_id #=> String
13597
+ # resp.created_by.iam_identity.source_identity #=> String
13522
13598
  # resp.last_modified_time #=> Time
13523
13599
  # resp.last_modified_by.user_profile_arn #=> String
13524
13600
  # resp.last_modified_by.user_profile_name #=> String
13525
13601
  # resp.last_modified_by.domain_id #=> String
13602
+ # resp.last_modified_by.iam_identity.arn #=> String
13603
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13604
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13526
13605
  # resp.parameters #=> Hash
13527
13606
  # resp.parameters["TrialComponentKey256"].string_value #=> String
13528
13607
  # resp.parameters["TrialComponentKey256"].number_value #=> Float
@@ -14591,6 +14670,9 @@ module Aws::SageMaker
14591
14670
  # resp.association_summaries[0].created_by.user_profile_arn #=> String
14592
14671
  # resp.association_summaries[0].created_by.user_profile_name #=> String
14593
14672
  # resp.association_summaries[0].created_by.domain_id #=> String
14673
+ # resp.association_summaries[0].created_by.iam_identity.arn #=> String
14674
+ # resp.association_summaries[0].created_by.iam_identity.principal_id #=> String
14675
+ # resp.association_summaries[0].created_by.iam_identity.source_identity #=> String
14594
14676
  # resp.next_token #=> String
14595
14677
  #
14596
14678
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociations AWS API Documentation
@@ -19133,10 +19215,16 @@ module Aws::SageMaker
19133
19215
  # resp.trial_component_summaries[0].created_by.user_profile_arn #=> String
19134
19216
  # resp.trial_component_summaries[0].created_by.user_profile_name #=> String
19135
19217
  # resp.trial_component_summaries[0].created_by.domain_id #=> String
19218
+ # resp.trial_component_summaries[0].created_by.iam_identity.arn #=> String
19219
+ # resp.trial_component_summaries[0].created_by.iam_identity.principal_id #=> String
19220
+ # resp.trial_component_summaries[0].created_by.iam_identity.source_identity #=> String
19136
19221
  # resp.trial_component_summaries[0].last_modified_time #=> Time
19137
19222
  # resp.trial_component_summaries[0].last_modified_by.user_profile_arn #=> String
19138
19223
  # resp.trial_component_summaries[0].last_modified_by.user_profile_name #=> String
19139
19224
  # resp.trial_component_summaries[0].last_modified_by.domain_id #=> String
19225
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.arn #=> String
19226
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.principal_id #=> String
19227
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.source_identity #=> String
19140
19228
  # resp.next_token #=> String
19141
19229
  #
19142
19230
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponents AWS API Documentation
@@ -22618,7 +22706,7 @@ module Aws::SageMaker
22618
22706
  # message on the worker portal.
22619
22707
  #
22620
22708
  # To restrict access to all the workers in public internet, add the
22621
- # `SourceIpConfig` CIDR value as "0.0.0.0/0".
22709
+ # `SourceIpConfig` CIDR value as "10.0.0.0/16".
22622
22710
  #
22623
22711
  # Amazon SageMaker does not support Source Ip restriction for worker
22624
22712
  # portals in VPC.
@@ -22836,7 +22924,7 @@ module Aws::SageMaker
22836
22924
  params: params,
22837
22925
  config: config)
22838
22926
  context[:gem_name] = 'aws-sdk-sagemaker'
22839
- context[:gem_version] = '1.167.0'
22927
+ context[:gem_version] = '1.169.0'
22840
22928
  Seahorse::Client::Request.new(handlers, context)
22841
22929
  end
22842
22930
 
@@ -877,6 +877,7 @@ module Aws::SageMaker
877
877
  HyperbandStrategyConfig = Shapes::StructureShape.new(name: 'HyperbandStrategyConfig')
878
878
  HyperbandStrategyMaxResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMaxResource')
879
879
  HyperbandStrategyMinResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMinResource')
880
+ IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity')
880
881
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
881
882
  Image = Shapes::StructureShape.new(name: 'Image')
882
883
  ImageArn = Shapes::StringShape.new(name: 'ImageArn')
@@ -1496,6 +1497,7 @@ module Aws::SageMaker
1496
1497
  ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
1497
1498
  ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
1498
1499
  ProductionVariantModelDataDownloadTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantModelDataDownloadTimeoutInSeconds')
1500
+ ProductionVariantSSMAccess = Shapes::BooleanShape.new(name: 'ProductionVariantSSMAccess')
1499
1501
  ProductionVariantServerlessConfig = Shapes::StructureShape.new(name: 'ProductionVariantServerlessConfig')
1500
1502
  ProductionVariantStatus = Shapes::StructureShape.new(name: 'ProductionVariantStatus')
1501
1503
  ProductionVariantStatusList = Shapes::ListShape.new(name: 'ProductionVariantStatusList')
@@ -5258,6 +5260,11 @@ module Aws::SageMaker
5258
5260
  HyperbandStrategyConfig.add_member(:max_resource, Shapes::ShapeRef.new(shape: HyperbandStrategyMaxResource, location_name: "MaxResource"))
5259
5261
  HyperbandStrategyConfig.struct_class = Types::HyperbandStrategyConfig
5260
5262
 
5263
+ IamIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
5264
+ IamIdentity.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
5265
+ IamIdentity.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
5266
+ IamIdentity.struct_class = Types::IamIdentity
5267
+
5261
5268
  Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
5262
5269
  Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
5263
5270
  Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
@@ -7435,6 +7442,7 @@ module Aws::SageMaker
7435
7442
  ProductionVariant.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProductionVariantVolumeSizeInGB, location_name: "VolumeSizeInGB"))
7436
7443
  ProductionVariant.add_member(:model_data_download_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantModelDataDownloadTimeoutInSeconds, location_name: "ModelDataDownloadTimeoutInSeconds"))
7437
7444
  ProductionVariant.add_member(:container_startup_health_check_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds, location_name: "ContainerStartupHealthCheckTimeoutInSeconds"))
7445
+ ProductionVariant.add_member(:enable_ssm_access, Shapes::ShapeRef.new(shape: ProductionVariantSSMAccess, location_name: "EnableSSMAccess"))
7438
7446
  ProductionVariant.struct_class = Types::ProductionVariant
7439
7447
 
7440
7448
  ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
@@ -8688,6 +8696,7 @@ module Aws::SageMaker
8688
8696
  UserContext.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileArn"))
8689
8697
  UserContext.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileName"))
8690
8698
  UserContext.add_member(:domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DomainId"))
8699
+ UserContext.add_member(:iam_identity, Shapes::ShapeRef.new(shape: IamIdentity, location_name: "IamIdentity"))
8691
8700
  UserContext.struct_class = Types::UserContext
8692
8701
 
8693
8702
  UserProfileDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
@@ -17264,18 +17264,27 @@ module Aws::SageMaker
17264
17264
  include Aws::Structure
17265
17265
  end
17266
17266
 
17267
- # Shows the final value for the objective metric for a training job that
17268
- # was launched by a hyperparameter tuning job. You define the objective
17267
+ # Shows the latest objective metric emitted by a training job that was
17268
+ # launched by a hyperparameter tuning job. You define the objective
17269
17269
  # metric in the `HyperParameterTuningJobObjective` parameter of
17270
17270
  # HyperParameterTuningJobConfig.
17271
17271
  #
17272
17272
  # @!attribute [rw] type
17273
- # Whether to minimize or maximize the objective metric. Valid values
17274
- # are Minimize and Maximize.
17273
+ # Select if you want to minimize or maximize the objective metric
17274
+ # during hyperparameter tuning.
17275
17275
  # @return [String]
17276
17276
  #
17277
17277
  # @!attribute [rw] metric_name
17278
- # The name of the objective metric.
17278
+ # The name of the objective metric. For SageMaker built-in algorithms,
17279
+ # metrics are defined per algorithm. See the [metrics for XGBoost][1]
17280
+ # as an example. You can also use a custom algorithm for training and
17281
+ # define your own metrics. For more information, see [Define metrics
17282
+ # and environment variables][2].
17283
+ #
17284
+ #
17285
+ #
17286
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost-tuning.html
17287
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html
17279
17288
  # @return [String]
17280
17289
  #
17281
17290
  # @!attribute [rw] value
@@ -19921,6 +19930,32 @@ module Aws::SageMaker
19921
19930
  include Aws::Structure
19922
19931
  end
19923
19932
 
19933
+ # The IAM Identity details associated with the user. These details are
19934
+ # associated with model package groups, model packages and project
19935
+ # entities only.
19936
+ #
19937
+ # @!attribute [rw] arn
19938
+ # The Amazon Resource Name (ARN) of the IAM identity.
19939
+ # @return [String]
19940
+ #
19941
+ # @!attribute [rw] principal_id
19942
+ # The ID of the principal that assumes the IAM identity.
19943
+ # @return [String]
19944
+ #
19945
+ # @!attribute [rw] source_identity
19946
+ # The person or application which assumes the IAM identity.
19947
+ # @return [String]
19948
+ #
19949
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IamIdentity AWS API Documentation
19950
+ #
19951
+ class IamIdentity < Struct.new(
19952
+ :arn,
19953
+ :principal_id,
19954
+ :source_identity)
19955
+ SENSITIVE = []
19956
+ include Aws::Structure
19957
+ end
19958
+
19924
19959
  # A SageMaker image. A SageMaker image represents a set of container
19925
19960
  # images that are derived from a common base container image. Each of
19926
19961
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -29846,9 +29881,9 @@ module Aws::SageMaker
29846
29881
  # The security configuration for `OnlineStore`.
29847
29882
  #
29848
29883
  # @!attribute [rw] kms_key_id
29849
- # The ID of the Amazon Web Services Key Management Service (Amazon Web
29850
- # Services KMS) key that SageMaker Feature Store uses to encrypt the
29851
- # Amazon S3 objects at rest using Amazon S3 server-side encryption.
29884
+ # The Amazon Web Services Key Management Service (KMS) key ARN that
29885
+ # SageMaker Feature Store uses to encrypt the Amazon S3 objects at
29886
+ # rest using Amazon S3 server-side encryption.
29852
29887
  #
29853
29888
  # The caller (either IAM user or IAM role) of `CreateFeatureGroup`
29854
29889
  # must have below permissions to the `OnlineStore` `KmsKeyId`\:
@@ -31473,7 +31508,12 @@ module Aws::SageMaker
31473
31508
  # Identifies a model that you want to host and the resources chosen to
31474
31509
  # deploy for hosting it. If you are deploying multiple models, tell
31475
31510
  # SageMaker how to distribute traffic among the models by specifying
31476
- # variant weights.
31511
+ # variant weights. For more information on production variants, check [
31512
+ # Production variants][1].
31513
+ #
31514
+ #
31515
+ #
31516
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-ab-testing.html
31477
31517
  #
31478
31518
  # @!attribute [rw] variant_name
31479
31519
  # The name of the production variant.
@@ -31545,6 +31585,15 @@ module Aws::SageMaker
31545
31585
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests
31546
31586
  # @return [Integer]
31547
31587
  #
31588
+ # @!attribute [rw] enable_ssm_access
31589
+ # You can use this parameter to turn on native Amazon Web Services
31590
+ # Systems Manager (SSM) access for a production variant behind an
31591
+ # endpoint. By default, SSM access is disabled for all production
31592
+ # variants behind an endpoints. You can turn on or turn off SSM access
31593
+ # for a production variant behind an existing endpoint by creating a
31594
+ # new endpoint configuration and calling `UpdateEndpoint`.
31595
+ # @return [Boolean]
31596
+ #
31548
31597
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
31549
31598
  #
31550
31599
  class ProductionVariant < Struct.new(
@@ -31558,7 +31607,8 @@ module Aws::SageMaker
31558
31607
  :serverless_config,
31559
31608
  :volume_size_in_gb,
31560
31609
  :model_data_download_timeout_in_seconds,
31561
- :container_startup_health_check_timeout_in_seconds)
31610
+ :container_startup_health_check_timeout_in_seconds,
31611
+ :enable_ssm_access)
31562
31612
  SENSITIVE = []
31563
31613
  include Aws::Structure
31564
31614
  end
@@ -33822,7 +33872,7 @@ module Aws::SageMaker
33822
33872
  # @return [String]
33823
33873
  #
33824
33874
  # @!attribute [rw] kms_key_id
33825
- # The Amazon Web Services Key Management Service (KMS) key ID of the
33875
+ # The Amazon Web Services Key Management Service (KMS) key ARN of the
33826
33876
  # key used to encrypt any objects written into the `OfflineStore` S3
33827
33877
  # location.
33828
33878
  #
@@ -38976,12 +39026,19 @@ module Aws::SageMaker
38976
39026
  # The domain associated with the user.
38977
39027
  # @return [String]
38978
39028
  #
39029
+ # @!attribute [rw] iam_identity
39030
+ # The IAM Identity details associated with the user. These details are
39031
+ # associated with model package groups, model packages, and project
39032
+ # entities only.
39033
+ # @return [Types::IamIdentity]
39034
+ #
38979
39035
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserContext AWS API Documentation
38980
39036
  #
38981
39037
  class UserContext < Struct.new(
38982
39038
  :user_profile_arn,
38983
39039
  :user_profile_name,
38984
- :domain_id)
39040
+ :domain_id,
39041
+ :iam_identity)
38985
39042
  SENSITIVE = []
38986
39043
  include Aws::Structure
38987
39044
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.167.0'
56
+ GEM_VERSION = '1.169.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.167.0
4
+ version: 1.169.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core