aws-sdk-sagemaker 1.144.0 → 1.146.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +235 -7
- data/lib/aws-sdk-sagemaker/client_api.rb +71 -5
- data/lib/aws-sdk-sagemaker/types.rb +681 -21
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebd394d38d55f5b3a6b5e4d066da97a20e1fdbd0b90f18edf5fcd218a868306c
|
4
|
+
data.tar.gz: 03a3cc6c12079bdd81ea09a83986d71439aa30fe87339c6f206abb763d9fbd59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 349df1460fe17a33087ceb79894a81939098272070d88998fdfcfdcb29f499d32b3c14d965d94c20e0eda329f013b81ecdc139c21e8bc3a501beeaa8cf750d72
|
7
|
+
data.tar.gz: 26dd2ce5ffde1515f689a466ae0fc2a189b7418aa3b283ce2cdf0cf1fc11bb096a2bc9ac347745a8ea7cb1d6f4f7e74062c7edb3e4fc52565cf4e72736f7fc18
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.146.0 (2022-10-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
|
8
|
+
|
9
|
+
1.145.0 (2022-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.
|
13
|
+
|
4
14
|
1.144.0 (2022-10-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.146.0
|
@@ -1652,7 +1652,7 @@ module Aws::SageMaker
|
|
1652
1652
|
# },
|
1653
1653
|
# },
|
1654
1654
|
# data_quality_job_input: { # required
|
1655
|
-
# endpoint_input: {
|
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
|
@@ -3595,6 +3617,11 @@ module Aws::SageMaker
|
|
3595
3617
|
# nearest_model_name: "String",
|
3596
3618
|
# supported_instance_types: ["String"],
|
3597
3619
|
# },
|
3620
|
+
# endpoints: [
|
3621
|
+
# {
|
3622
|
+
# endpoint_name: "EndpointName", # required
|
3623
|
+
# },
|
3624
|
+
# ],
|
3598
3625
|
# },
|
3599
3626
|
# job_description: "RecommendationJobDescription",
|
3600
3627
|
# stopping_conditions: {
|
@@ -4177,7 +4204,7 @@ module Aws::SageMaker
|
|
4177
4204
|
# },
|
4178
4205
|
# },
|
4179
4206
|
# model_bias_job_input: { # required
|
4180
|
-
# endpoint_input: {
|
4207
|
+
# endpoint_input: {
|
4181
4208
|
# endpoint_name: "EndpointName", # required
|
4182
4209
|
# local_path: "ProcessingLocalPath", # required
|
4183
4210
|
# s3_input_mode: "Pipe", # accepts Pipe, File
|
@@ -4189,6 +4216,28 @@ module Aws::SageMaker
|
|
4189
4216
|
# start_time_offset: "MonitoringTimeOffsetString",
|
4190
4217
|
# end_time_offset: "MonitoringTimeOffsetString",
|
4191
4218
|
# },
|
4219
|
+
# batch_transform_input: {
|
4220
|
+
# data_captured_destination_s3_uri: "DestinationS3Uri", # required
|
4221
|
+
# dataset_format: { # required
|
4222
|
+
# csv: {
|
4223
|
+
# header: false,
|
4224
|
+
# },
|
4225
|
+
# json: {
|
4226
|
+
# line: false,
|
4227
|
+
# },
|
4228
|
+
# parquet: {
|
4229
|
+
# },
|
4230
|
+
# },
|
4231
|
+
# local_path: "ProcessingLocalPath", # required
|
4232
|
+
# s3_input_mode: "Pipe", # accepts Pipe, File
|
4233
|
+
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
4234
|
+
# features_attribute: "String",
|
4235
|
+
# inference_attribute: "String",
|
4236
|
+
# probability_attribute: "String",
|
4237
|
+
# probability_threshold_attribute: 1.0,
|
4238
|
+
# start_time_offset: "MonitoringTimeOffsetString",
|
4239
|
+
# end_time_offset: "MonitoringTimeOffsetString",
|
4240
|
+
# },
|
4192
4241
|
# ground_truth_s3_input: { # required
|
4193
4242
|
# s3_uri: "MonitoringS3Uri",
|
4194
4243
|
# },
|
@@ -4311,7 +4360,7 @@ module Aws::SageMaker
|
|
4311
4360
|
# },
|
4312
4361
|
# },
|
4313
4362
|
# model_explainability_job_input: { # required
|
4314
|
-
# endpoint_input: {
|
4363
|
+
# endpoint_input: {
|
4315
4364
|
# endpoint_name: "EndpointName", # required
|
4316
4365
|
# local_path: "ProcessingLocalPath", # required
|
4317
4366
|
# s3_input_mode: "Pipe", # accepts Pipe, File
|
@@ -4323,6 +4372,28 @@ module Aws::SageMaker
|
|
4323
4372
|
# start_time_offset: "MonitoringTimeOffsetString",
|
4324
4373
|
# end_time_offset: "MonitoringTimeOffsetString",
|
4325
4374
|
# },
|
4375
|
+
# batch_transform_input: {
|
4376
|
+
# data_captured_destination_s3_uri: "DestinationS3Uri", # required
|
4377
|
+
# dataset_format: { # required
|
4378
|
+
# csv: {
|
4379
|
+
# header: false,
|
4380
|
+
# },
|
4381
|
+
# json: {
|
4382
|
+
# line: false,
|
4383
|
+
# },
|
4384
|
+
# parquet: {
|
4385
|
+
# },
|
4386
|
+
# },
|
4387
|
+
# local_path: "ProcessingLocalPath", # required
|
4388
|
+
# s3_input_mode: "Pipe", # accepts Pipe, File
|
4389
|
+
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
4390
|
+
# features_attribute: "String",
|
4391
|
+
# inference_attribute: "String",
|
4392
|
+
# probability_attribute: "String",
|
4393
|
+
# probability_threshold_attribute: 1.0,
|
4394
|
+
# start_time_offset: "MonitoringTimeOffsetString",
|
4395
|
+
# end_time_offset: "MonitoringTimeOffsetString",
|
4396
|
+
# },
|
4326
4397
|
# },
|
4327
4398
|
# model_explainability_job_output_config: { # required
|
4328
4399
|
# monitoring_outputs: [ # required
|
@@ -4882,7 +4953,7 @@ module Aws::SageMaker
|
|
4882
4953
|
# },
|
4883
4954
|
# },
|
4884
4955
|
# model_quality_job_input: { # required
|
4885
|
-
# endpoint_input: {
|
4956
|
+
# endpoint_input: {
|
4886
4957
|
# endpoint_name: "EndpointName", # required
|
4887
4958
|
# local_path: "ProcessingLocalPath", # required
|
4888
4959
|
# s3_input_mode: "Pipe", # accepts Pipe, File
|
@@ -4894,6 +4965,28 @@ module Aws::SageMaker
|
|
4894
4965
|
# start_time_offset: "MonitoringTimeOffsetString",
|
4895
4966
|
# end_time_offset: "MonitoringTimeOffsetString",
|
4896
4967
|
# },
|
4968
|
+
# batch_transform_input: {
|
4969
|
+
# data_captured_destination_s3_uri: "DestinationS3Uri", # required
|
4970
|
+
# dataset_format: { # required
|
4971
|
+
# csv: {
|
4972
|
+
# header: false,
|
4973
|
+
# },
|
4974
|
+
# json: {
|
4975
|
+
# line: false,
|
4976
|
+
# },
|
4977
|
+
# parquet: {
|
4978
|
+
# },
|
4979
|
+
# },
|
4980
|
+
# local_path: "ProcessingLocalPath", # required
|
4981
|
+
# s3_input_mode: "Pipe", # accepts Pipe, File
|
4982
|
+
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
4983
|
+
# features_attribute: "String",
|
4984
|
+
# inference_attribute: "String",
|
4985
|
+
# probability_attribute: "String",
|
4986
|
+
# probability_threshold_attribute: 1.0,
|
4987
|
+
# start_time_offset: "MonitoringTimeOffsetString",
|
4988
|
+
# end_time_offset: "MonitoringTimeOffsetString",
|
4989
|
+
# },
|
4897
4990
|
# ground_truth_s3_input: { # required
|
4898
4991
|
# s3_uri: "MonitoringS3Uri",
|
4899
4992
|
# },
|
@@ -4992,7 +5085,7 @@ module Aws::SageMaker
|
|
4992
5085
|
# },
|
4993
5086
|
# monitoring_inputs: [ # required
|
4994
5087
|
# {
|
4995
|
-
# endpoint_input: {
|
5088
|
+
# endpoint_input: {
|
4996
5089
|
# endpoint_name: "EndpointName", # required
|
4997
5090
|
# local_path: "ProcessingLocalPath", # required
|
4998
5091
|
# s3_input_mode: "Pipe", # accepts Pipe, File
|
@@ -5004,6 +5097,28 @@ module Aws::SageMaker
|
|
5004
5097
|
# start_time_offset: "MonitoringTimeOffsetString",
|
5005
5098
|
# end_time_offset: "MonitoringTimeOffsetString",
|
5006
5099
|
# },
|
5100
|
+
# batch_transform_input: {
|
5101
|
+
# data_captured_destination_s3_uri: "DestinationS3Uri", # required
|
5102
|
+
# dataset_format: { # required
|
5103
|
+
# csv: {
|
5104
|
+
# header: false,
|
5105
|
+
# },
|
5106
|
+
# json: {
|
5107
|
+
# line: false,
|
5108
|
+
# },
|
5109
|
+
# parquet: {
|
5110
|
+
# },
|
5111
|
+
# },
|
5112
|
+
# local_path: "ProcessingLocalPath", # required
|
5113
|
+
# s3_input_mode: "Pipe", # accepts Pipe, File
|
5114
|
+
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
5115
|
+
# features_attribute: "String",
|
5116
|
+
# inference_attribute: "String",
|
5117
|
+
# probability_attribute: "String",
|
5118
|
+
# probability_threshold_attribute: 1.0,
|
5119
|
+
# start_time_offset: "MonitoringTimeOffsetString",
|
5120
|
+
# end_time_offset: "MonitoringTimeOffsetString",
|
5121
|
+
# },
|
5007
5122
|
# },
|
5008
5123
|
# ],
|
5009
5124
|
# monitoring_output_config: { # required
|
@@ -6420,6 +6535,9 @@ module Aws::SageMaker
|
|
6420
6535
|
# @option params [required, Types::TransformOutput] :transform_output
|
6421
6536
|
# Describes the results of the transform job.
|
6422
6537
|
#
|
6538
|
+
# @option params [Types::BatchDataCaptureConfig] :data_capture_config
|
6539
|
+
# Configuration to control how SageMaker captures inference data.
|
6540
|
+
#
|
6423
6541
|
# @option params [required, Types::TransformResources] :transform_resources
|
6424
6542
|
# Describes the resources, including ML instance types and ML instance
|
6425
6543
|
# count, to use for the transform job.
|
@@ -6493,6 +6611,11 @@ module Aws::SageMaker
|
|
6493
6611
|
# assemble_with: "None", # accepts None, Line
|
6494
6612
|
# kms_key_id: "KmsKeyId",
|
6495
6613
|
# },
|
6614
|
+
# data_capture_config: {
|
6615
|
+
# destination_s3_uri: "S3Uri", # required
|
6616
|
+
# kms_key_id: "KmsKeyId",
|
6617
|
+
# generate_inference_id: false,
|
6618
|
+
# },
|
6496
6619
|
# transform_resources: { # required
|
6497
6620
|
# 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
6621
|
# instance_count: 1, # required
|
@@ -8931,6 +9054,18 @@ module Aws::SageMaker
|
|
8931
9054
|
# resp.data_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
|
8932
9055
|
# resp.data_quality_job_input.endpoint_input.start_time_offset #=> String
|
8933
9056
|
# resp.data_quality_job_input.endpoint_input.end_time_offset #=> String
|
9057
|
+
# resp.data_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
|
9058
|
+
# resp.data_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
|
9059
|
+
# resp.data_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
|
9060
|
+
# resp.data_quality_job_input.batch_transform_input.local_path #=> String
|
9061
|
+
# resp.data_quality_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
|
9062
|
+
# resp.data_quality_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
9063
|
+
# resp.data_quality_job_input.batch_transform_input.features_attribute #=> String
|
9064
|
+
# resp.data_quality_job_input.batch_transform_input.inference_attribute #=> String
|
9065
|
+
# resp.data_quality_job_input.batch_transform_input.probability_attribute #=> String
|
9066
|
+
# resp.data_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
|
9067
|
+
# resp.data_quality_job_input.batch_transform_input.start_time_offset #=> String
|
9068
|
+
# resp.data_quality_job_input.batch_transform_input.end_time_offset #=> String
|
8934
9069
|
# resp.data_quality_job_output_config.monitoring_outputs #=> Array
|
8935
9070
|
# resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
|
8936
9071
|
# resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
|
@@ -10201,6 +10336,7 @@ module Aws::SageMaker
|
|
10201
10336
|
# * {Types::DescribeInferenceRecommendationsJobResponse#input_config #input_config} => Types::RecommendationJobInputConfig
|
10202
10337
|
# * {Types::DescribeInferenceRecommendationsJobResponse#stopping_conditions #stopping_conditions} => Types::RecommendationJobStoppingConditions
|
10203
10338
|
# * {Types::DescribeInferenceRecommendationsJobResponse#inference_recommendations #inference_recommendations} => Array<Types::InferenceRecommendation>
|
10339
|
+
# * {Types::DescribeInferenceRecommendationsJobResponse#endpoint_performances #endpoint_performances} => Array<Types::EndpointPerformance>
|
10204
10340
|
#
|
10205
10341
|
# @example Request syntax with placeholder values
|
10206
10342
|
#
|
@@ -10247,6 +10383,8 @@ module Aws::SageMaker
|
|
10247
10383
|
# resp.input_config.container_config.nearest_model_name #=> String
|
10248
10384
|
# resp.input_config.container_config.supported_instance_types #=> Array
|
10249
10385
|
# resp.input_config.container_config.supported_instance_types[0] #=> String
|
10386
|
+
# resp.input_config.endpoints #=> Array
|
10387
|
+
# resp.input_config.endpoints[0].endpoint_name #=> String
|
10250
10388
|
# resp.stopping_conditions.max_invocations #=> Integer
|
10251
10389
|
# resp.stopping_conditions.model_latency_thresholds #=> Array
|
10252
10390
|
# resp.stopping_conditions.model_latency_thresholds[0].percentile #=> String
|
@@ -10265,6 +10403,10 @@ module Aws::SageMaker
|
|
10265
10403
|
# resp.inference_recommendations[0].model_configuration.environment_parameters[0].key #=> String
|
10266
10404
|
# resp.inference_recommendations[0].model_configuration.environment_parameters[0].value_type #=> String
|
10267
10405
|
# resp.inference_recommendations[0].model_configuration.environment_parameters[0].value #=> String
|
10406
|
+
# resp.endpoint_performances #=> Array
|
10407
|
+
# resp.endpoint_performances[0].metrics.max_invocations #=> Integer
|
10408
|
+
# resp.endpoint_performances[0].metrics.model_latency #=> Integer
|
10409
|
+
# resp.endpoint_performances[0].endpoint_info.endpoint_name #=> String
|
10268
10410
|
#
|
10269
10411
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceRecommendationsJob AWS API Documentation
|
10270
10412
|
#
|
@@ -10539,6 +10681,18 @@ module Aws::SageMaker
|
|
10539
10681
|
# resp.model_bias_job_input.endpoint_input.probability_threshold_attribute #=> Float
|
10540
10682
|
# resp.model_bias_job_input.endpoint_input.start_time_offset #=> String
|
10541
10683
|
# resp.model_bias_job_input.endpoint_input.end_time_offset #=> String
|
10684
|
+
# resp.model_bias_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
|
10685
|
+
# resp.model_bias_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
|
10686
|
+
# resp.model_bias_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
|
10687
|
+
# resp.model_bias_job_input.batch_transform_input.local_path #=> String
|
10688
|
+
# resp.model_bias_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
|
10689
|
+
# resp.model_bias_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
10690
|
+
# resp.model_bias_job_input.batch_transform_input.features_attribute #=> String
|
10691
|
+
# resp.model_bias_job_input.batch_transform_input.inference_attribute #=> String
|
10692
|
+
# resp.model_bias_job_input.batch_transform_input.probability_attribute #=> String
|
10693
|
+
# resp.model_bias_job_input.batch_transform_input.probability_threshold_attribute #=> Float
|
10694
|
+
# resp.model_bias_job_input.batch_transform_input.start_time_offset #=> String
|
10695
|
+
# resp.model_bias_job_input.batch_transform_input.end_time_offset #=> String
|
10542
10696
|
# resp.model_bias_job_input.ground_truth_s3_input.s3_uri #=> String
|
10543
10697
|
# resp.model_bias_job_output_config.monitoring_outputs #=> Array
|
10544
10698
|
# resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
|
@@ -10615,6 +10769,18 @@ module Aws::SageMaker
|
|
10615
10769
|
# resp.model_explainability_job_input.endpoint_input.probability_threshold_attribute #=> Float
|
10616
10770
|
# resp.model_explainability_job_input.endpoint_input.start_time_offset #=> String
|
10617
10771
|
# resp.model_explainability_job_input.endpoint_input.end_time_offset #=> String
|
10772
|
+
# resp.model_explainability_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
|
10773
|
+
# resp.model_explainability_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
|
10774
|
+
# resp.model_explainability_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
|
10775
|
+
# resp.model_explainability_job_input.batch_transform_input.local_path #=> String
|
10776
|
+
# resp.model_explainability_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
|
10777
|
+
# resp.model_explainability_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
10778
|
+
# resp.model_explainability_job_input.batch_transform_input.features_attribute #=> String
|
10779
|
+
# resp.model_explainability_job_input.batch_transform_input.inference_attribute #=> String
|
10780
|
+
# resp.model_explainability_job_input.batch_transform_input.probability_attribute #=> String
|
10781
|
+
# resp.model_explainability_job_input.batch_transform_input.probability_threshold_attribute #=> Float
|
10782
|
+
# resp.model_explainability_job_input.batch_transform_input.start_time_offset #=> String
|
10783
|
+
# resp.model_explainability_job_input.batch_transform_input.end_time_offset #=> String
|
10618
10784
|
# resp.model_explainability_job_output_config.monitoring_outputs #=> Array
|
10619
10785
|
# resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
|
10620
10786
|
# resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.local_path #=> String
|
@@ -10946,6 +11112,18 @@ module Aws::SageMaker
|
|
10946
11112
|
# resp.model_quality_job_input.endpoint_input.probability_threshold_attribute #=> Float
|
10947
11113
|
# resp.model_quality_job_input.endpoint_input.start_time_offset #=> String
|
10948
11114
|
# resp.model_quality_job_input.endpoint_input.end_time_offset #=> String
|
11115
|
+
# resp.model_quality_job_input.batch_transform_input.data_captured_destination_s3_uri #=> String
|
11116
|
+
# resp.model_quality_job_input.batch_transform_input.dataset_format.csv.header #=> Boolean
|
11117
|
+
# resp.model_quality_job_input.batch_transform_input.dataset_format.json.line #=> Boolean
|
11118
|
+
# resp.model_quality_job_input.batch_transform_input.local_path #=> String
|
11119
|
+
# resp.model_quality_job_input.batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
|
11120
|
+
# resp.model_quality_job_input.batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
11121
|
+
# resp.model_quality_job_input.batch_transform_input.features_attribute #=> String
|
11122
|
+
# resp.model_quality_job_input.batch_transform_input.inference_attribute #=> String
|
11123
|
+
# resp.model_quality_job_input.batch_transform_input.probability_attribute #=> String
|
11124
|
+
# resp.model_quality_job_input.batch_transform_input.probability_threshold_attribute #=> Float
|
11125
|
+
# resp.model_quality_job_input.batch_transform_input.start_time_offset #=> String
|
11126
|
+
# resp.model_quality_job_input.batch_transform_input.end_time_offset #=> String
|
10949
11127
|
# resp.model_quality_job_input.ground_truth_s3_input.s3_uri #=> String
|
10950
11128
|
# resp.model_quality_job_output_config.monitoring_outputs #=> Array
|
10951
11129
|
# resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
|
@@ -11022,6 +11200,18 @@ module Aws::SageMaker
|
|
11022
11200
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
|
11023
11201
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
|
11024
11202
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
|
11203
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.data_captured_destination_s3_uri #=> String
|
11204
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
|
11205
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
|
11206
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.local_path #=> String
|
11207
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_input_mode #=> String, one of "Pipe", "File"
|
11208
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
11209
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.features_attribute #=> String
|
11210
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.inference_attribute #=> String
|
11211
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_attribute #=> String
|
11212
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
|
11213
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
|
11214
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
|
11025
11215
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
|
11026
11216
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_uri #=> String
|
11027
11217
|
# resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.local_path #=> String
|
@@ -11819,6 +12009,7 @@ module Aws::SageMaker
|
|
11819
12009
|
# * {Types::DescribeTransformJobResponse#environment #environment} => Hash<String,String>
|
11820
12010
|
# * {Types::DescribeTransformJobResponse#transform_input #transform_input} => Types::TransformInput
|
11821
12011
|
# * {Types::DescribeTransformJobResponse#transform_output #transform_output} => Types::TransformOutput
|
12012
|
+
# * {Types::DescribeTransformJobResponse#data_capture_config #data_capture_config} => Types::BatchDataCaptureConfig
|
11822
12013
|
# * {Types::DescribeTransformJobResponse#transform_resources #transform_resources} => Types::TransformResources
|
11823
12014
|
# * {Types::DescribeTransformJobResponse#creation_time #creation_time} => Time
|
11824
12015
|
# * {Types::DescribeTransformJobResponse#transform_start_time #transform_start_time} => Time
|
@@ -11857,6 +12048,9 @@ module Aws::SageMaker
|
|
11857
12048
|
# resp.transform_output.accept #=> String
|
11858
12049
|
# resp.transform_output.assemble_with #=> String, one of "None", "Line"
|
11859
12050
|
# resp.transform_output.kms_key_id #=> String
|
12051
|
+
# resp.data_capture_config.destination_s3_uri #=> String
|
12052
|
+
# resp.data_capture_config.kms_key_id #=> String
|
12053
|
+
# resp.data_capture_config.generate_inference_id #=> Boolean
|
11860
12054
|
# 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
12055
|
# resp.transform_resources.instance_count #=> Integer
|
11862
12056
|
# resp.transform_resources.volume_kms_key_id #=> String
|
@@ -17773,6 +17967,18 @@ module Aws::SageMaker
|
|
17773
17967
|
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.probability_threshold_attribute #=> Float
|
17774
17968
|
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.start_time_offset #=> String
|
17775
17969
|
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].endpoint_input.end_time_offset #=> String
|
17970
|
+
# 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
|
17971
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.csv.header #=> Boolean
|
17972
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.dataset_format.json.line #=> Boolean
|
17973
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.local_path #=> String
|
17974
|
+
# 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"
|
17975
|
+
# 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"
|
17976
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.features_attribute #=> String
|
17977
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.inference_attribute #=> String
|
17978
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_attribute #=> String
|
17979
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.probability_threshold_attribute #=> Float
|
17980
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.start_time_offset #=> String
|
17981
|
+
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_inputs[0].batch_transform_input.end_time_offset #=> String
|
17776
17982
|
# resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs #=> Array
|
17777
17983
|
# 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
17984
|
# 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 +19986,7 @@ module Aws::SageMaker
|
|
19780
19986
|
# },
|
19781
19987
|
# monitoring_inputs: [ # required
|
19782
19988
|
# {
|
19783
|
-
# endpoint_input: {
|
19989
|
+
# endpoint_input: {
|
19784
19990
|
# endpoint_name: "EndpointName", # required
|
19785
19991
|
# local_path: "ProcessingLocalPath", # required
|
19786
19992
|
# s3_input_mode: "Pipe", # accepts Pipe, File
|
@@ -19792,6 +19998,28 @@ module Aws::SageMaker
|
|
19792
19998
|
# start_time_offset: "MonitoringTimeOffsetString",
|
19793
19999
|
# end_time_offset: "MonitoringTimeOffsetString",
|
19794
20000
|
# },
|
20001
|
+
# batch_transform_input: {
|
20002
|
+
# data_captured_destination_s3_uri: "DestinationS3Uri", # required
|
20003
|
+
# dataset_format: { # required
|
20004
|
+
# csv: {
|
20005
|
+
# header: false,
|
20006
|
+
# },
|
20007
|
+
# json: {
|
20008
|
+
# line: false,
|
20009
|
+
# },
|
20010
|
+
# parquet: {
|
20011
|
+
# },
|
20012
|
+
# },
|
20013
|
+
# local_path: "ProcessingLocalPath", # required
|
20014
|
+
# s3_input_mode: "Pipe", # accepts Pipe, File
|
20015
|
+
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
20016
|
+
# features_attribute: "String",
|
20017
|
+
# inference_attribute: "String",
|
20018
|
+
# probability_attribute: "String",
|
20019
|
+
# probability_threshold_attribute: 1.0,
|
20020
|
+
# start_time_offset: "MonitoringTimeOffsetString",
|
20021
|
+
# end_time_offset: "MonitoringTimeOffsetString",
|
20022
|
+
# },
|
19795
20023
|
# },
|
19796
20024
|
# ],
|
19797
20025
|
# monitoring_output_config: { # required
|
@@ -20759,7 +20987,7 @@ module Aws::SageMaker
|
|
20759
20987
|
params: params,
|
20760
20988
|
config: config)
|
20761
20989
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
20762
|
-
context[:gem_version] = '1.
|
20990
|
+
context[:gem_version] = '1.146.0'
|
20763
20991
|
Seahorse::Client::Request.new(handlers, context)
|
20764
20992
|
end
|
20765
20993
|
|