aws-sdk-sagemaker 1.209.0 → 1.210.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fc4c836d95ac58a72941e60a2260e0a67496849294ae4e81b7b3552d0edc214
4
- data.tar.gz: 3bff672a1b751b7d7964025e74e798e6a8a8301ecab0667d1049d2546b60ef23
3
+ metadata.gz: 6250045df98ad4af637f71bd522b7f117531de60e573cbadcadbea362a6fb8ae
4
+ data.tar.gz: 01ba0b3bbcc4cebe68cc6d3549c591b1cf61b87269f9d501a427c1a02a0fc1c1
5
5
  SHA512:
6
- metadata.gz: 04ef283e2477b94de686cf0d5ae3571b4469f253e85ef1d6689c6da7b86c77e23a5a39429b523cf151e79a57bb0b40f4927f41567825a76a060d962a36021d20
7
- data.tar.gz: dd8d24e6820d82cb7f3ab46321a1492aad9f7d597734bfe561ab73af8974a5cfc4f51daa2b358dac0ff74d736a45e4231e8691560a3169a923eaab41a86cfb71
6
+ metadata.gz: 15a3d8767ec263ba1105ec393cab60b76c7fee0c0201a249e08461698764a9bdf2119b272186aec041908a6325e7498fc6bd1a837133f4f0ed3d18dd9e53df22
7
+ data.tar.gz: 811f9f04a70698560e04474e351373d4e4c7de19d9486aa8fca51967d6ca58acd3fba13b749bbbcdbcf957c9c7c6851c29a0a9cb66d271caea026e1a0634aac1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.209.0 (2023-09-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.209.0
1
+ 1.210.0
@@ -1965,9 +1965,9 @@ module Aws::SageMaker
1965
1965
  # stopping.
1966
1966
  #
1967
1967
  # @option params [Array<Types::Tag>] :tags
1968
- # (Optional) An array of key-value pairs. For more information, see
1969
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
1970
- # 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*.
1971
1971
  #
1972
1972
  #
1973
1973
  #
@@ -5103,9 +5103,9 @@ module Aws::SageMaker
5103
5103
  # stopping.
5104
5104
  #
5105
5105
  # @option params [Array<Types::Tag>] :tags
5106
- # (Optional) An array of key-value pairs. For more information, see
5107
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5108
- # 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*.
5109
5109
  #
5110
5110
  #
5111
5111
  #
@@ -5379,9 +5379,9 @@ module Aws::SageMaker
5379
5379
  # stopping.
5380
5380
  #
5381
5381
  # @option params [Array<Types::Tag>] :tags
5382
- # (Optional) An array of key-value pairs. For more information, see
5383
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5384
- # 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*.
5385
5385
  #
5386
5386
  #
5387
5387
  #
@@ -5642,6 +5642,9 @@ module Aws::SageMaker
5642
5642
  # model package that can be used on inference endpoints. Generally used
5643
5643
  # with SageMaker Neo to store the compiled artifacts.
5644
5644
  #
5645
+ # @option params [String] :skip_model_validation
5646
+ # Indicates if you want to skip model validation.
5647
+ #
5645
5648
  # @return [Types::CreateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5646
5649
  #
5647
5650
  # * {Types::CreateModelPackageOutput#model_package_arn #model_package_arn} => String
@@ -5876,6 +5879,7 @@ module Aws::SageMaker
5876
5879
  # supported_response_mime_types: ["ResponseMIMEType"],
5877
5880
  # },
5878
5881
  # ],
5882
+ # skip_model_validation: "All", # accepts All, None
5879
5883
  # })
5880
5884
  #
5881
5885
  # @example Response structure
@@ -5978,9 +5982,9 @@ module Aws::SageMaker
5978
5982
  # stopping.
5979
5983
  #
5980
5984
  # @option params [Array<Types::Tag>] :tags
5981
- # (Optional) An array of key-value pairs. For more information, see
5982
- # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
5983
- # 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*.
5984
5988
  #
5985
5989
  #
5986
5990
  #
@@ -12997,6 +13001,7 @@ module Aws::SageMaker
12997
13001
  # * {Types::DescribeModelPackageOutput#task #task} => String
12998
13002
  # * {Types::DescribeModelPackageOutput#sample_payload_url #sample_payload_url} => String
12999
13003
  # * {Types::DescribeModelPackageOutput#additional_inference_specifications #additional_inference_specifications} => Array&lt;Types::AdditionalInferenceSpecificationDefinition&gt;
13004
+ # * {Types::DescribeModelPackageOutput#skip_model_validation #skip_model_validation} => String
13000
13005
  #
13001
13006
  # @example Request syntax with placeholder values
13002
13007
  #
@@ -13163,6 +13168,7 @@ module Aws::SageMaker
13163
13168
  # resp.additional_inference_specifications[0].supported_content_types[0] #=> String
13164
13169
  # resp.additional_inference_specifications[0].supported_response_mime_types #=> Array
13165
13170
  # resp.additional_inference_specifications[0].supported_response_mime_types[0] #=> String
13171
+ # resp.skip_model_validation #=> String, one of "All", "None"
13166
13172
  #
13167
13173
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage AWS API Documentation
13168
13174
  #
@@ -16068,7 +16074,8 @@ module Aws::SageMaker
16068
16074
  # The field to sort results by. The default is `CreationTime`.
16069
16075
  #
16070
16076
  # @option params [String] :sort_order
16071
- # 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`.
16072
16079
  #
16073
16080
  # @option params [String] :next_token
16074
16081
  # If the result of the previous `ListDataQualityJobDefinitions` request
@@ -18491,7 +18498,8 @@ module Aws::SageMaker
18491
18498
  # The field to sort results by. The default is `CreationTime`.
18492
18499
  #
18493
18500
  # @option params [String] :sort_order
18494
- # 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`.
18495
18503
  #
18496
18504
  # @option params [String] :next_token
18497
18505
  # If the result of the previous `ListModelQualityJobDefinitions` request
@@ -18749,8 +18757,8 @@ module Aws::SageMaker
18749
18757
  # Name of a specific endpoint to fetch jobs for.
18750
18758
  #
18751
18759
  # @option params [String] :sort_by
18752
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
18753
- # field. The default is `CreationTime`.
18760
+ # Whether to sort the results by the `Status`, `CreationTime`, or
18761
+ # `ScheduledTime` field. The default is `CreationTime`.
18754
18762
  #
18755
18763
  # @option params [String] :sort_order
18756
18764
  # Whether to sort the results in `Ascending` or `Descending` order. The
@@ -18850,8 +18858,8 @@ module Aws::SageMaker
18850
18858
  # Name of a specific endpoint to fetch schedules for.
18851
18859
  #
18852
18860
  # @option params [String] :sort_by
18853
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
18854
- # field. The default is `CreationTime`.
18861
+ # Whether to sort the results by the `Status`, `CreationTime`, or
18862
+ # `ScheduledTime` field. The default is `CreationTime`.
18855
18863
  #
18856
18864
  # @option params [String] :sort_order
18857
18865
  # Whether to sort the results in `Ascending` or `Descending` order. The
@@ -24141,7 +24149,7 @@ module Aws::SageMaker
24141
24149
  params: params,
24142
24150
  config: config)
24143
24151
  context[:gem_name] = 'aws-sdk-sagemaker'
24144
- context[:gem_version] = '1.209.0'
24152
+ context[:gem_version] = '1.210.0'
24145
24153
  Seahorse::Client::Request.new(handlers, context)
24146
24154
  end
24147
24155
 
@@ -1763,6 +1763,7 @@ module Aws::SageMaker
1763
1763
  SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
1764
1764
  ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
1765
1765
  SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
1766
+ SkipModelValidation = Shapes::StringShape.new(name: 'SkipModelValidation')
1766
1767
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
1767
1768
  SortActionsBy = Shapes::StringShape.new(name: 'SortActionsBy')
1768
1769
  SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
@@ -3175,6 +3176,7 @@ module Aws::SageMaker
3175
3176
  CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
3176
3177
  CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
3177
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"))
3178
3180
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
3179
3181
 
3180
3182
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -4444,6 +4446,7 @@ module Aws::SageMaker
4444
4446
  DescribeModelPackageOutput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
4445
4447
  DescribeModelPackageOutput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
4446
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"))
4447
4450
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
4448
4451
 
4449
4452
  DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
@@ -7103,6 +7106,7 @@ module Aws::SageMaker
7103
7106
  ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
7104
7107
  ModelPackage.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
7105
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"))
7106
7110
  ModelPackage.struct_class = Types::ModelPackage
7107
7111
 
7108
7112
  ModelPackageArnList.member = Shapes::ShapeRef.new(shape: ModelPackageArn)
@@ -3151,12 +3151,12 @@ module Aws::SageMaker
3151
3151
  end
3152
3152
 
3153
3153
  # Configuration specifying how to treat different headers. If no headers
3154
- # are specified SageMaker will by default base64 encode when capturing
3155
- # the data.
3154
+ # are specified Amazon SageMaker will by default base64 encode when
3155
+ # capturing the data.
3156
3156
  #
3157
3157
  # @!attribute [rw] csv_content_types
3158
- # The list of all content type headers that SageMaker will treat as
3159
- # CSV and capture accordingly.
3158
+ # The list of all content type headers that Amazon SageMaker will
3159
+ # treat as CSV and capture accordingly.
3160
3160
  # @return [Array<String>]
3161
3161
  #
3162
3162
  # @!attribute [rw] json_content_types
@@ -5118,8 +5118,8 @@ module Aws::SageMaker
5118
5118
  # @return [Types::MonitoringStoppingCondition]
5119
5119
  #
5120
5120
  # @!attribute [rw] tags
5121
- # (Optional) An array of key-value pairs. For more information, see
5122
- # [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
5123
5123
  # and Cost Management User Guide*.
5124
5124
  #
5125
5125
  #
@@ -6734,8 +6734,8 @@ module Aws::SageMaker
6734
6734
  # @return [Types::MonitoringStoppingCondition]
6735
6735
  #
6736
6736
  # @!attribute [rw] tags
6737
- # (Optional) An array of key-value pairs. For more information, see
6738
- # [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
6739
6739
  # and Cost Management User Guide*.
6740
6740
  #
6741
6741
  #
@@ -6918,8 +6918,8 @@ module Aws::SageMaker
6918
6918
  # @return [Types::MonitoringStoppingCondition]
6919
6919
  #
6920
6920
  # @!attribute [rw] tags
6921
- # (Optional) An array of key-value pairs. For more information, see
6922
- # [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
6923
6923
  # and Cost Management User Guide*.
6924
6924
  #
6925
6925
  #
@@ -7234,6 +7234,10 @@ module Aws::SageMaker
7234
7234
  # used with SageMaker Neo to store the compiled artifacts.
7235
7235
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
7236
7236
  #
7237
+ # @!attribute [rw] skip_model_validation
7238
+ # Indicates if you want to skip model validation.
7239
+ # @return [String]
7240
+ #
7237
7241
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
7238
7242
  #
7239
7243
  class CreateModelPackageInput < Struct.new(
@@ -7254,7 +7258,8 @@ module Aws::SageMaker
7254
7258
  :domain,
7255
7259
  :task,
7256
7260
  :sample_payload_url,
7257
- :additional_inference_specifications)
7261
+ :additional_inference_specifications,
7262
+ :skip_model_validation)
7258
7263
  SENSITIVE = []
7259
7264
  include Aws::Structure
7260
7265
  end
@@ -7311,8 +7316,8 @@ module Aws::SageMaker
7311
7316
  # @return [Types::MonitoringStoppingCondition]
7312
7317
  #
7313
7318
  # @!attribute [rw] tags
7314
- # (Optional) An array of key-value pairs. For more information, see
7315
- # [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
7316
7321
  # and Cost Management User Guide*.
7317
7322
  #
7318
7323
  #
@@ -8881,9 +8886,9 @@ module Aws::SageMaker
8881
8886
  # @return [String]
8882
8887
  #
8883
8888
  # @!attribute [rw] kms_key_id
8884
- # The Amazon Resource Name (ARN) of a Amazon Web Services Key
8885
- # Management Service key that SageMaker uses to encrypt the captured
8886
- # 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.
8887
8892
  #
8888
8893
  # The KmsKeyId can be any of the following formats:
8889
8894
  #
@@ -9080,7 +9085,7 @@ module Aws::SageMaker
9080
9085
  # @!attribute [rw] record_preprocessor_source_uri
9081
9086
  # An Amazon S3 URI to a script that is called per row prior to running
9082
9087
  # analysis. It can base64 decode the payload and convert it into a
9083
- # 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
9084
9089
  # data. Applicable only for the built-in (first party) containers.
9085
9090
  # @return [String]
9086
9091
  #
@@ -13559,10 +13564,9 @@ module Aws::SageMaker
13559
13564
  # @return [Types::MonitoringNetworkConfig]
13560
13565
  #
13561
13566
  # @!attribute [rw] role_arn
13562
- # The Amazon Resource Name (ARN) of the Amazon Web Services Identity
13563
- # and Access Management (IAM) role that has read permission to the
13564
- # input data location and write permission to the output data location
13565
- # 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.
13566
13570
  # @return [String]
13567
13571
  #
13568
13572
  # @!attribute [rw] stopping_condition
@@ -13830,10 +13834,9 @@ module Aws::SageMaker
13830
13834
  # @return [Types::MonitoringNetworkConfig]
13831
13835
  #
13832
13836
  # @!attribute [rw] role_arn
13833
- # The Amazon Resource Name (ARN) of the Amazon Web Services Identity
13834
- # and Access Management (IAM) role that has read permission to the
13835
- # input data location and write permission to the output data location
13836
- # 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.
13837
13840
  # @return [String]
13838
13841
  #
13839
13842
  # @!attribute [rw] stopping_condition
@@ -14130,6 +14133,10 @@ module Aws::SageMaker
14130
14133
  # used with SageMaker Neo to store the compiled artifacts.
14131
14134
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
14132
14135
  #
14136
+ # @!attribute [rw] skip_model_validation
14137
+ # Indicates if you want to skip model validation.
14138
+ # @return [String]
14139
+ #
14133
14140
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
14134
14141
  #
14135
14142
  class DescribeModelPackageOutput < Struct.new(
@@ -14157,7 +14164,8 @@ module Aws::SageMaker
14157
14164
  :domain,
14158
14165
  :task,
14159
14166
  :sample_payload_url,
14160
- :additional_inference_specifications)
14167
+ :additional_inference_specifications,
14168
+ :skip_model_validation)
14161
14169
  SENSITIVE = []
14162
14170
  include Aws::Structure
14163
14171
  end
@@ -17165,7 +17173,7 @@ module Aws::SageMaker
17165
17173
  #
17166
17174
  # @!attribute [rw] s3_data_distribution_type
17167
17175
  # Whether input data distributed in Amazon S3 is fully replicated or
17168
- # sharded by an S3 key. Defaults to `FullyReplicated`
17176
+ # sharded by an Amazon S3 key. Defaults to `FullyReplicated`
17169
17177
  # @return [String]
17170
17178
  #
17171
17179
  # @!attribute [rw] features_attribute
@@ -21392,8 +21400,8 @@ module Aws::SageMaker
21392
21400
  #
21393
21401
  # @!attribute [rw] content_type
21394
21402
  # Configuration specifying how to treat different headers. If no
21395
- # headers are specified SageMaker will by default base64 encode when
21396
- # capturing the data.
21403
+ # headers are specified Amazon SageMaker will by default base64 encode
21404
+ # when capturing the data.
21397
21405
  # @return [Types::CaptureContentTypeHeader]
21398
21406
  #
21399
21407
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceExperimentDataStorageConfig AWS API Documentation
@@ -23665,7 +23673,8 @@ module Aws::SageMaker
23665
23673
  # @return [String]
23666
23674
  #
23667
23675
  # @!attribute [rw] sort_order
23668
- # 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`.
23669
23678
  # @return [String]
23670
23679
  #
23671
23680
  # @!attribute [rw] next_token
@@ -25452,8 +25461,8 @@ module Aws::SageMaker
25452
25461
  # @return [Array<Types::MonitoringJobDefinitionSummary>]
25453
25462
  #
25454
25463
  # @!attribute [rw] next_token
25455
- # If the response is truncated, Amazon SageMaker returns this token.
25456
- # 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.
25457
25466
  # @return [String]
25458
25467
  #
25459
25468
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelBiasJobDefinitionsResponse AWS API Documentation
@@ -25748,8 +25757,8 @@ module Aws::SageMaker
25748
25757
  # @return [Array<Types::MonitoringJobDefinitionSummary>]
25749
25758
  #
25750
25759
  # @!attribute [rw] next_token
25751
- # If the response is truncated, Amazon SageMaker returns this token.
25752
- # 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.
25753
25762
  # @return [String]
25754
25763
  #
25755
25764
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitionsResponse AWS API Documentation
@@ -25977,7 +25986,8 @@ module Aws::SageMaker
25977
25986
  # @return [String]
25978
25987
  #
25979
25988
  # @!attribute [rw] sort_order
25980
- # 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`.
25981
25991
  # @return [String]
25982
25992
  #
25983
25993
  # @!attribute [rw] next_token
@@ -26234,8 +26244,8 @@ module Aws::SageMaker
26234
26244
  # @return [String]
26235
26245
  #
26236
26246
  # @!attribute [rw] sort_by
26237
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
26238
- # field. The default is `CreationTime`.
26247
+ # Whether to sort the results by the `Status`, `CreationTime`, or
26248
+ # `ScheduledTime` field. The default is `CreationTime`.
26239
26249
  # @return [String]
26240
26250
  #
26241
26251
  # @!attribute [rw] sort_order
@@ -26319,8 +26329,8 @@ module Aws::SageMaker
26319
26329
  # @return [Array<Types::MonitoringExecutionSummary>]
26320
26330
  #
26321
26331
  # @!attribute [rw] next_token
26322
- # If the response is truncated, Amazon SageMaker returns this token.
26323
- # 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.
26324
26334
  # @return [String]
26325
26335
  #
26326
26336
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringExecutionsResponse AWS API Documentation
@@ -26337,8 +26347,8 @@ module Aws::SageMaker
26337
26347
  # @return [String]
26338
26348
  #
26339
26349
  # @!attribute [rw] sort_by
26340
- # Whether to sort results by `Status`, `CreationTime`, `ScheduledTime`
26341
- # field. The default is `CreationTime`.
26350
+ # Whether to sort the results by the `Status`, `CreationTime`, or
26351
+ # `ScheduledTime` field. The default is `CreationTime`.
26342
26352
  # @return [String]
26343
26353
  #
26344
26354
  # @!attribute [rw] sort_order
@@ -26422,8 +26432,8 @@ module Aws::SageMaker
26422
26432
  # @return [Array<Types::MonitoringScheduleSummary>]
26423
26433
  #
26424
26434
  # @!attribute [rw] next_token
26425
- # If the response is truncated, Amazon SageMaker returns this token.
26426
- # 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.
26427
26437
  # @return [String]
26428
26438
  #
26429
26439
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringSchedulesResponse AWS API Documentation
@@ -28994,9 +29004,9 @@ module Aws::SageMaker
28994
29004
  # @return [String]
28995
29005
  #
28996
29006
  # @!attribute [rw] config_uri
28997
- # JSON formatted S3 file that defines explainability parameters. For
28998
- # more information on this JSON configuration file, see [Configure
28999
- # 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].
29000
29010
  #
29001
29011
  #
29002
29012
  #
@@ -29366,6 +29376,10 @@ module Aws::SageMaker
29366
29376
  # monitor is set using the model package.
29367
29377
  # @return [Types::DriftCheckBaselines]
29368
29378
  #
29379
+ # @!attribute [rw] skip_model_validation
29380
+ # Indicates if you want to skip model validation.
29381
+ # @return [String]
29382
+ #
29369
29383
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackage AWS API Documentation
29370
29384
  #
29371
29385
  class ModelPackage < Struct.new(
@@ -29394,7 +29408,8 @@ module Aws::SageMaker
29394
29408
  :additional_inference_specifications,
29395
29409
  :tags,
29396
29410
  :customer_metadata_properties,
29397
- :drift_check_baselines)
29411
+ :drift_check_baselines,
29412
+ :skip_model_validation)
29398
29413
  SENSITIVE = []
29399
29414
  include Aws::Structure
29400
29415
  end
@@ -29769,7 +29784,7 @@ module Aws::SageMaker
29769
29784
  # @!attribute [rw] record_preprocessor_source_uri
29770
29785
  # An Amazon S3 URI to a script that is called per row prior to running
29771
29786
  # analysis. It can base64 decode the payload and convert it into a
29772
- # 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
29773
29788
  # data. Applicable only for the built-in (first party) containers.
29774
29789
  # @return [String]
29775
29790
  #
@@ -29825,8 +29840,8 @@ module Aws::SageMaker
29825
29840
  include Aws::Structure
29826
29841
  end
29827
29842
 
29828
- # The input for the model quality monitoring job. Currently endponts are
29829
- # 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.
29830
29845
  #
29831
29846
  # @!attribute [rw] endpoint_input
29832
29847
  # Input object for the endpoint
@@ -30097,7 +30112,7 @@ module Aws::SageMaker
30097
30112
  # @!attribute [rw] record_preprocessor_source_uri
30098
30113
  # An Amazon S3 URI to a script that is called per row prior to running
30099
30114
  # analysis. It can base64 decode the payload and convert it into a
30100
- # 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
30101
30116
  # data. Applicable only for the built-in (first party) containers.
30102
30117
  # @return [String]
30103
30118
  #
@@ -30166,10 +30181,9 @@ module Aws::SageMaker
30166
30181
  # @return [Integer]
30167
30182
  #
30168
30183
  # @!attribute [rw] volume_kms_key_id
30169
- # The Amazon Web Services Key Management Service (Amazon Web Services
30170
- # KMS) key that Amazon SageMaker uses to encrypt data on the storage
30171
- # volume attached to the ML compute instance(s) that run the model
30172
- # 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.
30173
30187
  # @return [String]
30174
30188
  #
30175
30189
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
@@ -30342,7 +30356,7 @@ module Aws::SageMaker
30342
30356
  #
30343
30357
  # @!attribute [rw] monitoring_output_config
30344
30358
  # The array of outputs from the monitoring job to be uploaded to
30345
- # Amazon Simple Storage Service (Amazon S3).
30359
+ # Amazon S3.
30346
30360
  # @return [Types::MonitoringOutputConfig]
30347
30361
  #
30348
30362
  # @!attribute [rw] monitoring_resources
@@ -30422,7 +30436,7 @@ module Aws::SageMaker
30422
30436
  # Represents the JSON dataset format used when running a monitoring job.
30423
30437
  #
30424
30438
  # @!attribute [rw] line
30425
- # 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.
30426
30440
  # @return [Boolean]
30427
30441
  #
30428
30442
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringJsonDatasetFormat AWS API Documentation
@@ -30493,9 +30507,9 @@ module Aws::SageMaker
30493
30507
  # @return [Array<Types::MonitoringOutput>]
30494
30508
  #
30495
30509
  # @!attribute [rw] kms_key_id
30496
- # The Amazon Web Services Key Management Service (Amazon Web Services
30497
- # KMS) key that Amazon SageMaker uses to encrypt the model artifacts
30498
- # 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.
30499
30513
  # @return [String]
30500
30514
  #
30501
30515
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
@@ -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.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.209.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-08 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