aws-sdk-sagemaker 1.207.0 → 1.209.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: 04546f4a01e3f71103b4bd895c6af9606228edf6db98c8cbf0ac9da9552e803f
4
- data.tar.gz: 51e82fdade39ee3b2c11c370d4118d8c6ad505219d6653a172b430a1e4e0b2fa
3
+ metadata.gz: 2fc4c836d95ac58a72941e60a2260e0a67496849294ae4e81b7b3552d0edc214
4
+ data.tar.gz: 3bff672a1b751b7d7964025e74e798e6a8a8301ecab0667d1049d2546b60ef23
5
5
  SHA512:
6
- metadata.gz: 99a6d5ff454c72b82077875181a1cb24a653afaf0f679f05f94f149cac44d482d73f67880a9675b16d9e13693a704429af74022adf84d9cf1d4ba40ff04a9877
7
- data.tar.gz: b069c081e80fd868eea0b18fc37e30af3f8684f1c15f8aadf1545241482dae1b65831acf48078b65c0ecffb16fcf79546254ae68d707b4e4e51c97bbc2a12e9e
6
+ metadata.gz: 04ef283e2477b94de686cf0d5ae3571b4469f253e85ef1d6689c6da7b86c77e23a5a39429b523cf151e79a57bb0b40f4927f41567825a76a060d962a36021d20
7
+ data.tar.gz: dd8d24e6820d82cb7f3ab46321a1492aad9f7d597734bfe561ab73af8974a5cfc4f51daa2b358dac0ff74d736a45e4231e8691560a3169a923eaab41a86cfb71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.209.0 (2023-09-08)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.208.0 (2023-09-05)
10
+ ------------------
11
+
12
+ * Feature - SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
13
+
4
14
  1.207.0 (2023-08-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.207.0
1
+ 1.209.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
@@ -1808,7 +1815,7 @@ module Aws::SageMaker
1808
1815
  # model_package_version_arn: "ModelPackageArn",
1809
1816
  # input_config: {
1810
1817
  # s3_uri: "S3Uri", # required
1811
- # data_input_config: "DataInputConfig", # required
1818
+ # data_input_config: "DataInputConfig",
1812
1819
  # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE, DARKNET, SKLEARN
1813
1820
  # framework_version: "FrameworkVersion",
1814
1821
  # },
@@ -10361,6 +10368,8 @@ module Aws::SageMaker
10361
10368
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.item_identifier_attribute_name #=> String
10362
10369
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.grouping_attribute_names #=> Array
10363
10370
  # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.time_series_config.grouping_attribute_names[0] #=> String
10371
+ # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.holiday_config #=> Array
10372
+ # resp.auto_ml_problem_type_config.time_series_forecasting_job_config.holiday_config[0].country_code #=> String
10364
10373
  # resp.creation_time #=> Time
10365
10374
  # resp.end_time #=> Time
10366
10375
  # resp.last_modified_time #=> Time
@@ -10502,6 +10511,7 @@ module Aws::SageMaker
10502
10511
  # * {Types::DescribeCompilationJobResponse#input_config #input_config} => Types::InputConfig
10503
10512
  # * {Types::DescribeCompilationJobResponse#output_config #output_config} => Types::OutputConfig
10504
10513
  # * {Types::DescribeCompilationJobResponse#vpc_config #vpc_config} => Types::NeoVpcConfig
10514
+ # * {Types::DescribeCompilationJobResponse#derived_information #derived_information} => Types::DerivedInformation
10505
10515
  #
10506
10516
  # @example Request syntax with placeholder values
10507
10517
  #
@@ -10541,6 +10551,7 @@ module Aws::SageMaker
10541
10551
  # resp.vpc_config.security_group_ids[0] #=> String
10542
10552
  # resp.vpc_config.subnets #=> Array
10543
10553
  # resp.vpc_config.subnets[0] #=> String
10554
+ # resp.derived_information.derived_data_input_config #=> String
10544
10555
  #
10545
10556
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
10546
10557
  #
@@ -24130,7 +24141,7 @@ module Aws::SageMaker
24130
24141
  params: params,
24131
24142
  config: config)
24132
24143
  context[:gem_name] = 'aws-sdk-sagemaker'
24133
- context[:gem_version] = '1.207.0'
24144
+ context[:gem_version] = '1.209.0'
24134
24145
  Seahorse::Client::Request.new(handlers, context)
24135
24146
  end
24136
24147
 
@@ -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')
@@ -506,6 +507,7 @@ module Aws::SageMaker
506
507
  DeploymentStageStatusSummary = Shapes::StructureShape.new(name: 'DeploymentStageStatusSummary')
507
508
  DeploymentStages = Shapes::ListShape.new(name: 'DeploymentStages')
508
509
  DeregisterDevicesRequest = Shapes::StructureShape.new(name: 'DeregisterDevicesRequest')
510
+ DerivedInformation = Shapes::StructureShape.new(name: 'DerivedInformation')
509
511
  DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
510
512
  DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
511
513
  DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
@@ -841,6 +843,8 @@ module Aws::SageMaker
841
843
  GroupingAttributeName = Shapes::StringShape.new(name: 'GroupingAttributeName')
842
844
  GroupingAttributeNames = Shapes::ListShape.new(name: 'GroupingAttributeNames')
843
845
  Groups = Shapes::ListShape.new(name: 'Groups')
846
+ HolidayConfig = Shapes::ListShape.new(name: 'HolidayConfig')
847
+ HolidayConfigAttributes = Shapes::StructureShape.new(name: 'HolidayConfigAttributes')
844
848
  HookParameters = Shapes::MapShape.new(name: 'HookParameters')
845
849
  Horovod = Shapes::BooleanShape.new(name: 'Horovod')
846
850
  HubArn = Shapes::StringShape.new(name: 'HubArn')
@@ -3741,6 +3745,9 @@ module Aws::SageMaker
3741
3745
  DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
3742
3746
  DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
3743
3747
 
3748
+ DerivedInformation.add_member(:derived_data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DerivedDataInputConfig"))
3749
+ DerivedInformation.struct_class = Types::DerivedInformation
3750
+
3744
3751
  DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
3745
3752
  DescribeActionRequest.struct_class = Types::DescribeActionRequest
3746
3753
 
@@ -3905,6 +3912,7 @@ module Aws::SageMaker
3905
3912
  DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
3906
3913
  DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
3907
3914
  DescribeCompilationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
3915
+ DescribeCompilationJobResponse.add_member(:derived_information, Shapes::ShapeRef.new(shape: DerivedInformation, location_name: "DerivedInformation"))
3908
3916
  DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
3909
3917
 
3910
3918
  DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ContextName"))
@@ -5293,6 +5301,11 @@ module Aws::SageMaker
5293
5301
 
5294
5302
  Groups.member = Shapes::ShapeRef.new(shape: Group)
5295
5303
 
5304
+ HolidayConfig.member = Shapes::ShapeRef.new(shape: HolidayConfigAttributes)
5305
+
5306
+ HolidayConfigAttributes.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
5307
+ HolidayConfigAttributes.struct_class = Types::HolidayConfigAttributes
5308
+
5296
5309
  HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
5297
5310
  HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
5298
5311
 
@@ -5654,7 +5667,7 @@ module Aws::SageMaker
5654
5667
  InferenceSpecification.struct_class = Types::InferenceSpecification
5655
5668
 
5656
5669
  InputConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
5657
- InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
5670
+ InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DataInputConfig"))
5658
5671
  InputConfig.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, required: true, location_name: "Framework"))
5659
5672
  InputConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: FrameworkVersion, location_name: "FrameworkVersion"))
5660
5673
  InputConfig.struct_class = Types::InputConfig
@@ -8488,6 +8501,7 @@ module Aws::SageMaker
8488
8501
  TimeSeriesForecastingJobConfig.add_member(:forecast_quantiles, Shapes::ShapeRef.new(shape: ForecastQuantiles, location_name: "ForecastQuantiles"))
8489
8502
  TimeSeriesForecastingJobConfig.add_member(:transformations, Shapes::ShapeRef.new(shape: TimeSeriesTransformations, location_name: "Transformations"))
8490
8503
  TimeSeriesForecastingJobConfig.add_member(:time_series_config, Shapes::ShapeRef.new(shape: TimeSeriesConfig, required: true, location_name: "TimeSeriesConfig"))
8504
+ TimeSeriesForecastingJobConfig.add_member(:holiday_config, Shapes::ShapeRef.new(shape: HolidayConfig, location_name: "HolidayConfig"))
8491
8505
  TimeSeriesForecastingJobConfig.struct_class = Types::TimeSeriesForecastingJobConfig
8492
8506
 
8493
8507
  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
@@ -10365,6 +10359,23 @@ module Aws::SageMaker
10365
10359
  include Aws::Structure
10366
10360
  end
10367
10361
 
10362
+ # Information that SageMaker Neo automatically derived about the model.
10363
+ #
10364
+ # @!attribute [rw] derived_data_input_config
10365
+ # The data input configuration that SageMaker Neo automatically
10366
+ # derived for the model. When SageMaker Neo derives this information,
10367
+ # you don't need to specify the data input configuration when you
10368
+ # create a compilation job.
10369
+ # @return [String]
10370
+ #
10371
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DerivedInformation AWS API Documentation
10372
+ #
10373
+ class DerivedInformation < Struct.new(
10374
+ :derived_data_input_config)
10375
+ SENSITIVE = []
10376
+ include Aws::Structure
10377
+ end
10378
+
10368
10379
  # @!attribute [rw] action_name
10369
10380
  # The name of the action to describe.
10370
10381
  # @return [String]
@@ -11188,6 +11199,11 @@ module Aws::SageMaker
11188
11199
  # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
11189
11200
  # @return [Types::NeoVpcConfig]
11190
11201
  #
11202
+ # @!attribute [rw] derived_information
11203
+ # Information that SageMaker Neo automatically derived about the
11204
+ # model.
11205
+ # @return [Types::DerivedInformation]
11206
+ #
11191
11207
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJobResponse AWS API Documentation
11192
11208
  #
11193
11209
  class DescribeCompilationJobResponse < Struct.new(
@@ -11207,7 +11223,8 @@ module Aws::SageMaker
11207
11223
  :role_arn,
11208
11224
  :input_config,
11209
11225
  :output_config,
11210
- :vpc_config)
11226
+ :vpc_config,
11227
+ :derived_information)
11211
11228
  SENSITIVE = []
11212
11229
  include Aws::Structure
11213
11230
  end
@@ -18632,6 +18649,31 @@ module Aws::SageMaker
18632
18649
  include Aws::Structure
18633
18650
  end
18634
18651
 
18652
+ # Stores the holiday featurization attributes applicable to each item of
18653
+ # time-series datasets during the training of a forecasting model. This
18654
+ # allows the model to identify patterns associated with specific
18655
+ # holidays.
18656
+ #
18657
+ # @!attribute [rw] country_code
18658
+ # The country code for the holiday calendar.
18659
+ #
18660
+ # For the list of public holiday calendars supported by AutoML job V2,
18661
+ # see [Country Codes][1]. Use the country code corresponding to the
18662
+ # country of your choice.
18663
+ #
18664
+ #
18665
+ #
18666
+ # [1]: https://docs.aws.amazon.com/forecast/latest/dg/holidays.html#holidays-country-codes
18667
+ # @return [String]
18668
+ #
18669
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HolidayConfigAttributes AWS API Documentation
18670
+ #
18671
+ class HolidayConfigAttributes < Struct.new(
18672
+ :country_code)
18673
+ SENSITIVE = []
18674
+ include Aws::Structure
18675
+ end
18676
+
18635
18677
  # Any dependencies related to hub content, such as scripts, model
18636
18678
  # artifacts, datasets, or notebooks.
18637
18679
  #
@@ -29056,8 +29098,8 @@ module Aws::SageMaker
29056
29098
  # The model latency threshold.
29057
29099
  #
29058
29100
  # @!attribute [rw] percentile
29059
- # The model latency percentile threshold. For custom load tests,
29060
- # specify the value as `P95`.
29101
+ # The model latency percentile threshold. Acceptable values are `P95`
29102
+ # and `P99`. For custom load tests, specify the value as `P95`.
29061
29103
  # @return [String]
29062
29104
  #
29063
29105
  # @!attribute [rw] value_in_milliseconds
@@ -37601,12 +37643,6 @@ module Aws::SageMaker
37601
37643
  # The collection of settings used by an AutoML job V2 for the
37602
37644
  # time-series forecasting problem type.
37603
37645
  #
37604
- # <note markdown="1"> The `TimeSeriesForecastingJobConfig` problem type is only available in
37605
- # private beta. Contact Amazon Web Services Support or your account
37606
- # manager to learn more about access privileges.
37607
- #
37608
- # </note>
37609
- #
37610
37646
  # @!attribute [rw] feature_specification_s3_uri
37611
37647
  # A URL to the Amazon S3 data source containing additional selected
37612
37648
  # features that complement the target, itemID, timestamp, and grouped
@@ -37691,6 +37727,12 @@ module Aws::SageMaker
37691
37727
  # The collection of components that defines the time-series.
37692
37728
  # @return [Types::TimeSeriesConfig]
37693
37729
  #
37730
+ # @!attribute [rw] holiday_config
37731
+ # The collection of holiday featurization attributes used to
37732
+ # incorporate national holiday information into your forecasting
37733
+ # model.
37734
+ # @return [Array<Types::HolidayConfigAttributes>]
37735
+ #
37694
37736
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TimeSeriesForecastingJobConfig AWS API Documentation
37695
37737
  #
37696
37738
  class TimeSeriesForecastingJobConfig < Struct.new(
@@ -37700,7 +37742,8 @@ module Aws::SageMaker
37700
37742
  :forecast_horizon,
37701
37743
  :forecast_quantiles,
37702
37744
  :transformations,
37703
- :time_series_config)
37745
+ :time_series_config,
37746
+ :holiday_config)
37704
37747
  SENSITIVE = []
37705
37748
  include Aws::Structure
37706
37749
  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.207.0'
56
+ GEM_VERSION = '1.209.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.207.0
4
+ version: 1.209.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-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core