aws-sdk-sagemaker 1.208.0 → 1.210.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: cb2552eb47b69d7b8a632de6766c6a445fa641364aec6d45685cdefdbfae25a4
4
- data.tar.gz: 27f1a9a26b656415c14ecbb3f4560ad5b7932ef082ae87dac5243cc089b4167b
3
+ metadata.gz: 6250045df98ad4af637f71bd522b7f117531de60e573cbadcadbea362a6fb8ae
4
+ data.tar.gz: 01ba0b3bbcc4cebe68cc6d3549c591b1cf61b87269f9d501a427c1a02a0fc1c1
5
5
  SHA512:
6
- metadata.gz: 96ce0ec15777630d70829b5f4581ed4aee128300970f1c5da2b053852995472c1d01f681ef980bd9ecc0ac891b1b7212d29f236d88ba468fd3c0ae8436fa7337
7
- data.tar.gz: 7acb896667b2e410ec3121f63feb9af908587081ecce4d59b280abf1b6509b7c72ffb3a996a86d73b3e27c6083ba3fc8abcc76700c20f1ce2055c8ef214de0d8
6
+ metadata.gz: 15a3d8767ec263ba1105ec393cab60b76c7fee0c0201a249e08461698764a9bdf2119b272186aec041908a6325e7498fc6bd1a837133f4f0ed3d18dd9e53df22
7
+ data.tar.gz: 811f9f04a70698560e04474e351373d4e4c7de19d9486aa8fca51967d6ca58acd3fba13b749bbbcdbcf957c9c7c6851c29a0a9cb66d271caea026e1a0634aac1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.210.0 (2023-09-15)
5
+ ------------------
6
+
7
+ * Feature - This release introduces Skip Model Validation for Model Packages
8
+
9
+ 1.209.0 (2023-09-08)
10
+ ------------------
11
+
12
+ * Feature - Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference.
13
+
4
14
  1.208.0 (2023-09-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.208.0
1
+ 1.210.0
@@ -1208,7 +1208,8 @@ module Aws::SageMaker
1208
1208
  #
1209
1209
  # `CreateAutoMLJobV2` can manage tabular problem types identical to
1210
1210
  # those of its previous version `CreateAutoMLJob`, as well as
1211
- # non-tabular problem types such as image or text classification.
1211
+ # time-series forecasting, and non-tabular problem types such as image
1212
+ # or text classification.
1212
1213
  #
1213
1214
  # Find guidelines about how to migrate a `CreateAutoMLJob` to
1214
1215
  # `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
@@ -1387,7 +1388,8 @@ module Aws::SageMaker
1387
1388
  #
1388
1389
  # `CreateAutoMLJobV2` can manage tabular problem types identical to
1389
1390
  # those of its previous version `CreateAutoMLJob`, as well as
1390
- # non-tabular problem types such as image or text classification.
1391
+ # time-series forecasting, and non-tabular problem types such as image
1392
+ # or text classification.
1391
1393
  #
1392
1394
  # Find guidelines about how to migrate a `CreateAutoMLJob` to
1393
1395
  # `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
@@ -1581,6 +1583,11 @@ module Aws::SageMaker
1581
1583
  # item_identifier_attribute_name: "ItemIdentifierAttributeName", # required
1582
1584
  # grouping_attribute_names: ["GroupingAttributeName"],
1583
1585
  # },
1586
+ # holiday_config: [
1587
+ # {
1588
+ # country_code: "CountryCode",
1589
+ # },
1590
+ # ],
1584
1591
  # },
1585
1592
  # },
1586
1593
  # role_arn: "RoleArn", # required
@@ -1958,9 +1965,9 @@ module Aws::SageMaker
1958
1965
  # stopping.
1959
1966
  #
1960
1967
  # @option params [Array<Types::Tag>] :tags
1961
- # (Optional) An array of key-value pairs. For more information, see
1962
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
1963
- # and Cost Management User Guide*.
1968
+ # (Optional) An array of key-value pairs. For more information, see [
1969
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing and
1970
+ # Cost Management User Guide*.
1964
1971
  #
1965
1972
  #
1966
1973
  #
@@ -5096,9 +5103,9 @@ module Aws::SageMaker
5096
5103
  # stopping.
5097
5104
  #
5098
5105
  # @option params [Array<Types::Tag>] :tags
5099
- # (Optional) An array of key-value pairs. For more information, see
5100
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5101
- # and Cost Management User Guide*.
5106
+ # (Optional) An array of key-value pairs. For more information, see [
5107
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing and
5108
+ # Cost Management User Guide*.
5102
5109
  #
5103
5110
  #
5104
5111
  #
@@ -5372,9 +5379,9 @@ module Aws::SageMaker
5372
5379
  # stopping.
5373
5380
  #
5374
5381
  # @option params [Array<Types::Tag>] :tags
5375
- # (Optional) An array of key-value pairs. For more information, see
5376
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5377
- # and Cost Management User Guide*.
5382
+ # (Optional) An array of key-value pairs. For more information, see [
5383
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing and
5384
+ # Cost Management User Guide*.
5378
5385
  #
5379
5386
  #
5380
5387
  #
@@ -5635,6 +5642,9 @@ module Aws::SageMaker
5635
5642
  # model package that can be used on inference endpoints. Generally used
5636
5643
  # with SageMaker Neo to store the compiled artifacts.
5637
5644
  #
5645
+ # @option params [String] :skip_model_validation
5646
+ # Indicates if you want to skip model validation.
5647
+ #
5638
5648
  # @return [Types::CreateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5639
5649
  #
5640
5650
  # * {Types::CreateModelPackageOutput#model_package_arn #model_package_arn} => String
@@ -5869,6 +5879,7 @@ module Aws::SageMaker
5869
5879
  # supported_response_mime_types: ["ResponseMIMEType"],
5870
5880
  # },
5871
5881
  # ],
5882
+ # skip_model_validation: "All", # accepts All, None
5872
5883
  # })
5873
5884
  #
5874
5885
  # @example Response structure
@@ -5971,9 +5982,9 @@ module Aws::SageMaker
5971
5982
  # stopping.
5972
5983
  #
5973
5984
  # @option params [Array<Types::Tag>] :tags
5974
- # (Optional) An array of key-value pairs. For more information, see
5975
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5976
- # and Cost Management User Guide*.
5985
+ # (Optional) An array of key-value pairs. For more information, see [
5986
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing and
5987
+ # Cost Management User Guide*.
5977
5988
  #
5978
5989
  #
5979
5990
  #
@@ -10361,6 +10372,8 @@ module Aws::SageMaker
10361
10372
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.item_identifier_attribute_name #=> String
10362
10373
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.grouping_attribute_names #=> Array
10363
10374
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.grouping_attribute_names[0] #=> String
10375
+ # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.holiday_config #=> Array
10376
+ # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.holiday_config[0].country_code #=> String
10364
10377
  # resp.creation_time #=> Time
10365
10378
  # resp.end_time #=> Time
10366
10379
  # resp.last_modified_time #=> Time
@@ -12988,6 +13001,7 @@ module Aws::SageMaker
12988
13001
  # * {Types::DescribeModelPackageOutput#task #task} => String
12989
13002
  # * {Types::DescribeModelPackageOutput#sample_payload_url #sample_payload_url} => String
12990
13003
  # * {Types::DescribeModelPackageOutput#additional_inference_specifications #additional_inference_specifications} => Array&lt;Types::AdditionalInferenceSpecificationDefinition&gt;
13004
+ # * {Types::DescribeModelPackageOutput#skip_model_validation #skip_model_validation} => String
12991
13005
  #
12992
13006
  # @example Request syntax with placeholder values
12993
13007
  #
@@ -13154,6 +13168,7 @@ module Aws::SageMaker
13154
13168
  # resp.additional_inference_specifications[0].supported_content_types[0] #=> String
13155
13169
  # resp.additional_inference_specifications[0].supported_response_mime_types #=> Array
13156
13170
  # resp.additional_inference_specifications[0].supported_response_mime_types[0] #=> String
13171
+ # resp.skip_model_validation #=> String, one of "All", "None"
13157
13172
  #
13158
13173
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage AWS API Documentation
13159
13174
  #
@@ -16059,7 +16074,8 @@ module Aws::SageMaker
16059
16074
  # The field to sort results by. The default is `CreationTime`.
16060
16075
  #
16061
16076
  # @option params [String] :sort_order
16062
- # The sort order for results. The default is `Descending`.
16077
+ # Whether to sort the results in `Ascending` or `Descending` order. The
16078
+ # default is `Descending`.
16063
16079
  #
16064
16080
  # @option params [String] :next_token
16065
16081
  # If the result of the previous `ListDataQualityJobDefinitions` request
@@ -18482,7 +18498,8 @@ module Aws::SageMaker
18482
18498
  # The field to sort results by. The default is `CreationTime`.
18483
18499
  #
18484
18500
  # @option params [String] :sort_order
18485
- # The sort order for results. The default is `Descending`.
18501
+ # Whether to sort the results in `Ascending` or `Descending` order. The
18502
+ # default is `Descending`.
18486
18503
  #
18487
18504
  # @option params [String] :next_token
18488
18505
  # If the result of the previous `ListModelQualityJobDefinitions` request
@@ -18740,8 +18757,8 @@ module Aws::SageMaker
18740
18757
  # Name of a specific endpoint to fetch jobs for.
18741
18758
  #
18742
18759
  # @option params [String] :sort_by
18743
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
18744
- # field. The default is `CreationTime`.
18760
+ # Whether to sort the results by the `Status`, `CreationTime`, or
18761
+ # `ScheduledTime` field. The default is `CreationTime`.
18745
18762
  #
18746
18763
  # @option params [String] :sort_order
18747
18764
  # Whether to sort the results in `Ascending` or `Descending` order. The
@@ -18841,8 +18858,8 @@ module Aws::SageMaker
18841
18858
  # Name of a specific endpoint to fetch schedules for.
18842
18859
  #
18843
18860
  # @option params [String] :sort_by
18844
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
18845
- # field. The default is `CreationTime`.
18861
+ # Whether to sort the results by the `Status`, `CreationTime`, or
18862
+ # `ScheduledTime` field. The default is `CreationTime`.
18846
18863
  #
18847
18864
  # @option params [String] :sort_order
18848
18865
  # Whether to sort the results in `Ascending` or `Descending` order. The
@@ -24132,7 +24149,7 @@ module Aws::SageMaker
24132
24149
  params: params,
24133
24150
  config: config)
24134
24151
  context[:gem_name] = 'aws-sdk-sagemaker'
24135
- context[:gem_version] = '1.208.0'
24152
+ context[:gem_version] = '1.210.0'
24136
24153
  Seahorse::Client::Request.new(handlers, context)
24137
24154
  end
24138
24155
 
@@ -295,6 +295,7 @@ module Aws::SageMaker
295
295
  ContinuousParameterRangeSpecification = Shapes::StructureShape.new(name: 'ContinuousParameterRangeSpecification')
296
296
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
297
297
  ConvergenceDetected = Shapes::StructureShape.new(name: 'ConvergenceDetected')
298
+ CountryCode = Shapes::StringShape.new(name: 'CountryCode')
298
299
  CreateActionRequest = Shapes::StructureShape.new(name: 'CreateActionRequest')
299
300
  CreateActionResponse = Shapes::StructureShape.new(name: 'CreateActionResponse')
300
301
  CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
@@ -842,6 +843,8 @@ module Aws::SageMaker
842
843
  GroupingAttributeName = Shapes::StringShape.new(name: 'GroupingAttributeName')
843
844
  GroupingAttributeNames = Shapes::ListShape.new(name: 'GroupingAttributeNames')
844
845
  Groups = Shapes::ListShape.new(name: 'Groups')
846
+ HolidayConfig = Shapes::ListShape.new(name: 'HolidayConfig')
847
+ HolidayConfigAttributes = Shapes::StructureShape.new(name: 'HolidayConfigAttributes')
845
848
  HookParameters = Shapes::MapShape.new(name: 'HookParameters')
846
849
  Horovod = Shapes::BooleanShape.new(name: 'Horovod')
847
850
  HubArn = Shapes::StringShape.new(name: 'HubArn')
@@ -1760,6 +1763,7 @@ module Aws::SageMaker
1760
1763
  SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
1761
1764
  ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
1762
1765
  SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
1766
+ SkipModelValidation = Shapes::StringShape.new(name: 'SkipModelValidation')
1763
1767
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
1764
1768
  SortActionsBy = Shapes::StringShape.new(name: 'SortActionsBy')
1765
1769
  SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
@@ -3172,6 +3176,7 @@ module Aws::SageMaker
3172
3176
  CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
3173
3177
  CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
3174
3178
  CreateModelPackageInput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
3179
+ CreateModelPackageInput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
3175
3180
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
3176
3181
 
3177
3182
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -4441,6 +4446,7 @@ module Aws::SageMaker
4441
4446
  DescribeModelPackageOutput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
4442
4447
  DescribeModelPackageOutput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
4443
4448
  DescribeModelPackageOutput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
4449
+ DescribeModelPackageOutput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
4444
4450
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
4445
4451
 
4446
4452
  DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
@@ -5298,6 +5304,11 @@ module Aws::SageMaker
5298
5304
 
5299
5305
  Groups.member = Shapes::ShapeRef.new(shape: Group)
5300
5306
 
5307
+ HolidayConfig.member = Shapes::ShapeRef.new(shape: HolidayConfigAttributes)
5308
+
5309
+ HolidayConfigAttributes.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
5310
+ HolidayConfigAttributes.struct_class = Types::HolidayConfigAttributes
5311
+
5301
5312
  HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
5302
5313
  HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
5303
5314
 
@@ -7095,6 +7106,7 @@ module Aws::SageMaker
7095
7106
  ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
7096
7107
  ModelPackage.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
7097
7108
  ModelPackage.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
7109
+ ModelPackage.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
7098
7110
  ModelPackage.struct_class = Types::ModelPackage
7099
7111
 
7100
7112
  ModelPackageArnList.member = Shapes::ShapeRef.new(shape: ModelPackageArn)
@@ -8493,6 +8505,7 @@ module Aws::SageMaker
8493
8505
  TimeSeriesForecastingJobConfig.add_member(:forecast_quantiles, Shapes::ShapeRef.new(shape: ForecastQuantiles, location_name: "ForecastQuantiles"))
8494
8506
  TimeSeriesForecastingJobConfig.add_member(:transformations, Shapes::ShapeRef.new(shape: TimeSeriesTransformations, location_name: "Transformations"))
8495
8507
  TimeSeriesForecastingJobConfig.add_member(:time_series_config, Shapes::ShapeRef.new(shape: TimeSeriesConfig, required: true, location_name: "TimeSeriesConfig"))
8508
+ TimeSeriesForecastingJobConfig.add_member(:holiday_config, Shapes::ShapeRef.new(shape: HolidayConfig, location_name: "HolidayConfig"))
8496
8509
  TimeSeriesForecastingJobConfig.struct_class = Types::TimeSeriesForecastingJobConfig
8497
8510
 
8498
8511
  TimeSeriesForecastingSettings.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
@@ -2415,12 +2415,6 @@ module Aws::SageMaker
2415
2415
  # @!attribute [rw] time_series_forecasting_job_config
2416
2416
  # Settings used to configure an AutoML job V2 for a time-series
2417
2417
  # forecasting problem type.
2418
- #
2419
- # <note markdown="1"> The `TimeSeriesForecastingJobConfig` problem type is only available
2420
- # in private beta. Contact Amazon Web Services Support or your account
2421
- # manager to learn more about access privileges.
2422
- #
2423
- # </note>
2424
2418
  # @return [Types::TimeSeriesForecastingJobConfig]
2425
2419
  #
2426
2420
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLProblemTypeConfig AWS API Documentation
@@ -3157,12 +3151,12 @@ module Aws::SageMaker
3157
3151
  end
3158
3152
 
3159
3153
  # Configuration specifying how to treat different headers. If no headers
3160
- # are specified SageMaker will by default base64 encode when capturing
3161
- # the data.
3154
+ # are specified Amazon SageMaker will by default base64 encode when
3155
+ # capturing the data.
3162
3156
  #
3163
3157
  # @!attribute [rw] csv_content_types
3164
- # The list of all content type headers that SageMaker will treat as
3165
- # CSV and capture accordingly.
3158
+ # The list of all content type headers that Amazon SageMaker will
3159
+ # treat as CSV and capture accordingly.
3166
3160
  # @return [Array<String>]
3167
3161
  #
3168
3162
  # @!attribute [rw] json_content_types
@@ -5124,8 +5118,8 @@ module Aws::SageMaker
5124
5118
  # @return [Types::MonitoringStoppingCondition]
5125
5119
  #
5126
5120
  # @!attribute [rw] tags
5127
- # (Optional) An array of key-value pairs. For more information, see
5128
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5121
+ # (Optional) An array of key-value pairs. For more information, see [
5122
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5129
5123
  # and Cost Management User Guide*.
5130
5124
  #
5131
5125
  #
@@ -6740,8 +6734,8 @@ module Aws::SageMaker
6740
6734
  # @return [Types::MonitoringStoppingCondition]
6741
6735
  #
6742
6736
  # @!attribute [rw] tags
6743
- # (Optional) An array of key-value pairs. For more information, see
6744
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6737
+ # (Optional) An array of key-value pairs. For more information, see [
6738
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6745
6739
  # and Cost Management User Guide*.
6746
6740
  #
6747
6741
  #
@@ -6924,8 +6918,8 @@ module Aws::SageMaker
6924
6918
  # @return [Types::MonitoringStoppingCondition]
6925
6919
  #
6926
6920
  # @!attribute [rw] tags
6927
- # (Optional) An array of key-value pairs. For more information, see
6928
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6921
+ # (Optional) An array of key-value pairs. For more information, see [
6922
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6929
6923
  # and Cost Management User Guide*.
6930
6924
  #
6931
6925
  #
@@ -7240,6 +7234,10 @@ module Aws::SageMaker
7240
7234
  # used with SageMaker Neo to store the compiled artifacts.
7241
7235
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
7242
7236
  #
7237
+ # @!attribute [rw] skip_model_validation
7238
+ # Indicates if you want to skip model validation.
7239
+ # @return [String]
7240
+ #
7243
7241
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
7244
7242
  #
7245
7243
  class CreateModelPackageInput < Struct.new(
@@ -7260,7 +7258,8 @@ module Aws::SageMaker
7260
7258
  :domain,
7261
7259
  :task,
7262
7260
  :sample_payload_url,
7263
- :additional_inference_specifications)
7261
+ :additional_inference_specifications,
7262
+ :skip_model_validation)
7264
7263
  SENSITIVE = []
7265
7264
  include Aws::Structure
7266
7265
  end
@@ -7317,8 +7316,8 @@ module Aws::SageMaker
7317
7316
  # @return [Types::MonitoringStoppingCondition]
7318
7317
  #
7319
7318
  # @!attribute [rw] tags
7320
- # (Optional) An array of key-value pairs. For more information, see
7321
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
7319
+ # (Optional) An array of key-value pairs. For more information, see [
7320
+ # Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
7322
7321
  # and Cost Management User Guide*.
7323
7322
  #
7324
7323
  #
@@ -8887,9 +8886,9 @@ module Aws::SageMaker
8887
8886
  # @return [String]
8888
8887
  #
8889
8888
  # @!attribute [rw] kms_key_id
8890
- # The Amazon Resource Name (ARN) of a Amazon Web Services Key
8891
- # Management Service key that SageMaker uses to encrypt the captured
8892
- # data at rest using Amazon S3 server-side encryption.
8889
+ # The Amazon Resource Name (ARN) of an Key Management Service key that
8890
+ # SageMaker uses to encrypt the captured data at rest using Amazon S3
8891
+ # server-side encryption.
8893
8892
  #
8894
8893
  # The KmsKeyId can be any of the following formats:
8895
8894
  #
@@ -9086,7 +9085,7 @@ module Aws::SageMaker
9086
9085
  # @!attribute [rw] record_preprocessor_source_uri
9087
9086
  # An Amazon S3 URI to a script that is called per row prior to running
9088
9087
  # analysis. It can base64 decode the payload and convert it into a
9089
- # flatted json so that the built-in container can use the converted
9088
+ # flattened JSON so that the built-in container can use the converted
9090
9089
  # data. Applicable only for the built-in (first party) containers.
9091
9090
  # @return [String]
9092
9091
  #
@@ -13565,10 +13564,9 @@ module Aws::SageMaker
13565
13564
  # @return [Types::MonitoringNetworkConfig]
13566
13565
  #
13567
13566
  # @!attribute [rw] role_arn
13568
- # The Amazon Resource Name (ARN) of the Amazon Web Services Identity
13569
- # and Access Management (IAM) role that has read permission to the
13570
- # input data location and write permission to the output data location
13571
- # in Amazon S3.
13567
+ # The Amazon Resource Name (ARN) of the IAM role that has read
13568
+ # permission to the input data location and write permission to the
13569
+ # output data location in Amazon S3.
13572
13570
  # @return [String]
13573
13571
  #
13574
13572
  # @!attribute [rw] stopping_condition
@@ -13836,10 +13834,9 @@ module Aws::SageMaker
13836
13834
  # @return [Types::MonitoringNetworkConfig]
13837
13835
  #
13838
13836
  # @!attribute [rw] role_arn
13839
- # The Amazon Resource Name (ARN) of the Amazon Web Services Identity
13840
- # and Access Management (IAM) role that has read permission to the
13841
- # input data location and write permission to the output data location
13842
- # in Amazon S3.
13837
+ # The Amazon Resource Name (ARN) of the IAM role that has read
13838
+ # permission to the input data location and write permission to the
13839
+ # output data location in Amazon S3.
13843
13840
  # @return [String]
13844
13841
  #
13845
13842
  # @!attribute [rw] stopping_condition
@@ -14136,6 +14133,10 @@ module Aws::SageMaker
14136
14133
  # used with SageMaker Neo to store the compiled artifacts.
14137
14134
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
14138
14135
  #
14136
+ # @!attribute [rw] skip_model_validation
14137
+ # Indicates if you want to skip model validation.
14138
+ # @return [String]
14139
+ #
14139
14140
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
14140
14141
  #
14141
14142
  class DescribeModelPackageOutput < Struct.new(
@@ -14163,7 +14164,8 @@ module Aws::SageMaker
14163
14164
  :domain,
14164
14165
  :task,
14165
14166
  :sample_payload_url,
14166
- :additional_inference_specifications)
14167
+ :additional_inference_specifications,
14168
+ :skip_model_validation)
14167
14169
  SENSITIVE = []
14168
14170
  include Aws::Structure
14169
14171
  end
@@ -17171,7 +17173,7 @@ module Aws::SageMaker
17171
17173
  #
17172
17174
  # @!attribute [rw] s3_data_distribution_type
17173
17175
  # Whether input data distributed in Amazon S3 is fully replicated or
17174
- # sharded by an S3 key. Defaults to `FullyReplicated`
17176
+ # sharded by an Amazon S3 key. Defaults to `FullyReplicated`
17175
17177
  # @return [String]
17176
17178
  #
17177
17179
  # @!attribute [rw] features_attribute
@@ -18655,6 +18657,31 @@ module Aws::SageMaker
18655
18657
  include Aws::Structure
18656
18658
  end
18657
18659
 
18660
+ # Stores the holiday featurization attributes applicable to each item of
18661
+ # time-series datasets during the training of a forecasting model. This
18662
+ # allows the model to identify patterns associated with specific
18663
+ # holidays.
18664
+ #
18665
+ # @!attribute [rw] country_code
18666
+ # The country code for the holiday calendar.
18667
+ #
18668
+ # For the list of public holiday calendars supported by AutoML job V2,
18669
+ # see [Country Codes][1]. Use the country code corresponding to the
18670
+ # country of your choice.
18671
+ #
18672
+ #
18673
+ #
18674
+ # [1]: https://docs.aws.amazon.com/forecast/latest/dg/holidays.html#holidays-country-codes
18675
+ # @return [String]
18676
+ #
18677
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HolidayConfigAttributes AWS API Documentation
18678
+ #
18679
+ class HolidayConfigAttributes < Struct.new(
18680
+ :country_code)
18681
+ SENSITIVE = []
18682
+ include Aws::Structure
18683
+ end
18684
+
18658
18685
  # Any dependencies related to hub content, such as scripts, model
18659
18686
  # artifacts, datasets, or notebooks.
18660
18687
  #
@@ -21373,8 +21400,8 @@ module Aws::SageMaker
21373
21400
  #
21374
21401
  # @!attribute [rw] content_type
21375
21402
  # Configuration specifying how to treat different headers. If no
21376
- # headers are specified SageMaker will by default base64 encode when
21377
- # capturing the data.
21403
+ # headers are specified Amazon SageMaker will by default base64 encode
21404
+ # when capturing the data.
21378
21405
  # @return [Types::CaptureContentTypeHeader]
21379
21406
  #
21380
21407
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceExperimentDataStorageConfig AWS API Documentation
@@ -23646,7 +23673,8 @@ module Aws::SageMaker
23646
23673
  # @return [String]
23647
23674
  #
23648
23675
  # @!attribute [rw] sort_order
23649
- # The sort order for results. The default is `Descending`.
23676
+ # Whether to sort the results in `Ascending` or `Descending` order.
23677
+ # The default is `Descending`.
23650
23678
  # @return [String]
23651
23679
  #
23652
23680
  # @!attribute [rw] next_token
@@ -25433,8 +25461,8 @@ module Aws::SageMaker
25433
25461
  # @return [Array<Types::MonitoringJobDefinitionSummary>]
25434
25462
  #
25435
25463
  # @!attribute [rw] next_token
25436
- # If the response is truncated, Amazon SageMaker returns this token.
25437
- # To retrieve the next set of jobs, use it in the subsequent request.
25464
+ # The token returned if the response is truncated. To retrieve the
25465
+ # next set of job executions, use it in the next request.
25438
25466
  # @return [String]
25439
25467
  #
25440
25468
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelBiasJobDefinitionsResponse AWS API Documentation
@@ -25729,8 +25757,8 @@ module Aws::SageMaker
25729
25757
  # @return [Array<Types::MonitoringJobDefinitionSummary>]
25730
25758
  #
25731
25759
  # @!attribute [rw] next_token
25732
- # If the response is truncated, Amazon SageMaker returns this token.
25733
- # To retrieve the next set of jobs, use it in the subsequent request.
25760
+ # The token returned if the response is truncated. To retrieve the
25761
+ # next set of job executions, use it in the next request.
25734
25762
  # @return [String]
25735
25763
  #
25736
25764
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitionsResponse AWS API Documentation
@@ -25958,7 +25986,8 @@ module Aws::SageMaker
25958
25986
  # @return [String]
25959
25987
  #
25960
25988
  # @!attribute [rw] sort_order
25961
- # The sort order for results. The default is `Descending`.
25989
+ # Whether to sort the results in `Ascending` or `Descending` order.
25990
+ # The default is `Descending`.
25962
25991
  # @return [String]
25963
25992
  #
25964
25993
  # @!attribute [rw] next_token
@@ -26215,8 +26244,8 @@ module Aws::SageMaker
26215
26244
  # @return [String]
26216
26245
  #
26217
26246
  # @!attribute [rw] sort_by
26218
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
26219
- # field. The default is `CreationTime`.
26247
+ # Whether to sort the results by the `Status`, `CreationTime`, or
26248
+ # `ScheduledTime` field. The default is `CreationTime`.
26220
26249
  # @return [String]
26221
26250
  #
26222
26251
  # @!attribute [rw] sort_order
@@ -26300,8 +26329,8 @@ module Aws::SageMaker
26300
26329
  # @return [Array<Types::MonitoringExecutionSummary>]
26301
26330
  #
26302
26331
  # @!attribute [rw] next_token
26303
- # If the response is truncated, Amazon SageMaker returns this token.
26304
- # To retrieve the next set of jobs, use it in the subsequent reques
26332
+ # The token returned if the response is truncated. To retrieve the
26333
+ # next set of job executions, use it in the next request.
26305
26334
  # @return [String]
26306
26335
  #
26307
26336
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringExecutionsResponse AWS API Documentation
@@ -26318,8 +26347,8 @@ module Aws::SageMaker
26318
26347
  # @return [String]
26319
26348
  #
26320
26349
  # @!attribute [rw] sort_by
26321
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
26322
- # field. The default is `CreationTime`.
26350
+ # Whether to sort the results by the `Status`, `CreationTime`, or
26351
+ # `ScheduledTime` field. The default is `CreationTime`.
26323
26352
  # @return [String]
26324
26353
  #
26325
26354
  # @!attribute [rw] sort_order
@@ -26403,8 +26432,8 @@ module Aws::SageMaker
26403
26432
  # @return [Array<Types::MonitoringScheduleSummary>]
26404
26433
  #
26405
26434
  # @!attribute [rw] next_token
26406
- # If the response is truncated, Amazon SageMaker returns this token.
26407
- # To retrieve the next set of jobs, use it in the subsequent request.
26435
+ # The token returned if the response is truncated. To retrieve the
26436
+ # next set of job executions, use it in the next request.
26408
26437
  # @return [String]
26409
26438
  #
26410
26439
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringSchedulesResponse AWS API Documentation
@@ -28975,9 +29004,9 @@ module Aws::SageMaker
28975
29004
  # @return [String]
28976
29005
  #
28977
29006
  # @!attribute [rw] config_uri
28978
- # JSON formatted S3 file that defines explainability parameters. For
28979
- # more information on this JSON configuration file, see [Configure
28980
- # model explainability parameters][1].
29007
+ # JSON formatted Amazon S3 file that defines explainability
29008
+ # parameters. For more information on this JSON configuration file,
29009
+ # see [Configure model explainability parameters][1].
28981
29010
  #
28982
29011
  #
28983
29012
  #
@@ -29347,6 +29376,10 @@ module Aws::SageMaker
29347
29376
  # monitor is set using the model package.
29348
29377
  # @return [Types::DriftCheckBaselines]
29349
29378
  #
29379
+ # @!attribute [rw] skip_model_validation
29380
+ # Indicates if you want to skip model validation.
29381
+ # @return [String]
29382
+ #
29350
29383
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackage AWS API Documentation
29351
29384
  #
29352
29385
  class ModelPackage < Struct.new(
@@ -29375,7 +29408,8 @@ module Aws::SageMaker
29375
29408
  :additional_inference_specifications,
29376
29409
  :tags,
29377
29410
  :customer_metadata_properties,
29378
- :drift_check_baselines)
29411
+ :drift_check_baselines,
29412
+ :skip_model_validation)
29379
29413
  SENSITIVE = []
29380
29414
  include Aws::Structure
29381
29415
  end
@@ -29750,7 +29784,7 @@ module Aws::SageMaker
29750
29784
  # @!attribute [rw] record_preprocessor_source_uri
29751
29785
  # An Amazon S3 URI to a script that is called per row prior to running
29752
29786
  # analysis. It can base64 decode the payload and convert it into a
29753
- # flatted json so that the built-in container can use the converted
29787
+ # flattened JSON so that the built-in container can use the converted
29754
29788
  # data. Applicable only for the built-in (first party) containers.
29755
29789
  # @return [String]
29756
29790
  #
@@ -29806,8 +29840,8 @@ module Aws::SageMaker
29806
29840
  include Aws::Structure
29807
29841
  end
29808
29842
 
29809
- # The input for the model quality monitoring job. Currently endponts are
29810
- # supported for input for model quality monitoring jobs.
29843
+ # The input for the model quality monitoring job. Currently endpoints
29844
+ # are supported for input for model quality monitoring jobs.
29811
29845
  #
29812
29846
  # @!attribute [rw] endpoint_input
29813
29847
  # Input object for the endpoint
@@ -30078,7 +30112,7 @@ module Aws::SageMaker
30078
30112
  # @!attribute [rw] record_preprocessor_source_uri
30079
30113
  # An Amazon S3 URI to a script that is called per row prior to running
30080
30114
  # analysis. It can base64 decode the payload and convert it into a
30081
- # flatted json so that the built-in container can use the converted
30115
+ # flattened JSON so that the built-in container can use the converted
30082
30116
  # data. Applicable only for the built-in (first party) containers.
30083
30117
  # @return [String]
30084
30118
  #
@@ -30147,10 +30181,9 @@ module Aws::SageMaker
30147
30181
  # @return [Integer]
30148
30182
  #
30149
30183
  # @!attribute [rw] volume_kms_key_id
30150
- # The Amazon Web Services Key Management Service (Amazon Web Services
30151
- # KMS) key that Amazon SageMaker uses to encrypt data on the storage
30152
- # volume attached to the ML compute instance(s) that run the model
30153
- # monitoring job.
30184
+ # The Key Management Service (KMS) key that Amazon SageMaker uses to
30185
+ # encrypt data on the storage volume attached to the ML compute
30186
+ # instance(s) that run the model monitoring job.
30154
30187
  # @return [String]
30155
30188
  #
30156
30189
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
@@ -30323,7 +30356,7 @@ module Aws::SageMaker
30323
30356
  #
30324
30357
  # @!attribute [rw] monitoring_output_config
30325
30358
  # The array of outputs from the monitoring job to be uploaded to
30326
- # Amazon Simple Storage Service (Amazon S3).
30359
+ # Amazon S3.
30327
30360
  # @return [Types::MonitoringOutputConfig]
30328
30361
  #
30329
30362
  # @!attribute [rw] monitoring_resources
@@ -30403,7 +30436,7 @@ module Aws::SageMaker
30403
30436
  # Represents the JSON dataset format used when running a monitoring job.
30404
30437
  #
30405
30438
  # @!attribute [rw] line
30406
- # Indicates if the file should be read as a json object per line.
30439
+ # Indicates if the file should be read as a JSON object per line.
30407
30440
  # @return [Boolean]
30408
30441
  #
30409
30442
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringJsonDatasetFormat AWS API Documentation
@@ -30474,9 +30507,9 @@ module Aws::SageMaker
30474
30507
  # @return [Array<Types::MonitoringOutput>]
30475
30508
  #
30476
30509
  # @!attribute [rw] kms_key_id
30477
- # The Amazon Web Services Key Management Service (Amazon Web Services
30478
- # KMS) key that Amazon SageMaker uses to encrypt the model artifacts
30479
- # at rest using Amazon S3 server-side encryption.
30510
+ # The Key Management Service (KMS) key that Amazon SageMaker uses to
30511
+ # encrypt the model artifacts at rest using Amazon S3 server-side
30512
+ # encryption.
30480
30513
  # @return [String]
30481
30514
  #
30482
30515
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
@@ -37624,12 +37657,6 @@ module Aws::SageMaker
37624
37657
  # The collection of settings used by an AutoML job V2 for the
37625
37658
  # time-series forecasting problem type.
37626
37659
  #
37627
- # <note markdown="1"> The `TimeSeriesForecastingJobConfig` problem type is only available in
37628
- # private beta. Contact Amazon Web Services Support or your account
37629
- # manager to learn more about access privileges.
37630
- #
37631
- # </note>
37632
- #
37633
37660
  # @!attribute [rw] feature_specification_s3_uri
37634
37661
  # A URL to the Amazon S3 data source containing additional selected
37635
37662
  # features that complement the target, itemID, timestamp, and grouped
@@ -37714,6 +37741,12 @@ module Aws::SageMaker
37714
37741
  # The collection of components that defines the time-series.
37715
37742
  # @return [Types::TimeSeriesConfig]
37716
37743
  #
37744
+ # @!attribute [rw] holiday_config
37745
+ # The collection of holiday featurization attributes used to
37746
+ # incorporate national holiday information into your forecasting
37747
+ # model.
37748
+ # @return [Array<Types::HolidayConfigAttributes>]
37749
+ #
37717
37750
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TimeSeriesForecastingJobConfig AWS API Documentation
37718
37751
  #
37719
37752
  class TimeSeriesForecastingJobConfig < Struct.new(
@@ -37723,7 +37756,8 @@ module Aws::SageMaker
37723
37756
  :forecast_horizon,
37724
37757
  :forecast_quantiles,
37725
37758
  :transformations,
37726
- :time_series_config)
37759
+ :time_series_config,
37760
+ :holiday_config)
37727
37761
  SENSITIVE = []
37728
37762
  include Aws::Structure
37729
37763
  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.208.0'
56
+ GEM_VERSION = '1.210.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.208.0
4
+ version: 1.210.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-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core