aws-sdk-sagemaker 1.144.0 → 1.145.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: 6c587280170d1a3954abb1f1996448e8472ccf7c7fe212a7d3d46de13b846611
4
- data.tar.gz: 70fc3d304dd1bfb46f8a7d0888be160f2043137d339bb9be1161f380f2195185
3
+ metadata.gz: 12972bc7e35ad769998dc843f391ce56097e8d74ae7ff853b709fed7e29d7d74
4
+ data.tar.gz: 27d061dbdde035f00d784930f072ae064e61aa832f5fb44fb479e5c09b6d9b8d
5
5
  SHA512:
6
- metadata.gz: 49d267ef839a75c72752c75b44bd82ed861c07cc7b8dad4a1ee8a6f25f22129cfd0b90d899c2f342cc5e5deb9baa43e39d929c4b1183e5103503a34aca3b7923
7
- data.tar.gz: d2028421ddab3278caf4b2eae38181765ec40e48182fa00435d436444bf82633a101cb3f99bec4b0e819aadd1f1ac56b924a4804d3bfdb9342d75b73bd39ad35
6
+ metadata.gz: 3abb7cf433a4e622dc3ca5eab7289ccc00e0cdd508a43a672f7ce84414cb009f95d357b2d5eba0902aac2abd4adc3cacb8a4244a4190b6ad7cfcab8f2ea25b60
7
+ data.tar.gz: 4151379ded5cb9a43c680eee973183081f3a8261fa16917b780540746ad7cac715aa2902b1d336b02b57bf4350764b407de5b15f484b9c5fc98db72f4dd997e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2022-10-18)
5
+ ------------------
6
+
7
+ * Feature - This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.
8
+
4
9
  1.144.0 (2022-10-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -1652,7 +1652,7 @@ module Aws::SageMaker
1652
1652
  # },
1653
1653
  # },
1654
1654
  # data_quality_job_input: { # required
1655
- # endpoint_input: { # required
1655
+ # endpoint_input: {
1656
1656
  # endpoint_name: "EndpointName", # required
1657
1657
  # local_path: "ProcessingLocalPath", # required
1658
1658
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -1664,6 +1664,28 @@ module Aws::SageMaker
1664
1664
  # start_time_offset: "MonitoringTimeOffsetString",
1665
1665
  # end_time_offset: "MonitoringTimeOffsetString",
1666
1666
  # },
1667
+ # batch_transform_input: {
1668
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
1669
+ # dataset_format: { # required
1670
+ # csv: {
1671
+ # header: false,
1672
+ # },
1673
+ # json: {
1674
+ # line: false,
1675
+ # },
1676
+ # parquet: {
1677
+ # },
1678
+ # },
1679
+ # local_path: "ProcessingLocalPath", # required
1680
+ # s3_input_mode: "Pipe", # accepts Pipe, File
1681
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
1682
+ # features_attribute: "String",
1683
+ # inference_attribute: "String",
1684
+ # probability_attribute: "String",
1685
+ # probability_threshold_attribute: 1.0,
1686
+ # start_time_offset: "MonitoringTimeOffsetString",
1687
+ # end_time_offset: "MonitoringTimeOffsetString",
1688
+ # },
1667
1689
  # },
1668
1690
  # data_quality_job_output_config: { # required
1669
1691
  # monitoring_outputs: [ # required
@@ -4177,7 +4199,7 @@ module Aws::SageMaker
4177
4199
  # },
4178
4200
  # },
4179
4201
  # model_bias_job_input: { # required
4180
- # endpoint_input: { # required
4202
+ # endpoint_input: {
4181
4203
  # endpoint_name: "EndpointName", # required
4182
4204
  # local_path: "ProcessingLocalPath", # required
4183
4205
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -4189,6 +4211,28 @@ module Aws::SageMaker
4189
4211
  # start_time_offset: "MonitoringTimeOffsetString",
4190
4212
  # end_time_offset: "MonitoringTimeOffsetString",
4191
4213
  # },
4214
+ # batch_transform_input: {
4215
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
4216
+ # dataset_format: { # required
4217
+ # csv: {
4218
+ # header: false,
4219
+ # },
4220
+ # json: {
4221
+ # line: false,
4222
+ # },
4223
+ # parquet: {
4224
+ # },
4225
+ # },
4226
+ # local_path: "ProcessingLocalPath", # required
4227
+ # s3_input_mode: "Pipe", # accepts Pipe, File
4228
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4229
+ # features_attribute: "String",
4230
+ # inference_attribute: "String",
4231
+ # probability_attribute: "String",
4232
+ # probability_threshold_attribute: 1.0,
4233
+ # start_time_offset: "MonitoringTimeOffsetString",
4234
+ # end_time_offset: "MonitoringTimeOffsetString",
4235
+ # },
4192
4236
  # ground_truth_s3_input: { # required
4193
4237
  # s3_uri: "MonitoringS3Uri",
4194
4238
  # },
@@ -4311,7 +4355,7 @@ module Aws::SageMaker
4311
4355
  # },
4312
4356
  # },
4313
4357
  # model_explainability_job_input: { # required
4314
- # endpoint_input: { # required
4358
+ # endpoint_input: {
4315
4359
  # endpoint_name: "EndpointName", # required
4316
4360
  # local_path: "ProcessingLocalPath", # required
4317
4361
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -4323,6 +4367,28 @@ module Aws::SageMaker
4323
4367
  # start_time_offset: "MonitoringTimeOffsetString",
4324
4368
  # end_time_offset: "MonitoringTimeOffsetString",
4325
4369
  # },
4370
+ # batch_transform_input: {
4371
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
4372
+ # dataset_format: { # required
4373
+ # csv: {
4374
+ # header: false,
4375
+ # },
4376
+ # json: {
4377
+ # line: false,
4378
+ # },
4379
+ # parquet: {
4380
+ # },
4381
+ # },
4382
+ # local_path: "ProcessingLocalPath", # required
4383
+ # s3_input_mode: "Pipe", # accepts Pipe, File
4384
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4385
+ # features_attribute: "String",
4386
+ # inference_attribute: "String",
4387
+ # probability_attribute: "String",
4388
+ # probability_threshold_attribute: 1.0,
4389
+ # start_time_offset: "MonitoringTimeOffsetString",
4390
+ # end_time_offset: "MonitoringTimeOffsetString",
4391
+ # },
4326
4392
  # },
4327
4393
  # model_explainability_job_output_config: { # required
4328
4394
  # monitoring_outputs: [ # required
@@ -4882,7 +4948,7 @@ module Aws::SageMaker
4882
4948
  # },
4883
4949
  # },
4884
4950
  # model_quality_job_input: { # required
4885
- # endpoint_input: { # required
4951
+ # endpoint_input: {
4886
4952
  # endpoint_name: "EndpointName", # required
4887
4953
  # local_path: "ProcessingLocalPath", # required
4888
4954
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -4894,6 +4960,28 @@ module Aws::SageMaker
4894
4960
  # start_time_offset: "MonitoringTimeOffsetString",
4895
4961
  # end_time_offset: "MonitoringTimeOffsetString",
4896
4962
  # },
4963
+ # batch_transform_input: {
4964
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
4965
+ # dataset_format: { # required
4966
+ # csv: {
4967
+ # header: false,
4968
+ # },
4969
+ # json: {
4970
+ # line: false,
4971
+ # },
4972
+ # parquet: {
4973
+ # },
4974
+ # },
4975
+ # local_path: "ProcessingLocalPath", # required
4976
+ # s3_input_mode: "Pipe", # accepts Pipe, File
4977
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4978
+ # features_attribute: "String",
4979
+ # inference_attribute: "String",
4980
+ # probability_attribute: "String",
4981
+ # probability_threshold_attribute: 1.0,
4982
+ # start_time_offset: "MonitoringTimeOffsetString",
4983
+ # end_time_offset: "MonitoringTimeOffsetString",
4984
+ # },
4897
4985
  # ground_truth_s3_input: { # required
4898
4986
  # s3_uri: "MonitoringS3Uri",
4899
4987
  # },
@@ -4992,7 +5080,7 @@ module Aws::SageMaker
4992
5080
  # },
4993
5081
  # monitoring_inputs: [ # required
4994
5082
  # {
4995
- # endpoint_input: { # required
5083
+ # endpoint_input: {
4996
5084
  # endpoint_name: "EndpointName", # required
4997
5085
  # local_path: "ProcessingLocalPath", # required
4998
5086
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -5004,6 +5092,28 @@ module Aws::SageMaker
5004
5092
  # start_time_offset: "MonitoringTimeOffsetString",
5005
5093
  # end_time_offset: "MonitoringTimeOffsetString",
5006
5094
  # },
5095
+ # batch_transform_input: {
5096
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
5097
+ # dataset_format: { # required
5098
+ # csv: {
5099
+ # header: false,
5100
+ # },
5101
+ # json: {
5102
+ # line: false,
5103
+ # },
5104
+ # parquet: {
5105
+ # },
5106
+ # },
5107
+ # local_path: "ProcessingLocalPath", # required
5108
+ # s3_input_mode: "Pipe", # accepts Pipe, File
5109
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
5110
+ # features_attribute: "String",
5111
+ # inference_attribute: "String",
5112
+ # probability_attribute: "String",
5113
+ # probability_threshold_attribute: 1.0,
5114
+ # start_time_offset: "MonitoringTimeOffsetString",
5115
+ # end_time_offset: "MonitoringTimeOffsetString",
5116
+ # },
5007
5117
  # },
5008
5118
  # ],
5009
5119
  # monitoring_output_config: { # required
@@ -6420,6 +6530,9 @@ module Aws::SageMaker
6420
6530
  # @option params [required, Types::TransformOutput] :transform_output
6421
6531
  # Describes the results of the transform job.
6422
6532
  #
6533
+ # @option params [Types::BatchDataCaptureConfig] :data_capture_config
6534
+ # Configuration to control how SageMaker captures inference data.
6535
+ #
6423
6536
  # @option params [required, Types::TransformResources] :transform_resources
6424
6537
  # Describes the resources, including ML instance types and ML instance
6425
6538
  # count, to use for the transform job.
@@ -6493,6 +6606,11 @@ module Aws::SageMaker
6493
6606
  # assemble_with: "None", # accepts None, Line
6494
6607
  # kms_key_id: "KmsKeyId",
6495
6608
  # },
6609
+ # data_capture_config: {
6610
+ # destination_s3_uri: "S3Uri", # required
6611
+ # kms_key_id: "KmsKeyId",
6612
+ # generate_inference_id: false,
6613
+ # },
6496
6614
  # transform_resources: { # required
6497
6615
  # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
6498
6616
  # instance_count: 1, # required
@@ -8931,6 +9049,18 @@ module Aws::SageMaker
8931
9049
  # resp.data_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
8932
9050
  # resp.data_quality_job_input.endpoint_input.start_time_offset #=> String
8933
9051
  # resp.data_quality_job_input.endpoint_input.end_time_offset #=> String
9052
+ # resp.data_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
9053
+ # resp.data_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
9054
+ # resp.data_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
9055
+ # resp.data_quality_job_input.batch_transform_input.local_path #=> String
9056
+ # resp.data_quality_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
9057
+ # resp.data_quality_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
9058
+ # resp.data_quality_job_input.batch_transform_input.features_attribute #=> String
9059
+ # resp.data_quality_job_input.batch_transform_input.inference_attribute #=> String
9060
+ # resp.data_quality_job_input.batch_transform_input.probability_attribute #=> String
9061
+ # resp.data_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
9062
+ # resp.data_quality_job_input.batch_transform_input.start_time_offset #=> String
9063
+ # resp.data_quality_job_input.batch_transform_input.end_time_offset #=> String
8934
9064
  # resp.data_quality_job_output_config.monitoring_outputs #=> Array
8935
9065
  # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
8936
9066
  # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -10539,6 +10669,18 @@ module Aws::SageMaker
10539
10669
  # resp.model_bias_job_input.endpoint_input.probability_threshold_attribute #=> Float
10540
10670
  # resp.model_bias_job_input.endpoint_input.start_time_offset #=> String
10541
10671
  # resp.model_bias_job_input.endpoint_input.end_time_offset #=> String
10672
+ # resp.model_bias_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
10673
+ # resp.model_bias_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
10674
+ # resp.model_bias_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
10675
+ # resp.model_bias_job_input.batch_transform_input.local_path #=> String
10676
+ # resp.model_bias_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
10677
+ # resp.model_bias_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
10678
+ # resp.model_bias_job_input.batch_transform_input.features_attribute #=> String
10679
+ # resp.model_bias_job_input.batch_transform_input.inference_attribute #=> String
10680
+ # resp.model_bias_job_input.batch_transform_input.probability_attribute #=> String
10681
+ # resp.model_bias_job_input.batch_transform_input.probability_threshold_attribute #=> Float
10682
+ # resp.model_bias_job_input.batch_transform_input.start_time_offset #=> String
10683
+ # resp.model_bias_job_input.batch_transform_input.end_time_offset #=> String
10542
10684
  # resp.model_bias_job_input.ground_truth_s3_input.s3_uri #=> String
10543
10685
  # resp.model_bias_job_output_config.monitoring_outputs #=> Array
10544
10686
  # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
@@ -10615,6 +10757,18 @@ module Aws::SageMaker
10615
10757
  # resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
10616
10758
  # resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
10617
10759
  # resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
10760
+ # resp.model_explainability_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
10761
+ # resp.model_explainability_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
10762
+ # resp.model_explainability_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
10763
+ # resp.model_explainability_job_input.batch_transform_input.local_path #=> String
10764
+ # resp.model_explainability_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
10765
+ # resp.model_explainability_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
10766
+ # resp.model_explainability_job_input.batch_transform_input.features_attribute #=> String
10767
+ # resp.model_explainability_job_input.batch_transform_input.inference_attribute #=> String
10768
+ # resp.model_explainability_job_input.batch_transform_input.probability_attribute #=> String
10769
+ # resp.model_explainability_job_input.batch_transform_input.probability_threshold_attribute #=> Float
10770
+ # resp.model_explainability_job_input.batch_transform_input.start_time_offset #=> String
10771
+ # resp.model_explainability_job_input.batch_transform_input.end_time_offset #=> String
10618
10772
  # resp.model_explainability_job_output_config.monitoring_outputs #=> Array
10619
10773
  # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
10620
10774
  # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -10946,6 +11100,18 @@ module Aws::SageMaker
10946
11100
  # resp.model_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
10947
11101
  # resp.model_quality_job_input.endpoint_input.start_time_offset #=> String
10948
11102
  # resp.model_quality_job_input.endpoint_input.end_time_offset #=> String
11103
+ # resp.model_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
11104
+ # resp.model_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
11105
+ # resp.model_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
11106
+ # resp.model_quality_job_input.batch_transform_input.local_path #=> String
11107
+ # resp.model_quality_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
11108
+ # resp.model_quality_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
11109
+ # resp.model_quality_job_input.batch_transform_input.features_attribute #=> String
11110
+ # resp.model_quality_job_input.batch_transform_input.inference_attribute #=> String
11111
+ # resp.model_quality_job_input.batch_transform_input.probability_attribute #=> String
11112
+ # resp.model_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
11113
+ # resp.model_quality_job_input.batch_transform_input.start_time_offset #=> String
11114
+ # resp.model_quality_job_input.batch_transform_input.end_time_offset #=> String
10949
11115
  # resp.model_quality_job_input.ground_truth_s3_input.s3_uri #=> String
10950
11116
  # resp.model_quality_job_output_config.monitoring_outputs #=> Array
10951
11117
  # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
@@ -11022,6 +11188,18 @@ module Aws::SageMaker
11022
11188
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
11023
11189
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
11024
11190
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
11191
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.data_captured_destination_s3_uri #=> String
11192
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
11193
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
11194
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.local_path #=> String
11195
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
11196
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
11197
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.features_attribute #=> String
11198
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.inference_attribute #=> String
11199
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_attribute #=> String
11200
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
11201
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
11202
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
11025
11203
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
11026
11204
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
11027
11205
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -11819,6 +11997,7 @@ module Aws::SageMaker
11819
11997
  # * {Types::DescribeTransformJobResponse#environment #environment} => Hash<String,String>
11820
11998
  # * {Types::DescribeTransformJobResponse#transform_input #transform_input} => Types::TransformInput
11821
11999
  # * {Types::DescribeTransformJobResponse#transform_output #transform_output} => Types::TransformOutput
12000
+ # * {Types::DescribeTransformJobResponse#data_capture_config #data_capture_config} => Types::BatchDataCaptureConfig
11822
12001
  # * {Types::DescribeTransformJobResponse#transform_resources #transform_resources} => Types::TransformResources
11823
12002
  # * {Types::DescribeTransformJobResponse#creation_time #creation_time} => Time
11824
12003
  # * {Types::DescribeTransformJobResponse#transform_start_time #transform_start_time} => Time
@@ -11857,6 +12036,9 @@ module Aws::SageMaker
11857
12036
  # resp.transform_output.accept #=> String
11858
12037
  # resp.transform_output.assemble_with #=> String, one of "None", "Line"
11859
12038
  # resp.transform_output.kms_key_id #=> String
12039
+ # resp.data_capture_config.destination_s3_uri #=> String
12040
+ # resp.data_capture_config.kms_key_id #=> String
12041
+ # resp.data_capture_config.generate_inference_id #=> Boolean
11860
12042
  # resp.transform_resources.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
11861
12043
  # resp.transform_resources.instance_count #=> Integer
11862
12044
  # resp.transform_resources.volume_kms_key_id #=> String
@@ -17773,6 +17955,18 @@ module Aws::SageMaker
17773
17955
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
17774
17956
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
17775
17957
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
17958
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.data_captured_destination_s3_uri #=> String
17959
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
17960
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
17961
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.local_path #=> String
17962
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
17963
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
17964
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.features_attribute #=> String
17965
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.inference_attribute #=> String
17966
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_attribute #=> String
17967
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
17968
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
17969
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
17776
17970
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
17777
17971
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
17778
17972
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
@@ -19780,7 +19974,7 @@ module Aws::SageMaker
19780
19974
  # },
19781
19975
  # monitoring_inputs: [ # required
19782
19976
  # {
19783
- # endpoint_input: { # required
19977
+ # endpoint_input: {
19784
19978
  # endpoint_name: "EndpointName", # required
19785
19979
  # local_path: "ProcessingLocalPath", # required
19786
19980
  # s3_input_mode: "Pipe", # accepts Pipe, File
@@ -19792,6 +19986,28 @@ module Aws::SageMaker
19792
19986
  # start_time_offset: "MonitoringTimeOffsetString",
19793
19987
  # end_time_offset: "MonitoringTimeOffsetString",
19794
19988
  # },
19989
+ # batch_transform_input: {
19990
+ # data_captured_destination_s3_uri: "DestinationS3Uri", # required
19991
+ # dataset_format: { # required
19992
+ # csv: {
19993
+ # header: false,
19994
+ # },
19995
+ # json: {
19996
+ # line: false,
19997
+ # },
19998
+ # parquet: {
19999
+ # },
20000
+ # },
20001
+ # local_path: "ProcessingLocalPath", # required
20002
+ # s3_input_mode: "Pipe", # accepts Pipe, File
20003
+ # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
20004
+ # features_attribute: "String",
20005
+ # inference_attribute: "String",
20006
+ # probability_attribute: "String",
20007
+ # probability_threshold_attribute: 1.0,
20008
+ # start_time_offset: "MonitoringTimeOffsetString",
20009
+ # end_time_offset: "MonitoringTimeOffsetString",
20010
+ # },
19795
20011
  # },
19796
20012
  # ],
19797
20013
  # monitoring_output_config: { # required
@@ -20759,7 +20975,7 @@ module Aws::SageMaker
20759
20975
  params: params,
20760
20976
  config: config)
20761
20977
  context[:gem_name] = 'aws-sdk-sagemaker'
20762
- context[:gem_version] = '1.144.0'
20978
+ context[:gem_version] = '1.145.0'
20763
20979
  Seahorse::Client::Request.new(handlers, context)
20764
20980
  end
20765
20981
 
@@ -133,12 +133,14 @@ module Aws::SageMaker
133
133
  AutoMLSortOrder = Shapes::StringShape.new(name: 'AutoMLSortOrder')
134
134
  AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
135
135
  AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
136
+ BatchDataCaptureConfig = Shapes::StructureShape.new(name: 'BatchDataCaptureConfig')
136
137
  BatchDescribeModelPackageError = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageError')
137
138
  BatchDescribeModelPackageErrorMap = Shapes::MapShape.new(name: 'BatchDescribeModelPackageErrorMap')
138
139
  BatchDescribeModelPackageInput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageInput')
139
140
  BatchDescribeModelPackageOutput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageOutput')
140
141
  BatchDescribeModelPackageSummary = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageSummary')
141
142
  BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
143
+ BatchTransformInput = Shapes::StructureShape.new(name: 'BatchTransformInput')
142
144
  Bias = Shapes::StructureShape.new(name: 'Bias')
143
145
  BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
144
146
  BlockedReason = Shapes::StringShape.new(name: 'BlockedReason')
@@ -1132,6 +1134,8 @@ module Aws::SageMaker
1132
1134
  MonitoringClusterConfig = Shapes::StructureShape.new(name: 'MonitoringClusterConfig')
1133
1135
  MonitoringConstraintsResource = Shapes::StructureShape.new(name: 'MonitoringConstraintsResource')
1134
1136
  MonitoringContainerArguments = Shapes::ListShape.new(name: 'MonitoringContainerArguments')
1137
+ MonitoringCsvDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringCsvDatasetFormat')
1138
+ MonitoringDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringDatasetFormat')
1135
1139
  MonitoringEnvironmentMap = Shapes::MapShape.new(name: 'MonitoringEnvironmentMap')
1136
1140
  MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
1137
1141
  MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
@@ -1145,11 +1149,13 @@ module Aws::SageMaker
1145
1149
  MonitoringJobDefinitionSortKey = Shapes::StringShape.new(name: 'MonitoringJobDefinitionSortKey')
1146
1150
  MonitoringJobDefinitionSummary = Shapes::StructureShape.new(name: 'MonitoringJobDefinitionSummary')
1147
1151
  MonitoringJobDefinitionSummaryList = Shapes::ListShape.new(name: 'MonitoringJobDefinitionSummaryList')
1152
+ MonitoringJsonDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringJsonDatasetFormat')
1148
1153
  MonitoringMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MonitoringMaxRuntimeInSeconds')
1149
1154
  MonitoringNetworkConfig = Shapes::StructureShape.new(name: 'MonitoringNetworkConfig')
1150
1155
  MonitoringOutput = Shapes::StructureShape.new(name: 'MonitoringOutput')
1151
1156
  MonitoringOutputConfig = Shapes::StructureShape.new(name: 'MonitoringOutputConfig')
1152
1157
  MonitoringOutputs = Shapes::ListShape.new(name: 'MonitoringOutputs')
1158
+ MonitoringParquetDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringParquetDatasetFormat')
1153
1159
  MonitoringProblemType = Shapes::StringShape.new(name: 'MonitoringProblemType')
1154
1160
  MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
1155
1161
  MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
@@ -2032,6 +2038,11 @@ module Aws::SageMaker
2032
2038
  AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
2033
2039
  AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
2034
2040
 
2041
+ BatchDataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "DestinationS3Uri"))
2042
+ BatchDataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2043
+ BatchDataCaptureConfig.add_member(:generate_inference_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "GenerateInferenceId"))
2044
+ BatchDataCaptureConfig.struct_class = Types::BatchDataCaptureConfig
2045
+
2035
2046
  BatchDescribeModelPackageError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
2036
2047
  BatchDescribeModelPackageError.add_member(:error_response, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorResponse"))
2037
2048
  BatchDescribeModelPackageError.struct_class = Types::BatchDescribeModelPackageError
@@ -2056,6 +2067,19 @@ module Aws::SageMaker
2056
2067
  BatchDescribeModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
2057
2068
  BatchDescribeModelPackageSummary.struct_class = Types::BatchDescribeModelPackageSummary
2058
2069
 
2070
+ BatchTransformInput.add_member(:data_captured_destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DataCapturedDestinationS3Uri"))
2071
+ BatchTransformInput.add_member(:dataset_format, Shapes::ShapeRef.new(shape: MonitoringDatasetFormat, required: true, location_name: "DatasetFormat"))
2072
+ BatchTransformInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
2073
+ BatchTransformInput.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
2074
+ BatchTransformInput.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
2075
+ BatchTransformInput.add_member(:features_attribute, Shapes::ShapeRef.new(shape: String, location_name: "FeaturesAttribute"))
2076
+ BatchTransformInput.add_member(:inference_attribute, Shapes::ShapeRef.new(shape: String, location_name: "InferenceAttribute"))
2077
+ BatchTransformInput.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: String, location_name: "ProbabilityAttribute"))
2078
+ BatchTransformInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
2079
+ BatchTransformInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
2080
+ BatchTransformInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
2081
+ BatchTransformInput.struct_class = Types::BatchTransformInput
2082
+
2059
2083
  Bias.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
2060
2084
  Bias.add_member(:pre_training_report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "PreTrainingReport"))
2061
2085
  Bias.add_member(:post_training_report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "PostTrainingReport"))
@@ -2804,6 +2828,7 @@ module Aws::SageMaker
2804
2828
  CreateTransformJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
2805
2829
  CreateTransformJobRequest.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, required: true, location_name: "TransformInput"))
2806
2830
  CreateTransformJobRequest.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, required: true, location_name: "TransformOutput"))
2831
+ CreateTransformJobRequest.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
2807
2832
  CreateTransformJobRequest.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
2808
2833
  CreateTransformJobRequest.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
2809
2834
  CreateTransformJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -2923,7 +2948,8 @@ module Aws::SageMaker
2923
2948
  DataQualityBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
2924
2949
  DataQualityBaselineConfig.struct_class = Types::DataQualityBaselineConfig
2925
2950
 
2926
- DataQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
2951
+ DataQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, location_name: "EndpointInput"))
2952
+ DataQualityJobInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
2927
2953
  DataQualityJobInput.struct_class = Types::DataQualityJobInput
2928
2954
 
2929
2955
  DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
@@ -3955,6 +3981,7 @@ module Aws::SageMaker
3955
3981
  DescribeTransformJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
3956
3982
  DescribeTransformJobResponse.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, required: true, location_name: "TransformInput"))
3957
3983
  DescribeTransformJobResponse.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, location_name: "TransformOutput"))
3984
+ DescribeTransformJobResponse.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
3958
3985
  DescribeTransformJobResponse.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
3959
3986
  DescribeTransformJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
3960
3987
  DescribeTransformJobResponse.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
@@ -5760,7 +5787,8 @@ module Aws::SageMaker
5760
5787
  ModelBiasBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
5761
5788
  ModelBiasBaselineConfig.struct_class = Types::ModelBiasBaselineConfig
5762
5789
 
5763
- ModelBiasJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
5790
+ ModelBiasJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, location_name: "EndpointInput"))
5791
+ ModelBiasJobInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
5764
5792
  ModelBiasJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
5765
5793
  ModelBiasJobInput.struct_class = Types::ModelBiasJobInput
5766
5794
 
@@ -5795,7 +5823,8 @@ module Aws::SageMaker
5795
5823
  ModelExplainabilityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
5796
5824
  ModelExplainabilityBaselineConfig.struct_class = Types::ModelExplainabilityBaselineConfig
5797
5825
 
5798
- ModelExplainabilityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
5826
+ ModelExplainabilityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, location_name: "EndpointInput"))
5827
+ ModelExplainabilityJobInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
5799
5828
  ModelExplainabilityJobInput.struct_class = Types::ModelExplainabilityJobInput
5800
5829
 
5801
5830
  ModelInput.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
@@ -5946,7 +5975,8 @@ module Aws::SageMaker
5946
5975
  ModelQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
5947
5976
  ModelQualityBaselineConfig.struct_class = Types::ModelQualityBaselineConfig
5948
5977
 
5949
- ModelQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
5978
+ ModelQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, location_name: "EndpointInput"))
5979
+ ModelQualityJobInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
5950
5980
  ModelQualityJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
5951
5981
  ModelQualityJobInput.struct_class = Types::ModelQualityJobInput
5952
5982
 
@@ -5983,6 +6013,14 @@ module Aws::SageMaker
5983
6013
 
5984
6014
  MonitoringContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
5985
6015
 
6016
+ MonitoringCsvDatasetFormat.add_member(:header, Shapes::ShapeRef.new(shape: Boolean, location_name: "Header"))
6017
+ MonitoringCsvDatasetFormat.struct_class = Types::MonitoringCsvDatasetFormat
6018
+
6019
+ MonitoringDatasetFormat.add_member(:csv, Shapes::ShapeRef.new(shape: MonitoringCsvDatasetFormat, location_name: "Csv"))
6020
+ MonitoringDatasetFormat.add_member(:json, Shapes::ShapeRef.new(shape: MonitoringJsonDatasetFormat, location_name: "Json"))
6021
+ MonitoringDatasetFormat.add_member(:parquet, Shapes::ShapeRef.new(shape: MonitoringParquetDatasetFormat, location_name: "Parquet"))
6022
+ MonitoringDatasetFormat.struct_class = Types::MonitoringDatasetFormat
6023
+
5986
6024
  MonitoringEnvironmentMap.key = Shapes::ShapeRef.new(shape: ProcessingEnvironmentKey)
5987
6025
  MonitoringEnvironmentMap.value = Shapes::ShapeRef.new(shape: ProcessingEnvironmentValue)
5988
6026
 
@@ -6003,7 +6041,8 @@ module Aws::SageMaker
6003
6041
  MonitoringGroundTruthS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: MonitoringS3Uri, location_name: "S3Uri"))
6004
6042
  MonitoringGroundTruthS3Input.struct_class = Types::MonitoringGroundTruthS3Input
6005
6043
 
6006
- MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
6044
+ MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, location_name: "EndpointInput"))
6045
+ MonitoringInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
6007
6046
  MonitoringInput.struct_class = Types::MonitoringInput
6008
6047
 
6009
6048
  MonitoringInputs.member = Shapes::ShapeRef.new(shape: MonitoringInput)
@@ -6027,6 +6066,9 @@ module Aws::SageMaker
6027
6066
 
6028
6067
  MonitoringJobDefinitionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummary)
6029
6068
 
6069
+ MonitoringJsonDatasetFormat.add_member(:line, Shapes::ShapeRef.new(shape: Boolean, location_name: "Line"))
6070
+ MonitoringJsonDatasetFormat.struct_class = Types::MonitoringJsonDatasetFormat
6071
+
6030
6072
  MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
6031
6073
  MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
6032
6074
  MonitoringNetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
@@ -6041,6 +6083,8 @@ module Aws::SageMaker
6041
6083
 
6042
6084
  MonitoringOutputs.member = Shapes::ShapeRef.new(shape: MonitoringOutput)
6043
6085
 
6086
+ MonitoringParquetDatasetFormat.struct_class = Types::MonitoringParquetDatasetFormat
6087
+
6044
6088
  MonitoringResources.add_member(:cluster_config, Shapes::ShapeRef.new(shape: MonitoringClusterConfig, required: true, location_name: "ClusterConfig"))
6045
6089
  MonitoringResources.struct_class = Types::MonitoringResources
6046
6090