aws-sdk-sagemaker 1.166.0 → 1.168.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: 2d24aff05be5414dfff87518cccbfb8d8f3f8c36d3e7ddc606a3e1357f31112a
4
- data.tar.gz: cff37812eb7cdd821e792661a0d8708af48a9c886fecbe88125bc9f21da71f7c
3
+ metadata.gz: 7b7c051ce2d8e5612a8bab7821e45fd5d943328ab835e59e31fd34285ae4c598
4
+ data.tar.gz: b170adeb5f709e16b2c1401e2af9c2096cc24ff8f7b52252eed1bd435a28913b
5
5
  SHA512:
6
- metadata.gz: e0d8e9613582f76e3ae6ed19bada97001250b3e04c0476d626235b043c4472384a67bf53656131300aff7637695ed3627a861305efde0c3991271ca39961e12b
7
- data.tar.gz: 3ea211b73508d09134a31484c09757299c3089725f7e452c1c72452ed9cefe06129678596c522e87e6f277ef85bbec2c644eb932c818723aed5a001ee5b6650f
6
+ metadata.gz: 397280367b8e93481140fa127f1037ae38b274626fe6c0f97dff7338f6833be96190a9453ef169423467acc5dff4a7fe22614406a8b04dfe302fff5e372a5596
7
+ data.tar.gz: ab5d2e4d7a588dbf4471258980e266126a5e0a09f15b71869b87e6a66a681c2df510c5abd795835a56b3b4eeb47869182854e24db11f17caf3a39246b3eabcd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.168.0 (2023-03-08)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.167.0 (2023-03-02)
10
+ ------------------
11
+
12
+ * Feature - Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response.
13
+
4
14
  1.166.0 (2023-02-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.166.0
1
+ 1.168.0
@@ -5136,8 +5136,14 @@ module Aws::SageMaker
5136
5136
  #
5137
5137
  # @option params [String] :sample_payload_url
5138
5138
  # The Amazon Simple Storage Service (Amazon S3) path where the sample
5139
- # payload are stored. This path must point to a single gzip compressed
5140
- # tar archive (.tar.gz suffix).
5139
+ # payload is stored. This path must point to a single gzip compressed
5140
+ # tar archive (.tar.gz suffix). This archive can hold multiple files
5141
+ # that are all equally used in the load test. Each file in the archive
5142
+ # must satisfy the size constraints of the [InvokeEndpoint][1] call.
5143
+ #
5144
+ #
5145
+ #
5146
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax
5141
5147
  #
5142
5148
  # @option params [Array<Types::AdditionalInferenceSpecificationDefinition>] :additional_inference_specifications
5143
5149
  # An array of additional Inference Specification objects. Each
@@ -5607,7 +5613,7 @@ module Aws::SageMaker
5607
5613
  end
5608
5614
 
5609
5615
  # Creates a schedule that regularly starts Amazon SageMaker Processing
5610
- # Jobs to monitor the data captured for an Amazon SageMaker Endoint.
5616
+ # Jobs to monitor the data captured for an Amazon SageMaker Endpoint.
5611
5617
  #
5612
5618
  # @option params [required, String] :monitoring_schedule_name
5613
5619
  # The name of the monitoring schedule. The name must be unique within an
@@ -9188,10 +9194,16 @@ module Aws::SageMaker
9188
9194
  # resp.created_by.user_profile_arn #=> String
9189
9195
  # resp.created_by.user_profile_name #=> String
9190
9196
  # resp.created_by.domain_id #=> String
9197
+ # resp.created_by.iam_identity.arn #=> String
9198
+ # resp.created_by.iam_identity.principal_id #=> String
9199
+ # resp.created_by.iam_identity.source_identity #=> String
9191
9200
  # resp.last_modified_time #=> Time
9192
9201
  # resp.last_modified_by.user_profile_arn #=> String
9193
9202
  # resp.last_modified_by.user_profile_name #=> String
9194
9203
  # resp.last_modified_by.domain_id #=> String
9204
+ # resp.last_modified_by.iam_identity.arn #=> String
9205
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9206
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9195
9207
  # resp.metadata_properties.commit_id #=> String
9196
9208
  # resp.metadata_properties.repository #=> String
9197
9209
  # resp.metadata_properties.generated_by #=> String
@@ -9519,10 +9531,16 @@ module Aws::SageMaker
9519
9531
  # resp.created_by.user_profile_arn #=> String
9520
9532
  # resp.created_by.user_profile_name #=> String
9521
9533
  # resp.created_by.domain_id #=> String
9534
+ # resp.created_by.iam_identity.arn #=> String
9535
+ # resp.created_by.iam_identity.principal_id #=> String
9536
+ # resp.created_by.iam_identity.source_identity #=> String
9522
9537
  # resp.last_modified_time #=> Time
9523
9538
  # resp.last_modified_by.user_profile_arn #=> String
9524
9539
  # resp.last_modified_by.user_profile_name #=> String
9525
9540
  # resp.last_modified_by.domain_id #=> String
9541
+ # resp.last_modified_by.iam_identity.arn #=> String
9542
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9543
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9526
9544
  # resp.metadata_properties.commit_id #=> String
9527
9545
  # resp.metadata_properties.repository #=> String
9528
9546
  # resp.metadata_properties.generated_by #=> String
@@ -9815,10 +9833,16 @@ module Aws::SageMaker
9815
9833
  # resp.created_by.user_profile_arn #=> String
9816
9834
  # resp.created_by.user_profile_name #=> String
9817
9835
  # resp.created_by.domain_id #=> String
9836
+ # resp.created_by.iam_identity.arn #=> String
9837
+ # resp.created_by.iam_identity.principal_id #=> String
9838
+ # resp.created_by.iam_identity.source_identity #=> String
9818
9839
  # resp.last_modified_time #=> Time
9819
9840
  # resp.last_modified_by.user_profile_arn #=> String
9820
9841
  # resp.last_modified_by.user_profile_name #=> String
9821
9842
  # resp.last_modified_by.domain_id #=> String
9843
+ # resp.last_modified_by.iam_identity.arn #=> String
9844
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9845
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9822
9846
  # resp.lineage_group_arn #=> String
9823
9847
  #
9824
9848
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeContext AWS API Documentation
@@ -10612,10 +10636,16 @@ module Aws::SageMaker
10612
10636
  # resp.created_by.user_profile_arn #=> String
10613
10637
  # resp.created_by.user_profile_name #=> String
10614
10638
  # resp.created_by.domain_id #=> String
10639
+ # resp.created_by.iam_identity.arn #=> String
10640
+ # resp.created_by.iam_identity.principal_id #=> String
10641
+ # resp.created_by.iam_identity.source_identity #=> String
10615
10642
  # resp.last_modified_time #=> Time
10616
10643
  # resp.last_modified_by.user_profile_arn #=> String
10617
10644
  # resp.last_modified_by.user_profile_name #=> String
10618
10645
  # resp.last_modified_by.domain_id #=> String
10646
+ # resp.last_modified_by.iam_identity.arn #=> String
10647
+ # resp.last_modified_by.iam_identity.principal_id #=> String
10648
+ # resp.last_modified_by.iam_identity.source_identity #=> String
10619
10649
  #
10620
10650
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeExperiment AWS API Documentation
10621
10651
  #
@@ -11703,10 +11733,16 @@ module Aws::SageMaker
11703
11733
  # resp.created_by.user_profile_arn #=> String
11704
11734
  # resp.created_by.user_profile_name #=> String
11705
11735
  # resp.created_by.domain_id #=> String
11736
+ # resp.created_by.iam_identity.arn #=> String
11737
+ # resp.created_by.iam_identity.principal_id #=> String
11738
+ # resp.created_by.iam_identity.source_identity #=> String
11706
11739
  # resp.last_modified_time #=> Time
11707
11740
  # resp.last_modified_by.user_profile_arn #=> String
11708
11741
  # resp.last_modified_by.user_profile_name #=> String
11709
11742
  # resp.last_modified_by.domain_id #=> String
11743
+ # resp.last_modified_by.iam_identity.arn #=> String
11744
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11745
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11710
11746
  #
11711
11747
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroup AWS API Documentation
11712
11748
  #
@@ -11916,10 +11952,16 @@ module Aws::SageMaker
11916
11952
  # resp.created_by.user_profile_arn #=> String
11917
11953
  # resp.created_by.user_profile_name #=> String
11918
11954
  # resp.created_by.domain_id #=> String
11955
+ # resp.created_by.iam_identity.arn #=> String
11956
+ # resp.created_by.iam_identity.principal_id #=> String
11957
+ # resp.created_by.iam_identity.source_identity #=> String
11919
11958
  # resp.last_modified_time #=> Time
11920
11959
  # resp.last_modified_by.user_profile_arn #=> String
11921
11960
  # resp.last_modified_by.user_profile_name #=> String
11922
11961
  # resp.last_modified_by.domain_id #=> String
11962
+ # resp.last_modified_by.iam_identity.arn #=> String
11963
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11964
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11923
11965
  # resp.model_card_processing_status #=> String, one of "DeleteInProgress", "DeletePending", "ContentDeleted", "ExportJobsDeleted", "DeleteCompleted", "DeleteFailed"
11924
11966
  #
11925
11967
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard AWS API Documentation
@@ -12178,6 +12220,9 @@ module Aws::SageMaker
12178
12220
  # resp.created_by.user_profile_arn #=> String
12179
12221
  # resp.created_by.user_profile_name #=> String
12180
12222
  # resp.created_by.domain_id #=> String
12223
+ # resp.created_by.iam_identity.arn #=> String
12224
+ # resp.created_by.iam_identity.principal_id #=> String
12225
+ # resp.created_by.iam_identity.source_identity #=> String
12181
12226
  # resp.metadata_properties.commit_id #=> String
12182
12227
  # resp.metadata_properties.repository #=> String
12183
12228
  # resp.metadata_properties.generated_by #=> String
@@ -12210,6 +12255,9 @@ module Aws::SageMaker
12210
12255
  # resp.last_modified_by.user_profile_arn #=> String
12211
12256
  # resp.last_modified_by.user_profile_name #=> String
12212
12257
  # resp.last_modified_by.domain_id #=> String
12258
+ # resp.last_modified_by.iam_identity.arn #=> String
12259
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12260
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12213
12261
  # resp.approval_description #=> String
12214
12262
  # resp.customer_metadata_properties #=> Hash
12215
12263
  # resp.customer_metadata_properties["CustomerMetadataKey"] #=> String
@@ -12305,6 +12353,9 @@ module Aws::SageMaker
12305
12353
  # resp.created_by.user_profile_arn #=> String
12306
12354
  # resp.created_by.user_profile_name #=> String
12307
12355
  # resp.created_by.domain_id #=> String
12356
+ # resp.created_by.iam_identity.arn #=> String
12357
+ # resp.created_by.iam_identity.principal_id #=> String
12358
+ # resp.created_by.iam_identity.source_identity #=> String
12308
12359
  # resp.model_package_group_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting", "DeleteFailed"
12309
12360
  #
12310
12361
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroup AWS API Documentation
@@ -12687,9 +12738,15 @@ module Aws::SageMaker
12687
12738
  # resp.created_by.user_profile_arn #=> String
12688
12739
  # resp.created_by.user_profile_name #=> String
12689
12740
  # resp.created_by.domain_id #=> String
12741
+ # resp.created_by.iam_identity.arn #=> String
12742
+ # resp.created_by.iam_identity.principal_id #=> String
12743
+ # resp.created_by.iam_identity.source_identity #=> String
12690
12744
  # resp.last_modified_by.user_profile_arn #=> String
12691
12745
  # resp.last_modified_by.user_profile_name #=> String
12692
12746
  # resp.last_modified_by.domain_id #=> String
12747
+ # resp.last_modified_by.iam_identity.arn #=> String
12748
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12749
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12693
12750
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12694
12751
  #
12695
12752
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
@@ -12772,9 +12829,15 @@ module Aws::SageMaker
12772
12829
  # resp.created_by.user_profile_arn #=> String
12773
12830
  # resp.created_by.user_profile_name #=> String
12774
12831
  # resp.created_by.domain_id #=> String
12832
+ # resp.created_by.iam_identity.arn #=> String
12833
+ # resp.created_by.iam_identity.principal_id #=> String
12834
+ # resp.created_by.iam_identity.source_identity #=> String
12775
12835
  # resp.last_modified_by.user_profile_arn #=> String
12776
12836
  # resp.last_modified_by.user_profile_name #=> String
12777
12837
  # resp.last_modified_by.domain_id #=> String
12838
+ # resp.last_modified_by.iam_identity.arn #=> String
12839
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12840
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12778
12841
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12779
12842
  #
12780
12843
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
@@ -12954,11 +13017,17 @@ module Aws::SageMaker
12954
13017
  # resp.created_by.user_profile_arn #=> String
12955
13018
  # resp.created_by.user_profile_name #=> String
12956
13019
  # resp.created_by.domain_id #=> String
13020
+ # resp.created_by.iam_identity.arn #=> String
13021
+ # resp.created_by.iam_identity.principal_id #=> String
13022
+ # resp.created_by.iam_identity.source_identity #=> String
12957
13023
  # resp.creation_time #=> Time
12958
13024
  # resp.last_modified_time #=> Time
12959
13025
  # resp.last_modified_by.user_profile_arn #=> String
12960
13026
  # resp.last_modified_by.user_profile_name #=> String
12961
13027
  # resp.last_modified_by.domain_id #=> String
13028
+ # resp.last_modified_by.iam_identity.arn #=> String
13029
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13030
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12962
13031
  #
12963
13032
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject AWS API Documentation
12964
13033
  #
@@ -13448,10 +13517,16 @@ module Aws::SageMaker
13448
13517
  # resp.created_by.user_profile_arn #=> String
13449
13518
  # resp.created_by.user_profile_name #=> String
13450
13519
  # resp.created_by.domain_id #=> String
13520
+ # resp.created_by.iam_identity.arn #=> String
13521
+ # resp.created_by.iam_identity.principal_id #=> String
13522
+ # resp.created_by.iam_identity.source_identity #=> String
13451
13523
  # resp.last_modified_time #=> Time
13452
13524
  # resp.last_modified_by.user_profile_arn #=> String
13453
13525
  # resp.last_modified_by.user_profile_name #=> String
13454
13526
  # resp.last_modified_by.domain_id #=> String
13527
+ # resp.last_modified_by.iam_identity.arn #=> String
13528
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13529
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13455
13530
  # resp.metadata_properties.commit_id #=> String
13456
13531
  # resp.metadata_properties.repository #=> String
13457
13532
  # resp.metadata_properties.generated_by #=> String
@@ -13513,10 +13588,16 @@ module Aws::SageMaker
13513
13588
  # resp.created_by.user_profile_arn #=> String
13514
13589
  # resp.created_by.user_profile_name #=> String
13515
13590
  # resp.created_by.domain_id #=> String
13591
+ # resp.created_by.iam_identity.arn #=> String
13592
+ # resp.created_by.iam_identity.principal_id #=> String
13593
+ # resp.created_by.iam_identity.source_identity #=> String
13516
13594
  # resp.last_modified_time #=> Time
13517
13595
  # resp.last_modified_by.user_profile_arn #=> String
13518
13596
  # resp.last_modified_by.user_profile_name #=> String
13519
13597
  # resp.last_modified_by.domain_id #=> String
13598
+ # resp.last_modified_by.iam_identity.arn #=> String
13599
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13600
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13520
13601
  # resp.parameters #=> Hash
13521
13602
  # resp.parameters["TrialComponentKey256"].string_value #=> String
13522
13603
  # resp.parameters["TrialComponentKey256"].number_value #=> Float
@@ -13963,13 +14044,13 @@ module Aws::SageMaker
13963
14044
  req.send_request(options)
13964
14045
  end
13965
14046
 
13966
- # An auto-complete API for the search functionality in the Amazon
13967
- # SageMaker console. It returns suggestions of possible matches for the
13968
- # property name to use in `Search` queries. Provides suggestions for
14047
+ # An auto-complete API for the search functionality in the SageMaker
14048
+ # console. It returns suggestions of possible matches for the property
14049
+ # name to use in `Search` queries. Provides suggestions for
13969
14050
  # `HyperParameters`, `Tags`, and `Metrics`.
13970
14051
  #
13971
14052
  # @option params [required, String] :resource
13972
- # The name of the Amazon SageMaker resource to search for.
14053
+ # The name of the SageMaker resource to search for.
13973
14054
  #
13974
14055
  # @option params [Types::SuggestionQuery] :suggestion_query
13975
14056
  # Limits the property names that are included in the response.
@@ -14585,6 +14666,9 @@ module Aws::SageMaker
14585
14666
  # resp.association_summaries[0].created_by.user_profile_arn #=> String
14586
14667
  # resp.association_summaries[0].created_by.user_profile_name #=> String
14587
14668
  # resp.association_summaries[0].created_by.domain_id #=> String
14669
+ # resp.association_summaries[0].created_by.iam_identity.arn #=> String
14670
+ # resp.association_summaries[0].created_by.iam_identity.principal_id #=> String
14671
+ # resp.association_summaries[0].created_by.iam_identity.source_identity #=> String
14588
14672
  # resp.next_token #=> String
14589
14673
  #
14590
14674
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociations AWS API Documentation
@@ -16473,6 +16557,8 @@ module Aws::SageMaker
16473
16557
  # resp.steps[0].inference_benchmark.model_configuration.environment_parameters[0].value #=> String
16474
16558
  # resp.steps[0].inference_benchmark.model_configuration.compilation_job_name #=> String
16475
16559
  # resp.steps[0].inference_benchmark.failure_reason #=> String
16560
+ # resp.steps[0].inference_benchmark.endpoint_metrics.max_invocations #=> Integer
16561
+ # resp.steps[0].inference_benchmark.endpoint_metrics.model_latency #=> Integer
16476
16562
  # resp.next_token #=> String
16477
16563
  #
16478
16564
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobSteps AWS API Documentation
@@ -19125,10 +19211,16 @@ module Aws::SageMaker
19125
19211
  # resp.trial_component_summaries[0].created_by.user_profile_arn #=> String
19126
19212
  # resp.trial_component_summaries[0].created_by.user_profile_name #=> String
19127
19213
  # resp.trial_component_summaries[0].created_by.domain_id #=> String
19214
+ # resp.trial_component_summaries[0].created_by.iam_identity.arn #=> String
19215
+ # resp.trial_component_summaries[0].created_by.iam_identity.principal_id #=> String
19216
+ # resp.trial_component_summaries[0].created_by.iam_identity.source_identity #=> String
19128
19217
  # resp.trial_component_summaries[0].last_modified_time #=> Time
19129
19218
  # resp.trial_component_summaries[0].last_modified_by.user_profile_arn #=> String
19130
19219
  # resp.trial_component_summaries[0].last_modified_by.user_profile_name #=> String
19131
19220
  # resp.trial_component_summaries[0].last_modified_by.domain_id #=> String
19221
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.arn #=> String
19222
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.principal_id #=> String
19223
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.source_identity #=> String
19132
19224
  # resp.next_token #=> String
19133
19225
  #
19134
19226
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponents AWS API Documentation
@@ -19706,7 +19798,7 @@ module Aws::SageMaker
19706
19798
  req.send_request(options)
19707
19799
  end
19708
19800
 
19709
- # Finds Amazon SageMaker resources that match a search query. Matching
19801
+ # Finds SageMaker resources that match a search query. Matching
19710
19802
  # resources are returned as a list of `SearchRecord` objects in the
19711
19803
  # response. You can sort the search results by any resource property in
19712
19804
  # a ascending or descending order.
@@ -19714,8 +19806,18 @@ module Aws::SageMaker
19714
19806
  # You can query against the following value types: numeric, text,
19715
19807
  # Boolean, and timestamp.
19716
19808
  #
19809
+ # <note markdown="1"> The Search API may provide access to otherwise restricted data. See
19810
+ # [Amazon SageMaker API Permissions: Actions, Permissions, and Resources
19811
+ # Reference][1] for more information.
19812
+ #
19813
+ # </note>
19814
+ #
19815
+ #
19816
+ #
19817
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html
19818
+ #
19717
19819
  # @option params [required, String] :resource
19718
- # The name of the Amazon SageMaker resource to search for.
19820
+ # The name of the SageMaker resource to search for.
19719
19821
  #
19720
19822
  # @option params [Types::SearchExpression] :search_expression
19721
19823
  # A Boolean conditional statement. Resources must satisfy this condition
@@ -22401,21 +22503,27 @@ module Aws::SageMaker
22401
22503
  #
22402
22504
  # @option params [Hash<String,Types::TrialComponentParameterValue>] :parameters
22403
22505
  # Replaces all of the component's hyperparameters with the specified
22404
- # hyperparameters.
22506
+ # hyperparameters or add new hyperparameters. Existing hyperparameters
22507
+ # are replaced if the trial component is updated with an identical
22508
+ # hyperparameter key.
22405
22509
  #
22406
22510
  # @option params [Array<String>] :parameters_to_remove
22407
22511
  # The hyperparameters to remove from the component.
22408
22512
  #
22409
22513
  # @option params [Hash<String,Types::TrialComponentArtifact>] :input_artifacts
22410
22514
  # Replaces all of the component's input artifacts with the specified
22411
- # artifacts.
22515
+ # artifacts or adds new input artifacts. Existing input artifacts are
22516
+ # replaced if the trial component is updated with an identical input
22517
+ # artifact key.
22412
22518
  #
22413
22519
  # @option params [Array<String>] :input_artifacts_to_remove
22414
22520
  # The input artifacts to remove from the component.
22415
22521
  #
22416
22522
  # @option params [Hash<String,Types::TrialComponentArtifact>] :output_artifacts
22417
22523
  # Replaces all of the component's output artifacts with the specified
22418
- # artifacts.
22524
+ # artifacts or adds new output artifacts. Existing output artifacts are
22525
+ # replaced if the trial component is updated with an identical output
22526
+ # artifact key.
22419
22527
  #
22420
22528
  # @option params [Array<String>] :output_artifacts_to_remove
22421
22529
  # The output artifacts to remove from the component.
@@ -22594,7 +22702,7 @@ module Aws::SageMaker
22594
22702
  # message on the worker portal.
22595
22703
  #
22596
22704
  # To restrict access to all the workers in public internet, add the
22597
- # `SourceIpConfig` CIDR value as "0.0.0.0/0".
22705
+ # `SourceIpConfig` CIDR value as "10.0.0.0/16".
22598
22706
  #
22599
22707
  # Amazon SageMaker does not support Source Ip restriction for worker
22600
22708
  # portals in VPC.
@@ -22812,7 +22920,7 @@ module Aws::SageMaker
22812
22920
  params: params,
22813
22921
  config: config)
22814
22922
  context[:gem_name] = 'aws-sdk-sagemaker'
22815
- context[:gem_version] = '1.166.0'
22923
+ context[:gem_version] = '1.168.0'
22816
22924
  Seahorse::Client::Request.new(handlers, context)
22817
22925
  end
22818
22926
 
@@ -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')
@@ -5258,6 +5259,11 @@ module Aws::SageMaker
5258
5259
  HyperbandStrategyConfig.add_member(:max_resource, Shapes::ShapeRef.new(shape: HyperbandStrategyMaxResource, location_name: "MaxResource"))
5259
5260
  HyperbandStrategyConfig.struct_class = Types::HyperbandStrategyConfig
5260
5261
 
5262
+ IamIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
5263
+ IamIdentity.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
5264
+ IamIdentity.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
5265
+ IamIdentity.struct_class = Types::IamIdentity
5266
+
5261
5267
  Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
5262
5268
  Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
5263
5269
  Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
@@ -7637,6 +7643,7 @@ module Aws::SageMaker
7637
7643
  RecommendationJobInferenceBenchmark.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, location_name: "EndpointConfiguration"))
7638
7644
  RecommendationJobInferenceBenchmark.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
7639
7645
  RecommendationJobInferenceBenchmark.add_member(:failure_reason, Shapes::ShapeRef.new(shape: RecommendationFailureReason, location_name: "FailureReason"))
7646
+ RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
7640
7647
  RecommendationJobInferenceBenchmark.struct_class = Types::RecommendationJobInferenceBenchmark
7641
7648
 
7642
7649
  RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageVersionArn"))
@@ -8687,6 +8694,7 @@ module Aws::SageMaker
8687
8694
  UserContext.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileArn"))
8688
8695
  UserContext.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileName"))
8689
8696
  UserContext.add_member(:domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DomainId"))
8697
+ UserContext.add_member(:iam_identity, Shapes::ShapeRef.new(shape: IamIdentity, location_name: "IamIdentity"))
8690
8698
  UserContext.struct_class = Types::UserContext
8691
8699
 
8692
8700
  UserProfileDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
@@ -6709,8 +6709,14 @@ module Aws::SageMaker
6709
6709
  #
6710
6710
  # @!attribute [rw] sample_payload_url
6711
6711
  # The Amazon Simple Storage Service (Amazon S3) path where the sample
6712
- # payload are stored. This path must point to a single gzip compressed
6713
- # tar archive (.tar.gz suffix).
6712
+ # payload is stored. This path must point to a single gzip compressed
6713
+ # tar archive (.tar.gz suffix). This archive can hold multiple files
6714
+ # that are all equally used in the load test. Each file in the archive
6715
+ # must satisfy the size constraints of the [InvokeEndpoint][1] call.
6716
+ #
6717
+ #
6718
+ #
6719
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax
6714
6720
  # @return [String]
6715
6721
  #
6716
6722
  # @!attribute [rw] additional_inference_specifications
@@ -17071,8 +17077,8 @@ module Aws::SageMaker
17071
17077
  # resource property, a Boolean operator, and a value. Resources that
17072
17078
  # match the statement are returned in the results from the Search API.
17073
17079
  #
17074
- # If you specify a `Value`, but not an `Operator`, Amazon SageMaker uses
17075
- # the equals operator.
17080
+ # If you specify a `Value`, but not an `Operator`, SageMaker uses the
17081
+ # equals operator.
17076
17082
  #
17077
17083
  # In search, there are several property types:
17078
17084
  #
@@ -17482,7 +17488,7 @@ module Aws::SageMaker
17482
17488
  end
17483
17489
 
17484
17490
  # @!attribute [rw] resource
17485
- # The name of the Amazon SageMaker resource to search for.
17491
+ # The name of the SageMaker resource to search for.
17486
17492
  # @return [String]
17487
17493
  #
17488
17494
  # @!attribute [rw] suggestion_query
@@ -19915,6 +19921,32 @@ module Aws::SageMaker
19915
19921
  include Aws::Structure
19916
19922
  end
19917
19923
 
19924
+ # The IAM Identity details associated with the user. These details are
19925
+ # associated with model package groups, model packages and project
19926
+ # entities only.
19927
+ #
19928
+ # @!attribute [rw] arn
19929
+ # The Amazon Resource Name (ARN) of the IAM identity.
19930
+ # @return [String]
19931
+ #
19932
+ # @!attribute [rw] principal_id
19933
+ # The ID of the principal that assumes the IAM identity.
19934
+ # @return [String]
19935
+ #
19936
+ # @!attribute [rw] source_identity
19937
+ # The person or application which assumes the IAM identity.
19938
+ # @return [String]
19939
+ #
19940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IamIdentity AWS API Documentation
19941
+ #
19942
+ class IamIdentity < Struct.new(
19943
+ :arn,
19944
+ :principal_id,
19945
+ :source_identity)
19946
+ SENSITIVE = []
19947
+ include Aws::Structure
19948
+ end
19949
+
19918
19950
  # A SageMaker image. A SageMaker image represents a set of container
19919
19951
  # images that are derived from a common base container image. Each of
19920
19952
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -20376,7 +20408,7 @@ module Aws::SageMaker
20376
20408
  #
20377
20409
  #
20378
20410
  #
20379
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InferenceRecommendationsJobStep.html
20411
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html
20380
20412
  #
20381
20413
  # @!attribute [rw] step_type
20382
20414
  # The type of the subtask.
@@ -32064,7 +32096,7 @@ module Aws::SageMaker
32064
32096
  #
32065
32097
  # @!attribute [rw] property_name
32066
32098
  # A suggested property name based on what you entered in the search
32067
- # textbox in the Amazon SageMaker console.
32099
+ # textbox in the SageMaker console.
32068
32100
  # @return [String]
32069
32101
  #
32070
32102
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PropertyNameSuggestion AWS API Documentation
@@ -32822,13 +32854,19 @@ module Aws::SageMaker
32822
32854
  # The reason why a benchmark failed.
32823
32855
  # @return [String]
32824
32856
  #
32857
+ # @!attribute [rw] endpoint_metrics
32858
+ # The metrics for an existing endpoint compared in an Inference
32859
+ # Recommender job.
32860
+ # @return [Types::InferenceMetrics]
32861
+ #
32825
32862
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobInferenceBenchmark AWS API Documentation
32826
32863
  #
32827
32864
  class RecommendationJobInferenceBenchmark < Struct.new(
32828
32865
  :metrics,
32829
32866
  :endpoint_configuration,
32830
32867
  :model_configuration,
32831
- :failure_reason)
32868
+ :failure_reason,
32869
+ :endpoint_metrics)
32832
32870
  SENSITIVE = []
32833
32871
  include Aws::Structure
32834
32872
  end
@@ -33543,8 +33581,8 @@ module Aws::SageMaker
33543
33581
  # @return [Integer]
33544
33582
  #
33545
33583
  # @!attribute [rw] max_runtime_in_seconds
33546
- # The maximum time in seconds that a training job launched by a
33547
- # hyperparameter tuning job can run.
33584
+ # The maximum time in seconds that a hyperparameter tuning job can
33585
+ # run.
33548
33586
  # @return [Integer]
33549
33587
  #
33550
33588
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceLimits AWS API Documentation
@@ -34032,7 +34070,7 @@ module Aws::SageMaker
34032
34070
  end
34033
34071
 
34034
34072
  # @!attribute [rw] resource
34035
- # The name of the Amazon SageMaker resource to search for.
34073
+ # The name of the SageMaker resource to search for.
34036
34074
  # @return [String]
34037
34075
  #
34038
34076
  # @!attribute [rw] search_expression
@@ -38700,7 +38738,9 @@ module Aws::SageMaker
38700
38738
  #
38701
38739
  # @!attribute [rw] parameters
38702
38740
  # Replaces all of the component's hyperparameters with the specified
38703
- # hyperparameters.
38741
+ # hyperparameters or add new hyperparameters. Existing hyperparameters
38742
+ # are replaced if the trial component is updated with an identical
38743
+ # hyperparameter key.
38704
38744
  # @return [Hash<String,Types::TrialComponentParameterValue>]
38705
38745
  #
38706
38746
  # @!attribute [rw] parameters_to_remove
@@ -38709,7 +38749,9 @@ module Aws::SageMaker
38709
38749
  #
38710
38750
  # @!attribute [rw] input_artifacts
38711
38751
  # Replaces all of the component's input artifacts with the specified
38712
- # artifacts.
38752
+ # artifacts or adds new input artifacts. Existing input artifacts are
38753
+ # replaced if the trial component is updated with an identical input
38754
+ # artifact key.
38713
38755
  # @return [Hash<String,Types::TrialComponentArtifact>]
38714
38756
  #
38715
38757
  # @!attribute [rw] input_artifacts_to_remove
@@ -38718,7 +38760,9 @@ module Aws::SageMaker
38718
38760
  #
38719
38761
  # @!attribute [rw] output_artifacts
38720
38762
  # Replaces all of the component's output artifacts with the specified
38721
- # artifacts.
38763
+ # artifacts or adds new output artifacts. Existing output artifacts
38764
+ # are replaced if the trial component is updated with an identical
38765
+ # output artifact key.
38722
38766
  # @return [Hash<String,Types::TrialComponentArtifact>]
38723
38767
  #
38724
38768
  # @!attribute [rw] output_artifacts_to_remove
@@ -38958,12 +39002,19 @@ module Aws::SageMaker
38958
39002
  # The domain associated with the user.
38959
39003
  # @return [String]
38960
39004
  #
39005
+ # @!attribute [rw] iam_identity
39006
+ # The IAM Identity details associated with the user. These details are
39007
+ # associated with model package groups, model packages, and project
39008
+ # entities only.
39009
+ # @return [Types::IamIdentity]
39010
+ #
38961
39011
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserContext AWS API Documentation
38962
39012
  #
38963
39013
  class UserContext < Struct.new(
38964
39014
  :user_profile_arn,
38965
39015
  :user_profile_name,
38966
- :domain_id)
39016
+ :domain_id,
39017
+ :iam_identity)
38967
39018
  SENSITIVE = []
38968
39019
  include Aws::Structure
38969
39020
  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.166.0'
56
+ GEM_VERSION = '1.168.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.166.0
4
+ version: 1.168.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-02-10 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core