aws-sdk-sagemaker 1.166.0 → 1.167.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: b7569b2f029a494a06dd3cefae29b30b9daaf13f52e411b78584e5f9980090ce
4
+ data.tar.gz: abfc593407e602e5e4630ddeda4d46237277957658ecbeedc9e15e7c2fc29d21
5
5
  SHA512:
6
- metadata.gz: e0d8e9613582f76e3ae6ed19bada97001250b3e04c0476d626235b043c4472384a67bf53656131300aff7637695ed3627a861305efde0c3991271ca39961e12b
7
- data.tar.gz: 3ea211b73508d09134a31484c09757299c3089725f7e452c1c72452ed9cefe06129678596c522e87e6f277ef85bbec2c644eb932c818723aed5a001ee5b6650f
6
+ metadata.gz: ec3a588ca817c0203bbdc61754670e88fa94a1a59eb727cb8a47efd80bb5e44ffe999b5e039c2c9315eb4d3a66790b97c460beeb65976deb5ed6a25b679bd32d
7
+ data.tar.gz: 9da1793147e4f14562a1d6cbac9ce5d2a15af10f09d92e3680f78e39f75cb44a79154d9f686b5ac2dc24987ad31482278fb112550c081120bce679fa754f30b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.167.0 (2023-03-02)
5
+ ------------------
6
+
7
+ * Feature - Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response.
8
+
4
9
  1.166.0 (2023-02-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.166.0
1
+ 1.167.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
@@ -13963,13 +13969,13 @@ module Aws::SageMaker
13963
13969
  req.send_request(options)
13964
13970
  end
13965
13971
 
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
13972
+ # An auto-complete API for the search functionality in the SageMaker
13973
+ # console. It returns suggestions of possible matches for the property
13974
+ # name to use in `Search` queries. Provides suggestions for
13969
13975
  # `HyperParameters`, `Tags`, and `Metrics`.
13970
13976
  #
13971
13977
  # @option params [required, String] :resource
13972
- # The name of the Amazon SageMaker resource to search for.
13978
+ # The name of the SageMaker resource to search for.
13973
13979
  #
13974
13980
  # @option params [Types::SuggestionQuery] :suggestion_query
13975
13981
  # Limits the property names that are included in the response.
@@ -16473,6 +16479,8 @@ module Aws::SageMaker
16473
16479
  # resp.steps[0].inference_benchmark.model_configuration.environment_parameters[0].value #=> String
16474
16480
  # resp.steps[0].inference_benchmark.model_configuration.compilation_job_name #=> String
16475
16481
  # resp.steps[0].inference_benchmark.failure_reason #=> String
16482
+ # resp.steps[0].inference_benchmark.endpoint_metrics.max_invocations #=> Integer
16483
+ # resp.steps[0].inference_benchmark.endpoint_metrics.model_latency #=> Integer
16476
16484
  # resp.next_token #=> String
16477
16485
  #
16478
16486
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobSteps AWS API Documentation
@@ -19706,7 +19714,7 @@ module Aws::SageMaker
19706
19714
  req.send_request(options)
19707
19715
  end
19708
19716
 
19709
- # Finds Amazon SageMaker resources that match a search query. Matching
19717
+ # Finds SageMaker resources that match a search query. Matching
19710
19718
  # resources are returned as a list of `SearchRecord` objects in the
19711
19719
  # response. You can sort the search results by any resource property in
19712
19720
  # a ascending or descending order.
@@ -19714,8 +19722,18 @@ module Aws::SageMaker
19714
19722
  # You can query against the following value types: numeric, text,
19715
19723
  # Boolean, and timestamp.
19716
19724
  #
19725
+ # <note markdown="1"> The Search API may provide access to otherwise restricted data. See
19726
+ # [Amazon SageMaker API Permissions: Actions, Permissions, and Resources
19727
+ # Reference][1] for more information.
19728
+ #
19729
+ # </note>
19730
+ #
19731
+ #
19732
+ #
19733
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html
19734
+ #
19717
19735
  # @option params [required, String] :resource
19718
- # The name of the Amazon SageMaker resource to search for.
19736
+ # The name of the SageMaker resource to search for.
19719
19737
  #
19720
19738
  # @option params [Types::SearchExpression] :search_expression
19721
19739
  # A Boolean conditional statement. Resources must satisfy this condition
@@ -22401,21 +22419,27 @@ module Aws::SageMaker
22401
22419
  #
22402
22420
  # @option params [Hash<String,Types::TrialComponentParameterValue>] :parameters
22403
22421
  # Replaces all of the component's hyperparameters with the specified
22404
- # hyperparameters.
22422
+ # hyperparameters or add new hyperparameters. Existing hyperparameters
22423
+ # are replaced if the trial component is updated with an identical
22424
+ # hyperparameter key.
22405
22425
  #
22406
22426
  # @option params [Array<String>] :parameters_to_remove
22407
22427
  # The hyperparameters to remove from the component.
22408
22428
  #
22409
22429
  # @option params [Hash<String,Types::TrialComponentArtifact>] :input_artifacts
22410
22430
  # Replaces all of the component's input artifacts with the specified
22411
- # artifacts.
22431
+ # artifacts or adds new input artifacts. Existing input artifacts are
22432
+ # replaced if the trial component is updated with an identical input
22433
+ # artifact key.
22412
22434
  #
22413
22435
  # @option params [Array<String>] :input_artifacts_to_remove
22414
22436
  # The input artifacts to remove from the component.
22415
22437
  #
22416
22438
  # @option params [Hash<String,Types::TrialComponentArtifact>] :output_artifacts
22417
22439
  # Replaces all of the component's output artifacts with the specified
22418
- # artifacts.
22440
+ # artifacts or adds new output artifacts. Existing output artifacts are
22441
+ # replaced if the trial component is updated with an identical output
22442
+ # artifact key.
22419
22443
  #
22420
22444
  # @option params [Array<String>] :output_artifacts_to_remove
22421
22445
  # The output artifacts to remove from the component.
@@ -22812,7 +22836,7 @@ module Aws::SageMaker
22812
22836
  params: params,
22813
22837
  config: config)
22814
22838
  context[:gem_name] = 'aws-sdk-sagemaker'
22815
- context[:gem_version] = '1.166.0'
22839
+ context[:gem_version] = '1.167.0'
22816
22840
  Seahorse::Client::Request.new(handlers, context)
22817
22841
  end
22818
22842
 
@@ -7637,6 +7637,7 @@ module Aws::SageMaker
7637
7637
  RecommendationJobInferenceBenchmark.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, location_name: "EndpointConfiguration"))
7638
7638
  RecommendationJobInferenceBenchmark.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
7639
7639
  RecommendationJobInferenceBenchmark.add_member(:failure_reason, Shapes::ShapeRef.new(shape: RecommendationFailureReason, location_name: "FailureReason"))
7640
+ RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
7640
7641
  RecommendationJobInferenceBenchmark.struct_class = Types::RecommendationJobInferenceBenchmark
7641
7642
 
7642
7643
  RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageVersionArn"))
@@ -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
@@ -20376,7 +20382,7 @@ module Aws::SageMaker
20376
20382
  #
20377
20383
  #
20378
20384
  #
20379
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InferenceRecommendationsJobStep.html
20385
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html
20380
20386
  #
20381
20387
  # @!attribute [rw] step_type
20382
20388
  # The type of the subtask.
@@ -32064,7 +32070,7 @@ module Aws::SageMaker
32064
32070
  #
32065
32071
  # @!attribute [rw] property_name
32066
32072
  # A suggested property name based on what you entered in the search
32067
- # textbox in the Amazon SageMaker console.
32073
+ # textbox in the SageMaker console.
32068
32074
  # @return [String]
32069
32075
  #
32070
32076
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PropertyNameSuggestion AWS API Documentation
@@ -32822,13 +32828,19 @@ module Aws::SageMaker
32822
32828
  # The reason why a benchmark failed.
32823
32829
  # @return [String]
32824
32830
  #
32831
+ # @!attribute [rw] endpoint_metrics
32832
+ # The metrics for an existing endpoint compared in an Inference
32833
+ # Recommender job.
32834
+ # @return [Types::InferenceMetrics]
32835
+ #
32825
32836
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobInferenceBenchmark AWS API Documentation
32826
32837
  #
32827
32838
  class RecommendationJobInferenceBenchmark < Struct.new(
32828
32839
  :metrics,
32829
32840
  :endpoint_configuration,
32830
32841
  :model_configuration,
32831
- :failure_reason)
32842
+ :failure_reason,
32843
+ :endpoint_metrics)
32832
32844
  SENSITIVE = []
32833
32845
  include Aws::Structure
32834
32846
  end
@@ -33543,8 +33555,8 @@ module Aws::SageMaker
33543
33555
  # @return [Integer]
33544
33556
  #
33545
33557
  # @!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.
33558
+ # The maximum time in seconds that a hyperparameter tuning job can
33559
+ # run.
33548
33560
  # @return [Integer]
33549
33561
  #
33550
33562
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceLimits AWS API Documentation
@@ -34032,7 +34044,7 @@ module Aws::SageMaker
34032
34044
  end
34033
34045
 
34034
34046
  # @!attribute [rw] resource
34035
- # The name of the Amazon SageMaker resource to search for.
34047
+ # The name of the SageMaker resource to search for.
34036
34048
  # @return [String]
34037
34049
  #
34038
34050
  # @!attribute [rw] search_expression
@@ -38700,7 +38712,9 @@ module Aws::SageMaker
38700
38712
  #
38701
38713
  # @!attribute [rw] parameters
38702
38714
  # Replaces all of the component's hyperparameters with the specified
38703
- # hyperparameters.
38715
+ # hyperparameters or add new hyperparameters. Existing hyperparameters
38716
+ # are replaced if the trial component is updated with an identical
38717
+ # hyperparameter key.
38704
38718
  # @return [Hash<String,Types::TrialComponentParameterValue>]
38705
38719
  #
38706
38720
  # @!attribute [rw] parameters_to_remove
@@ -38709,7 +38723,9 @@ module Aws::SageMaker
38709
38723
  #
38710
38724
  # @!attribute [rw] input_artifacts
38711
38725
  # Replaces all of the component's input artifacts with the specified
38712
- # artifacts.
38726
+ # artifacts or adds new input artifacts. Existing input artifacts are
38727
+ # replaced if the trial component is updated with an identical input
38728
+ # artifact key.
38713
38729
  # @return [Hash<String,Types::TrialComponentArtifact>]
38714
38730
  #
38715
38731
  # @!attribute [rw] input_artifacts_to_remove
@@ -38718,7 +38734,9 @@ module Aws::SageMaker
38718
38734
  #
38719
38735
  # @!attribute [rw] output_artifacts
38720
38736
  # Replaces all of the component's output artifacts with the specified
38721
- # artifacts.
38737
+ # artifacts or adds new output artifacts. Existing output artifacts
38738
+ # are replaced if the trial component is updated with an identical
38739
+ # output artifact key.
38722
38740
  # @return [Hash<String,Types::TrialComponentArtifact>]
38723
38741
  #
38724
38742
  # @!attribute [rw] output_artifacts_to_remove
@@ -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.167.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.167.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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core