aws-sdk-sagemaker 1.209.0 → 1.211.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: 2fc4c836d95ac58a72941e60a2260e0a67496849294ae4e81b7b3552d0edc214
4
- data.tar.gz: 3bff672a1b751b7d7964025e74e798e6a8a8301ecab0667d1049d2546b60ef23
3
+ metadata.gz: 1daf99b06481d26d72ba2435271e6fe39fc4d9b97174e3715a327f0a9948a378
4
+ data.tar.gz: e13b460d91863a6dd8ba581b218a502e2c630b176b8eedd7def9cdb6e6083bad
5
5
  SHA512:
6
- metadata.gz: 04ef283e2477b94de686cf0d5ae3571b4469f253e85ef1d6689c6da7b86c77e23a5a39429b523cf151e79a57bb0b40f4927f41567825a76a060d962a36021d20
7
- data.tar.gz: dd8d24e6820d82cb7f3ab46321a1492aad9f7d597734bfe561ab73af8974a5cfc4f51daa2b358dac0ff74d736a45e4231e8691560a3169a923eaab41a86cfb71
6
+ metadata.gz: 0fac0f88aa72af8cad3c66cb1c851fd24db456434919fc0007dea67799365c0d3f8d0517286f539eeb5bd076981ef4198bd8b3a6719b472ae527c820e757d22c
7
+ data.tar.gz: d01ece542e3e74c511685df2a171868b8ceb83bd94ef52ab1f3c1cc6cbc733dddc325528375a83508fdfffdb42b8750bba22dcb1fa618a23c38d9cb302ce9016
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.211.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.
8
+
9
+ 1.210.0 (2023-09-15)
10
+ ------------------
11
+
12
+ * Feature - This release introduces Skip Model Validation for Model Packages
13
+
4
14
  1.209.0 (2023-09-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.209.0
1
+ 1.211.0
@@ -1208,8 +1208,7 @@ 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
- # time-series forecasting, and non-tabular problem types such as image
1212
- # or text classification.
1211
+ # non-tabular problem types such as image or text classification.
1213
1212
  #
1214
1213
  # Find guidelines about how to migrate a `CreateAutoMLJob` to
1215
1214
  # `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
@@ -1388,8 +1387,7 @@ module Aws::SageMaker
1388
1387
  #
1389
1388
  # `CreateAutoMLJobV2` can manage tabular problem types identical to
1390
1389
  # those of its previous version `CreateAutoMLJob`, as well as
1391
- # time-series forecasting, and non-tabular problem types such as image
1392
- # or text classification.
1390
+ # non-tabular problem types such as image or text classification.
1393
1391
  #
1394
1392
  # Find guidelines about how to migrate a `CreateAutoMLJob` to
1395
1393
  # `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
@@ -2012,6 +2010,7 @@ module Aws::SageMaker
2012
2010
  # probability_threshold_attribute: 1.0,
2013
2011
  # start_time_offset: "MonitoringTimeOffsetString",
2014
2012
  # end_time_offset: "MonitoringTimeOffsetString",
2013
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
2015
2014
  # },
2016
2015
  # batch_transform_input: {
2017
2016
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -2034,6 +2033,7 @@ module Aws::SageMaker
2034
2033
  # probability_threshold_attribute: 1.0,
2035
2034
  # start_time_offset: "MonitoringTimeOffsetString",
2036
2035
  # end_time_offset: "MonitoringTimeOffsetString",
2036
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
2037
2037
  # },
2038
2038
  # },
2039
2039
  # data_quality_job_output_config: { # required
@@ -5144,6 +5144,7 @@ module Aws::SageMaker
5144
5144
  # probability_threshold_attribute: 1.0,
5145
5145
  # start_time_offset: "MonitoringTimeOffsetString",
5146
5146
  # end_time_offset: "MonitoringTimeOffsetString",
5147
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
5147
5148
  # },
5148
5149
  # batch_transform_input: {
5149
5150
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -5166,6 +5167,7 @@ module Aws::SageMaker
5166
5167
  # probability_threshold_attribute: 1.0,
5167
5168
  # start_time_offset: "MonitoringTimeOffsetString",
5168
5169
  # end_time_offset: "MonitoringTimeOffsetString",
5170
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
5169
5171
  # },
5170
5172
  # ground_truth_s3_input: { # required
5171
5173
  # s3_uri: "MonitoringS3Uri",
@@ -5420,6 +5422,7 @@ module Aws::SageMaker
5420
5422
  # probability_threshold_attribute: 1.0,
5421
5423
  # start_time_offset: "MonitoringTimeOffsetString",
5422
5424
  # end_time_offset: "MonitoringTimeOffsetString",
5425
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
5423
5426
  # },
5424
5427
  # batch_transform_input: {
5425
5428
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -5442,6 +5445,7 @@ module Aws::SageMaker
5442
5445
  # probability_threshold_attribute: 1.0,
5443
5446
  # start_time_offset: "MonitoringTimeOffsetString",
5444
5447
  # end_time_offset: "MonitoringTimeOffsetString",
5448
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
5445
5449
  # },
5446
5450
  # },
5447
5451
  # model_explainability_job_output_config: { # required
@@ -5642,6 +5646,9 @@ module Aws::SageMaker
5642
5646
  # model package that can be used on inference endpoints. Generally used
5643
5647
  # with SageMaker Neo to store the compiled artifacts.
5644
5648
  #
5649
+ # @option params [String] :skip_model_validation
5650
+ # Indicates if you want to skip model validation.
5651
+ #
5645
5652
  # @return [Types::CreateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5646
5653
  #
5647
5654
  # * {Types::CreateModelPackageOutput#model_package_arn #model_package_arn} => String
@@ -5876,6 +5883,7 @@ module Aws::SageMaker
5876
5883
  # supported_response_mime_types: ["ResponseMIMEType"],
5877
5884
  # },
5878
5885
  # ],
5886
+ # skip_model_validation: "All", # accepts All, None
5879
5887
  # })
5880
5888
  #
5881
5889
  # @example Response structure
@@ -6023,6 +6031,7 @@ module Aws::SageMaker
6023
6031
  # probability_threshold_attribute: 1.0,
6024
6032
  # start_time_offset: "MonitoringTimeOffsetString",
6025
6033
  # end_time_offset: "MonitoringTimeOffsetString",
6034
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
6026
6035
  # },
6027
6036
  # batch_transform_input: {
6028
6037
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -6045,6 +6054,7 @@ module Aws::SageMaker
6045
6054
  # probability_threshold_attribute: 1.0,
6046
6055
  # start_time_offset: "MonitoringTimeOffsetString",
6047
6056
  # end_time_offset: "MonitoringTimeOffsetString",
6057
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
6048
6058
  # },
6049
6059
  # ground_truth_s3_input: { # required
6050
6060
  # s3_uri: "MonitoringS3Uri",
@@ -6131,6 +6141,8 @@ module Aws::SageMaker
6131
6141
  # monitoring_schedule_config: { # required
6132
6142
  # schedule_config: {
6133
6143
  # schedule_expression: "ScheduleExpression", # required
6144
+ # data_analysis_start_time: "String",
6145
+ # data_analysis_end_time: "String",
6134
6146
  # },
6135
6147
  # monitoring_job_definition: {
6136
6148
  # baseline_config: {
@@ -6155,6 +6167,7 @@ module Aws::SageMaker
6155
6167
  # probability_threshold_attribute: 1.0,
6156
6168
  # start_time_offset: "MonitoringTimeOffsetString",
6157
6169
  # end_time_offset: "MonitoringTimeOffsetString",
6170
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
6158
6171
  # },
6159
6172
  # batch_transform_input: {
6160
6173
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -6177,6 +6190,7 @@ module Aws::SageMaker
6177
6190
  # probability_threshold_attribute: 1.0,
6178
6191
  # start_time_offset: "MonitoringTimeOffsetString",
6179
6192
  # end_time_offset: "MonitoringTimeOffsetString",
6193
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
6180
6194
  # },
6181
6195
  # },
6182
6196
  # ],
@@ -10675,6 +10689,7 @@ module Aws::SageMaker
10675
10689
  # resp.data_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
10676
10690
  # resp.data_quality_job_input.endpoint_input.start_time_offset #=> String
10677
10691
  # resp.data_quality_job_input.endpoint_input.end_time_offset #=> String
10692
+ # resp.data_quality_job_input.endpoint_input.exclude_features_attribute #=> String
10678
10693
  # resp.data_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
10679
10694
  # resp.data_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
10680
10695
  # resp.data_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
@@ -10687,6 +10702,7 @@ module Aws::SageMaker
10687
10702
  # resp.data_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
10688
10703
  # resp.data_quality_job_input.batch_transform_input.start_time_offset #=> String
10689
10704
  # resp.data_quality_job_input.batch_transform_input.end_time_offset #=> String
10705
+ # resp.data_quality_job_input.batch_transform_input.exclude_features_attribute #=> String
10690
10706
  # resp.data_quality_job_output_config.monitoring_outputs #=> Array
10691
10707
  # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
10692
10708
  # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -12718,6 +12734,7 @@ module Aws::SageMaker
12718
12734
  # resp.model_bias_job_input.endpoint_input.probability_threshold_attribute #=> Float
12719
12735
  # resp.model_bias_job_input.endpoint_input.start_time_offset #=> String
12720
12736
  # resp.model_bias_job_input.endpoint_input.end_time_offset #=> String
12737
+ # resp.model_bias_job_input.endpoint_input.exclude_features_attribute #=> String
12721
12738
  # resp.model_bias_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
12722
12739
  # resp.model_bias_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
12723
12740
  # resp.model_bias_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
@@ -12730,6 +12747,7 @@ module Aws::SageMaker
12730
12747
  # resp.model_bias_job_input.batch_transform_input.probability_threshold_attribute #=> Float
12731
12748
  # resp.model_bias_job_input.batch_transform_input.start_time_offset #=> String
12732
12749
  # resp.model_bias_job_input.batch_transform_input.end_time_offset #=> String
12750
+ # resp.model_bias_job_input.batch_transform_input.exclude_features_attribute #=> String
12733
12751
  # resp.model_bias_job_input.ground_truth_s3_input.s3_uri #=> String
12734
12752
  # resp.model_bias_job_output_config.monitoring_outputs #=> Array
12735
12753
  # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
@@ -12917,6 +12935,7 @@ module Aws::SageMaker
12917
12935
  # resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
12918
12936
  # resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
12919
12937
  # resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
12938
+ # resp.model_explainability_job_input.endpoint_input.exclude_features_attribute #=> String
12920
12939
  # resp.model_explainability_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
12921
12940
  # resp.model_explainability_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
12922
12941
  # resp.model_explainability_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
@@ -12929,6 +12948,7 @@ module Aws::SageMaker
12929
12948
  # resp.model_explainability_job_input.batch_transform_input.probability_threshold_attribute #=> Float
12930
12949
  # resp.model_explainability_job_input.batch_transform_input.start_time_offset #=> String
12931
12950
  # resp.model_explainability_job_input.batch_transform_input.end_time_offset #=> String
12951
+ # resp.model_explainability_job_input.batch_transform_input.exclude_features_attribute #=> String
12932
12952
  # resp.model_explainability_job_output_config.monitoring_outputs #=> Array
12933
12953
  # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
12934
12954
  # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -12997,6 +13017,7 @@ module Aws::SageMaker
12997
13017
  # * {Types::DescribeModelPackageOutput#task #task} => String
12998
13018
  # * {Types::DescribeModelPackageOutput#sample_payload_url #sample_payload_url} => String
12999
13019
  # * {Types::DescribeModelPackageOutput#additional_inference_specifications #additional_inference_specifications} => Array<Types::AdditionalInferenceSpecificationDefinition>
13020
+ # * {Types::DescribeModelPackageOutput#skip_model_validation #skip_model_validation} => String
13000
13021
  #
13001
13022
  # @example Request syntax with placeholder values
13002
13023
  #
@@ -13163,6 +13184,7 @@ module Aws::SageMaker
13163
13184
  # resp.additional_inference_specifications[0].supported_content_types[0] #=> String
13164
13185
  # resp.additional_inference_specifications[0].supported_response_mime_types #=> Array
13165
13186
  # resp.additional_inference_specifications[0].supported_response_mime_types[0] #=> String
13187
+ # resp.skip_model_validation #=> String, one of "All", "None"
13166
13188
  #
13167
13189
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage AWS API Documentation
13168
13190
  #
@@ -13269,6 +13291,7 @@ module Aws::SageMaker
13269
13291
  # resp.model_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
13270
13292
  # resp.model_quality_job_input.endpoint_input.start_time_offset #=> String
13271
13293
  # resp.model_quality_job_input.endpoint_input.end_time_offset #=> String
13294
+ # resp.model_quality_job_input.endpoint_input.exclude_features_attribute #=> String
13272
13295
  # resp.model_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
13273
13296
  # resp.model_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
13274
13297
  # resp.model_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
@@ -13281,6 +13304,7 @@ module Aws::SageMaker
13281
13304
  # resp.model_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
13282
13305
  # resp.model_quality_job_input.batch_transform_input.start_time_offset #=> String
13283
13306
  # resp.model_quality_job_input.batch_transform_input.end_time_offset #=> String
13307
+ # resp.model_quality_job_input.batch_transform_input.exclude_features_attribute #=> String
13284
13308
  # resp.model_quality_job_input.ground_truth_s3_input.s3_uri #=> String
13285
13309
  # resp.model_quality_job_output_config.monitoring_outputs #=> Array
13286
13310
  # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
@@ -13343,6 +13367,8 @@ module Aws::SageMaker
13343
13367
  # resp.creation_time #=> Time
13344
13368
  # resp.last_modified_time #=> Time
13345
13369
  # resp.monitoring_schedule_config.schedule_config.schedule_expression #=> String
13370
+ # resp.monitoring_schedule_config.schedule_config.data_analysis_start_time #=> String
13371
+ # resp.monitoring_schedule_config.schedule_config.data_analysis_end_time #=> String
13346
13372
  # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.baselining_job_name #=> String
13347
13373
  # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.constraints_resource.s3_uri #=> String
13348
13374
  # resp.monitoring_schedule_config.monitoring_job_definition.baseline_config.statistics_resource.s3_uri #=> String
@@ -13357,6 +13383,7 @@ module Aws::SageMaker
13357
13383
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
13358
13384
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
13359
13385
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
13386
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.exclude_features_attribute #=> String
13360
13387
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.data_captured_destination_s3_uri #=> String
13361
13388
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
13362
13389
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
@@ -13369,6 +13396,7 @@ module Aws::SageMaker
13369
13396
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
13370
13397
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
13371
13398
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
13399
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.exclude_features_attribute #=> String
13372
13400
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
13373
13401
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
13374
13402
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -23024,6 +23052,8 @@ module Aws::SageMaker
23024
23052
  # monitoring_schedule_config: { # required
23025
23053
  # schedule_config: {
23026
23054
  # schedule_expression: "ScheduleExpression", # required
23055
+ # data_analysis_start_time: "String",
23056
+ # data_analysis_end_time: "String",
23027
23057
  # },
23028
23058
  # monitoring_job_definition: {
23029
23059
  # baseline_config: {
@@ -23048,6 +23078,7 @@ module Aws::SageMaker
23048
23078
  # probability_threshold_attribute: 1.0,
23049
23079
  # start_time_offset: "MonitoringTimeOffsetString",
23050
23080
  # end_time_offset: "MonitoringTimeOffsetString",
23081
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
23051
23082
  # },
23052
23083
  # batch_transform_input: {
23053
23084
  # data_captured_destination_s3_uri: "DestinationS3Uri", # required
@@ -23070,6 +23101,7 @@ module Aws::SageMaker
23070
23101
  # probability_threshold_attribute: 1.0,
23071
23102
  # start_time_offset: "MonitoringTimeOffsetString",
23072
23103
  # end_time_offset: "MonitoringTimeOffsetString",
23104
+ # exclude_features_attribute: "ExcludeFeaturesAttribute",
23073
23105
  # },
23074
23106
  # },
23075
23107
  # ],
@@ -24141,7 +24173,7 @@ module Aws::SageMaker
24141
24173
  params: params,
24142
24174
  config: config)
24143
24175
  context[:gem_name] = 'aws-sdk-sagemaker'
24144
- context[:gem_version] = '1.209.0'
24176
+ context[:gem_version] = '1.211.0'
24145
24177
  Seahorse::Client::Request.new(handlers, context)
24146
24178
  end
24147
24179
 
@@ -741,6 +741,7 @@ module Aws::SageMaker
741
741
  EnvironmentParameterRanges = Shapes::StructureShape.new(name: 'EnvironmentParameterRanges')
742
742
  EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
743
743
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
744
+ ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
744
745
  ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
745
746
  ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
746
747
  ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
@@ -1763,6 +1764,7 @@ module Aws::SageMaker
1763
1764
  SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
1764
1765
  ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
1765
1766
  SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
1767
+ SkipModelValidation = Shapes::StringShape.new(name: 'SkipModelValidation')
1766
1768
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
1767
1769
  SortActionsBy = Shapes::StringShape.new(name: 'SortActionsBy')
1768
1770
  SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
@@ -2491,6 +2493,7 @@ module Aws::SageMaker
2491
2493
  BatchTransformInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
2492
2494
  BatchTransformInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
2493
2495
  BatchTransformInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
2496
+ BatchTransformInput.add_member(:exclude_features_attribute, Shapes::ShapeRef.new(shape: ExcludeFeaturesAttribute, location_name: "ExcludeFeaturesAttribute"))
2494
2497
  BatchTransformInput.struct_class = Types::BatchTransformInput
2495
2498
 
2496
2499
  BestObjectiveNotImproving.add_member(:max_number_of_training_jobs_not_improving, Shapes::ShapeRef.new(shape: MaxNumberOfTrainingJobsNotImproving, location_name: "MaxNumberOfTrainingJobsNotImproving"))
@@ -3175,6 +3178,7 @@ module Aws::SageMaker
3175
3178
  CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
3176
3179
  CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
3177
3180
  CreateModelPackageInput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
3181
+ CreateModelPackageInput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
3178
3182
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
3179
3183
 
3180
3184
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -4444,6 +4448,7 @@ module Aws::SageMaker
4444
4448
  DescribeModelPackageOutput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
4445
4449
  DescribeModelPackageOutput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
4446
4450
  DescribeModelPackageOutput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
4451
+ DescribeModelPackageOutput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
4447
4452
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
4448
4453
 
4449
4454
  DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
@@ -5027,6 +5032,7 @@ module Aws::SageMaker
5027
5032
  EndpointInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
5028
5033
  EndpointInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
5029
5034
  EndpointInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
5035
+ EndpointInput.add_member(:exclude_features_attribute, Shapes::ShapeRef.new(shape: ExcludeFeaturesAttribute, location_name: "ExcludeFeaturesAttribute"))
5030
5036
  EndpointInput.struct_class = Types::EndpointInput
5031
5037
 
5032
5038
  EndpointInputConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, location_name: "InstanceType"))
@@ -7103,6 +7109,7 @@ module Aws::SageMaker
7103
7109
  ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
7104
7110
  ModelPackage.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
7105
7111
  ModelPackage.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
7112
+ ModelPackage.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
7106
7113
  ModelPackage.struct_class = Types::ModelPackage
7107
7114
 
7108
7115
  ModelPackageArnList.member = Shapes::ShapeRef.new(shape: ModelPackageArn)
@@ -8193,6 +8200,8 @@ module Aws::SageMaker
8193
8200
  ScalingPolicyObjective.struct_class = Types::ScalingPolicyObjective
8194
8201
 
8195
8202
  ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
8203
+ ScheduleConfig.add_member(:data_analysis_start_time, Shapes::ShapeRef.new(shape: String, location_name: "DataAnalysisStartTime"))
8204
+ ScheduleConfig.add_member(:data_analysis_end_time, Shapes::ShapeRef.new(shape: String, location_name: "DataAnalysisEndTime"))
8196
8205
  ScheduleConfig.struct_class = Types::ScheduleConfig
8197
8206
 
8198
8207
  SearchExpression.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
@@ -2861,6 +2861,10 @@ module Aws::SageMaker
2861
2861
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html
2862
2862
  # @return [String]
2863
2863
  #
2864
+ # @!attribute [rw] exclude_features_attribute
2865
+ # The attributes of the input data to exclude from the analysis.
2866
+ # @return [String]
2867
+ #
2864
2868
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchTransformInput AWS API Documentation
2865
2869
  #
2866
2870
  class BatchTransformInput < Struct.new(
@@ -2874,7 +2878,8 @@ module Aws::SageMaker
2874
2878
  :probability_attribute,
2875
2879
  :probability_threshold_attribute,
2876
2880
  :start_time_offset,
2877
- :end_time_offset)
2881
+ :end_time_offset,
2882
+ :exclude_features_attribute)
2878
2883
  SENSITIVE = []
2879
2884
  include Aws::Structure
2880
2885
  end
@@ -7234,6 +7239,10 @@ module Aws::SageMaker
7234
7239
  # used with SageMaker Neo to store the compiled artifacts.
7235
7240
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
7236
7241
  #
7242
+ # @!attribute [rw] skip_model_validation
7243
+ # Indicates if you want to skip model validation.
7244
+ # @return [String]
7245
+ #
7237
7246
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
7238
7247
  #
7239
7248
  class CreateModelPackageInput < Struct.new(
@@ -7254,7 +7263,8 @@ module Aws::SageMaker
7254
7263
  :domain,
7255
7264
  :task,
7256
7265
  :sample_payload_url,
7257
- :additional_inference_specifications)
7266
+ :additional_inference_specifications,
7267
+ :skip_model_validation)
7258
7268
  SENSITIVE = []
7259
7269
  include Aws::Structure
7260
7270
  end
@@ -14130,6 +14140,10 @@ module Aws::SageMaker
14130
14140
  # used with SageMaker Neo to store the compiled artifacts.
14131
14141
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
14132
14142
  #
14143
+ # @!attribute [rw] skip_model_validation
14144
+ # Indicates if you want to skip model validation.
14145
+ # @return [String]
14146
+ #
14133
14147
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
14134
14148
  #
14135
14149
  class DescribeModelPackageOutput < Struct.new(
@@ -14157,7 +14171,8 @@ module Aws::SageMaker
14157
14171
  :domain,
14158
14172
  :task,
14159
14173
  :sample_payload_url,
14160
- :additional_inference_specifications)
14174
+ :additional_inference_specifications,
14175
+ :skip_model_validation)
14161
14176
  SENSITIVE = []
14162
14177
  include Aws::Structure
14163
14178
  end
@@ -17207,6 +17222,10 @@ module Aws::SageMaker
17207
17222
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html
17208
17223
  # @return [String]
17209
17224
  #
17225
+ # @!attribute [rw] exclude_features_attribute
17226
+ # The attributes of the input data to exclude from the analysis.
17227
+ # @return [String]
17228
+ #
17210
17229
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EndpointInput AWS API Documentation
17211
17230
  #
17212
17231
  class EndpointInput < Struct.new(
@@ -17219,7 +17238,8 @@ module Aws::SageMaker
17219
17238
  :probability_attribute,
17220
17239
  :probability_threshold_attribute,
17221
17240
  :start_time_offset,
17222
- :end_time_offset)
17241
+ :end_time_offset,
17242
+ :exclude_features_attribute)
17223
17243
  SENSITIVE = []
17224
17244
  include Aws::Structure
17225
17245
  end
@@ -29366,6 +29386,10 @@ module Aws::SageMaker
29366
29386
  # monitor is set using the model package.
29367
29387
  # @return [Types::DriftCheckBaselines]
29368
29388
  #
29389
+ # @!attribute [rw] skip_model_validation
29390
+ # Indicates if you want to skip model validation.
29391
+ # @return [String]
29392
+ #
29369
29393
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackage AWS API Documentation
29370
29394
  #
29371
29395
  class ModelPackage < Struct.new(
@@ -29394,7 +29418,8 @@ module Aws::SageMaker
29394
29418
  :additional_inference_specifications,
29395
29419
  :tags,
29396
29420
  :customer_metadata_properties,
29397
- :drift_check_baselines)
29421
+ :drift_check_baselines,
29422
+ :skip_model_validation)
29398
29423
  SENSITIVE = []
29399
29424
  include Aws::Structure
29400
29425
  end
@@ -35829,10 +35854,9 @@ module Aws::SageMaker
35829
35854
  # A cron expression that describes details about the monitoring
35830
35855
  # schedule.
35831
35856
  #
35832
- # Currently the only supported cron expressions are:
35857
+ # The supported cron expressions are:
35833
35858
  #
35834
- # * If you want to set the job to start every hour, please use the
35835
- # following:
35859
+ # * If you want to set the job to start every hour, use the following:
35836
35860
  #
35837
35861
  # `Hourly: cron(0 * ? * * *)`
35838
35862
  #
@@ -35866,12 +35890,50 @@ module Aws::SageMaker
35866
35890
  # running every day.
35867
35891
  #
35868
35892
  # </note>
35893
+ #
35894
+ # You can also specify the keyword `NOW` to run the monitoring job
35895
+ # immediately, one time, without recurring.
35896
+ # @return [String]
35897
+ #
35898
+ # @!attribute [rw] data_analysis_start_time
35899
+ # Sets the start time for a monitoring job window. Express this time
35900
+ # as an offset to the times that you schedule your monitoring jobs to
35901
+ # run. You schedule monitoring jobs with the `ScheduleExpression`
35902
+ # parameter. Specify this offset in ISO 8601 duration format. For
35903
+ # example, if you want to monitor the five hours of data in your
35904
+ # dataset that precede the start of each monitoring job, you would
35905
+ # specify: `"-PT5H"`.
35906
+ #
35907
+ # The start time that you specify must not precede the end time that
35908
+ # you specify by more than 24 hours. You specify the end time with the
35909
+ # `DataAnalysisEndTime` parameter.
35910
+ #
35911
+ # If you set `ScheduleExpression` to `NOW`, this parameter is
35912
+ # required.
35913
+ # @return [String]
35914
+ #
35915
+ # @!attribute [rw] data_analysis_end_time
35916
+ # Sets the end time for a monitoring job window. Express this time as
35917
+ # an offset to the times that you schedule your monitoring jobs to
35918
+ # run. You schedule monitoring jobs with the `ScheduleExpression`
35919
+ # parameter. Specify this offset in ISO 8601 duration format. For
35920
+ # example, if you want to end the window one hour before the start of
35921
+ # each monitoring job, you would specify: `"-PT1H"`.
35922
+ #
35923
+ # The end time that you specify must not follow the start time that
35924
+ # you specify by more than 24 hours. You specify the start time with
35925
+ # the `DataAnalysisStartTime` parameter.
35926
+ #
35927
+ # If you set `ScheduleExpression` to `NOW`, this parameter is
35928
+ # required.
35869
35929
  # @return [String]
35870
35930
  #
35871
35931
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ScheduleConfig AWS API Documentation
35872
35932
  #
35873
35933
  class ScheduleConfig < Struct.new(
35874
- :schedule_expression)
35934
+ :schedule_expression,
35935
+ :data_analysis_start_time,
35936
+ :data_analysis_end_time)
35875
35937
  SENSITIVE = []
35876
35938
  include Aws::Structure
35877
35939
  end
@@ -37728,7 +37790,7 @@ module Aws::SageMaker
37728
37790
  # @return [Types::TimeSeriesConfig]
37729
37791
  #
37730
37792
  # @!attribute [rw] holiday_config
37731
- # The collection of holiday featurization attributes used to
37793
+ # The collection of holidays featurization attributes used to
37732
37794
  # incorporate national holiday information into your forecasting
37733
37795
  # model.
37734
37796
  # @return [Array<Types::HolidayConfigAttributes>]
@@ -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.209.0'
56
+ GEM_VERSION = '1.211.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.209.0
4
+ version: 1.211.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-08 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core