aws-sdk-sagemaker 1.85.0 → 1.90.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: 1a310c45462d28f9d02c0bb98f4098c776fafd38d8670c3838d9500dba494d0e
4
- data.tar.gz: 8ba796f073154abc69cb52668c6cb959bd4b564aa5c306127a18886e567562bb
3
+ metadata.gz: 577c90f61b7941f4ce11e7016d5ad9a539867d7fa6cccc2a72134bde16eb7ca9
4
+ data.tar.gz: 9a38c22a8a5f3298e8047339a0d820e35c785387855cd6e531852c6cb5192a3e
5
5
  SHA512:
6
- metadata.gz: 41f700775b5172af131116d4ee826d4175442dd141231e5b40cf0a7ec6062731df247ea9d4518beea4c7cd2de06c9f745589fb7de9429daca67db0fde5be8dab
7
- data.tar.gz: fa962da6c45b112dd8c940dc9ade2ddb21a14630253ca69c5b98aacce80a50bef7ff4acca8642f07c59b48be275e2065554042f135cebb6783a234b30ae66a14
6
+ metadata.gz: 18e2caa1c266c232679c5864c1c4a01aa6be06e181938d4aafe7bc09bd235bf7f1520768914bbd0c7fba6c8b5fd472eb4f0c9e8ca7e292b21c65445604411b39
7
+ data.tar.gz: 62c68e5a060c4185a699499054be6ce58ed2eb49c3eb93915aa13508f917724cc38b64ba6e8aa09994f72271ede18b588b3dbe0d90b6667f7ad8d832aafe6fe3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2021-06-17)
5
+ ------------------
6
+
7
+ * Feature - Enable ml.g4dn instance types for SageMaker Batch Transform and SageMaker Processing
8
+
9
+ 1.89.0 (2021-06-10)
10
+ ------------------
11
+
12
+ * Feature - Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias.
13
+
14
+ 1.88.0 (2021-06-07)
15
+ ------------------
16
+
17
+ * Feature - AWS SageMaker - Releasing new APIs related to Callback steps in model building pipelines. Adds experiment integration to model building pipelines.
18
+
19
+ 1.87.0 (2021-05-05)
20
+ ------------------
21
+
22
+ * Feature - Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint
23
+
24
+ 1.86.0 (2021-05-04)
25
+ ------------------
26
+
27
+ * Feature - Enable retrying Training and Tuning Jobs that fail with InternalServerError by setting RetryStrategy.
28
+
4
29
  1.85.0 (2021-03-30)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.90.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.85.0'
52
+ GEM_VERSION = '1.90.0'
53
53
 
54
54
  end
@@ -419,6 +419,17 @@ module Aws::SageMaker
419
419
  #
420
420
  # </note>
421
421
  #
422
+ # <note markdown="1"> Tags that you add to a SageMaker Studio Domain or User Profile by
423
+ # calling this API are also added to any Apps that the Domain or User
424
+ # Profile launches after you call this API, but not to Apps that the
425
+ # Domain or User Profile launched before you called this API. To make
426
+ # sure that the tags associated with a Domain or User Profile are also
427
+ # added to all Apps that the Domain or User Profile launches, add the
428
+ # tags when you first create the Domain or User Profile by specifying
429
+ # them in the `Tags` parameter of CreateDomain or CreateUserProfile.
430
+ #
431
+ # </note>
432
+ #
422
433
  #
423
434
  #
424
435
  # [1]: https://aws.amazon.com/answers/account-management/aws-tagging-strategies/
@@ -508,6 +519,13 @@ module Aws::SageMaker
508
519
  # artifact. For more information, see [Amazon SageMaker ML Lineage
509
520
  # Tracking][1].
510
521
  #
522
+ # <note markdown="1"> `CreateAction` can only be invoked from within an SageMaker managed
523
+ # environment. This includes SageMaker training jobs, processing jobs,
524
+ # transform jobs, and SageMaker notebooks. A call to `CreateAction` from
525
+ # outside one of these environments results in an error.
526
+ #
527
+ # </note>
528
+ #
511
529
  #
512
530
  #
513
531
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
@@ -716,7 +734,7 @@ module Aws::SageMaker
716
734
  # product_id: "ProductId",
717
735
  # },
718
736
  # ],
719
- # supported_transform_instance_types: ["ml.m4.xlarge"], # 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
737
+ # supported_transform_instance_types: ["ml.m4.xlarge"], # 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
720
738
  # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, 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.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
721
739
  # supported_content_types: ["ContentType"], # required
722
740
  # supported_response_mime_types: ["ResponseMIMEType"], # required
@@ -797,7 +815,7 @@ module Aws::SageMaker
797
815
  # kms_key_id: "KmsKeyId",
798
816
  # },
799
817
  # transform_resources: { # required
800
- # 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
818
+ # 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
801
819
  # instance_count: 1, # required
802
820
  # volume_kms_key_id: "KmsKeyId",
803
821
  # },
@@ -952,6 +970,13 @@ module Aws::SageMaker
952
970
  # URI of a dataset and the ECR registry path of an image. For more
953
971
  # information, see [Amazon SageMaker ML Lineage Tracking][1].
954
972
  #
973
+ # <note markdown="1"> `CreateArtifact` can only be invoked from within an SageMaker managed
974
+ # environment. This includes SageMaker training jobs, processing jobs,
975
+ # transform jobs, and SageMaker notebooks. A call to `CreateArtifact`
976
+ # from outside one of these environments results in an error.
977
+ #
978
+ # </note>
979
+ #
955
980
  #
956
981
  #
957
982
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
@@ -1052,9 +1077,9 @@ module Aws::SageMaker
1052
1077
  #
1053
1078
  # @option params [String] :problem_type
1054
1079
  # Defines the type of supervised learning available for the candidates.
1055
- # Options include: BinaryClassification, MulticlassClassification, and
1056
- # Regression. For more information, see [ Amazon SageMaker Autopilot
1057
- # problem types and algorithm support][1].
1080
+ # Options include: `BinaryClassification`, `MulticlassClassification`,
1081
+ # and `Regression`. For more information, see [ Amazon SageMaker
1082
+ # Autopilot problem types and algorithm support][1].
1058
1083
  #
1059
1084
  #
1060
1085
  #
@@ -1062,12 +1087,12 @@ module Aws::SageMaker
1062
1087
  #
1063
1088
  # @option params [Types::AutoMLJobObjective] :auto_ml_job_objective
1064
1089
  # Defines the objective metric used to measure the predictive quality of
1065
- # an AutoML job. You provide a AutoMLJobObjective$MetricName and
1090
+ # an AutoML job. You provide an AutoMLJobObjective$MetricName and
1066
1091
  # Autopilot infers whether to minimize or maximize it.
1067
1092
  #
1068
1093
  # @option params [Types::AutoMLJobConfig] :auto_ml_job_config
1069
- # Contains CompletionCriteria and SecurityConfig settings for the AutoML
1070
- # job.
1094
+ # Contains `CompletionCriteria` and `SecurityConfig` settings for the
1095
+ # AutoML job.
1071
1096
  #
1072
1097
  # @option params [required, String] :role_arn
1073
1098
  # The ARN of the role that is used to access the data.
@@ -1081,6 +1106,10 @@ module Aws::SageMaker
1081
1106
  # Each tag consists of a key and an optional value. Tag keys must be
1082
1107
  # unique per resource.
1083
1108
  #
1109
+ # @option params [Types::ModelDeployConfig] :model_deploy_config
1110
+ # Specifies how to generate the endpoint name for an automatic one-click
1111
+ # Autopilot model deployment.
1112
+ #
1084
1113
  # @return [Types::CreateAutoMLJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1085
1114
  #
1086
1115
  # * {Types::CreateAutoMLJobResponse#auto_ml_job_arn #auto_ml_job_arn} => String
@@ -1132,6 +1161,10 @@ module Aws::SageMaker
1132
1161
  # value: "TagValue", # required
1133
1162
  # },
1134
1163
  # ],
1164
+ # model_deploy_config: {
1165
+ # auto_generate_endpoint_name: false,
1166
+ # endpoint_name: "EndpointName",
1167
+ # },
1135
1168
  # })
1136
1169
  #
1137
1170
  # @example Response structure
@@ -1350,6 +1383,13 @@ module Aws::SageMaker
1350
1383
  # entities. Some examples are an endpoint and a model package. For more
1351
1384
  # information, see [Amazon SageMaker ML Lineage Tracking][1].
1352
1385
  #
1386
+ # <note markdown="1"> `CreateContext` can only be invoked from within an SageMaker managed
1387
+ # environment. This includes SageMaker training jobs, processing jobs,
1388
+ # transform jobs, and SageMaker notebooks. A call to `CreateContext`
1389
+ # from outside one of these environments results in an error.
1390
+ #
1391
+ # </note>
1392
+ #
1353
1393
  #
1354
1394
  #
1355
1395
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
@@ -1515,7 +1555,7 @@ module Aws::SageMaker
1515
1555
  # job_resources: { # required
1516
1556
  # cluster_config: { # required
1517
1557
  # instance_count: 1, # required
1518
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
1558
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1519
1559
  # volume_size_in_gb: 1, # required
1520
1560
  # volume_kms_key_id: "KmsKeyId",
1521
1561
  # },
@@ -1572,6 +1612,14 @@ module Aws::SageMaker
1572
1612
  # @option params [Array<Types::Tag>] :tags
1573
1613
  # Creates tags for the specified fleet.
1574
1614
  #
1615
+ # @option params [Boolean] :enable_iot_role_alias
1616
+ # Whether to create an AWS IoT Role Alias during device fleet creation.
1617
+ # The name of the role alias generated will match this pattern:
1618
+ # "SageMakerEdge-\\\{DeviceFleetName\\}".
1619
+ #
1620
+ # For example, if your device fleet is called "demo-fleet", the name
1621
+ # of the role alias will be "SageMakerEdge-demo-fleet".
1622
+ #
1575
1623
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1576
1624
  #
1577
1625
  # @example Request syntax with placeholder values
@@ -1583,6 +1631,8 @@ module Aws::SageMaker
1583
1631
  # output_config: { # required
1584
1632
  # s3_output_location: "S3Uri", # required
1585
1633
  # kms_key_id: "KmsKeyId",
1634
+ # preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
1635
+ # preset_deployment_config: "String",
1586
1636
  # },
1587
1637
  # tags: [
1588
1638
  # {
@@ -1590,6 +1640,7 @@ module Aws::SageMaker
1590
1640
  # value: "TagValue", # required
1591
1641
  # },
1592
1642
  # ],
1643
+ # enable_iot_role_alias: false,
1593
1644
  # })
1594
1645
  #
1595
1646
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleet AWS API Documentation
@@ -1679,6 +1730,9 @@ module Aws::SageMaker
1679
1730
  # optional value. Tag keys must be unique per resource. Tags are
1680
1731
  # searchable using the `Search` API.
1681
1732
  #
1733
+ # Tags that you specify for the Domain are also added to all Apps that
1734
+ # the Domain launches.
1735
+ #
1682
1736
  # @option params [String] :app_network_access_type
1683
1737
  # Specifies the VPC used for non-EFS traffic. The default value is
1684
1738
  # `PublicInternetOnly`.
@@ -1817,6 +1871,8 @@ module Aws::SageMaker
1817
1871
  # output_config: { # required
1818
1872
  # s3_output_location: "S3Uri", # required
1819
1873
  # kms_key_id: "KmsKeyId",
1874
+ # preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
1875
+ # preset_deployment_config: "String",
1820
1876
  # },
1821
1877
  # resource_key: "KmsKeyId",
1822
1878
  # tags: [
@@ -2155,10 +2211,10 @@ module Aws::SageMaker
2155
2211
  # measuring the impact of a change to one or more inputs, while keeping
2156
2212
  # the remaining inputs constant.
2157
2213
  #
2158
- # When you use Amazon SageMaker Studio or the Amazon SageMaker Python
2159
- # SDK, all experiments, trials, and trial components are automatically
2160
- # tracked, logged, and indexed. When you use the AWS SDK for Python
2161
- # (Boto), you must use the logging APIs provided by the SDK.
2214
+ # When you use SageMaker Studio or the SageMaker Python SDK, all
2215
+ # experiments, trials, and trial components are automatically tracked,
2216
+ # logged, and indexed. When you use the AWS SDK for Python (Boto), you
2217
+ # must use the logging APIs provided by the SDK.
2162
2218
  #
2163
2219
  # You can add tags to experiments, trials, trial components and then use
2164
2220
  # the Search API to search for the tags.
@@ -2736,6 +2792,9 @@ module Aws::SageMaker
2736
2792
  # s3_uri: "S3Uri", # required
2737
2793
  # local_path: "DirectoryPath",
2738
2794
  # },
2795
+ # retry_strategy: {
2796
+ # maximum_retry_attempts: 1, # required
2797
+ # },
2739
2798
  # },
2740
2799
  # training_job_definitions: [
2741
2800
  # {
@@ -2834,6 +2893,9 @@ module Aws::SageMaker
2834
2893
  # s3_uri: "S3Uri", # required
2835
2894
  # local_path: "DirectoryPath",
2836
2895
  # },
2896
+ # retry_strategy: {
2897
+ # maximum_retry_attempts: 1, # required
2898
+ # },
2837
2899
  # },
2838
2900
  # ],
2839
2901
  # warm_start_config: {
@@ -3532,7 +3594,7 @@ module Aws::SageMaker
3532
3594
  # job_resources: { # required
3533
3595
  # cluster_config: { # required
3534
3596
  # instance_count: 1, # required
3535
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
3597
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3536
3598
  # volume_size_in_gb: 1, # required
3537
3599
  # volume_kms_key_id: "KmsKeyId",
3538
3600
  # },
@@ -3662,7 +3724,7 @@ module Aws::SageMaker
3662
3724
  # job_resources: { # required
3663
3725
  # cluster_config: { # required
3664
3726
  # instance_count: 1, # required
3665
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
3727
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3666
3728
  # volume_size_in_gb: 1, # required
3667
3729
  # volume_kms_key_id: "KmsKeyId",
3668
3730
  # },
@@ -3813,7 +3875,7 @@ module Aws::SageMaker
3813
3875
  # product_id: "ProductId",
3814
3876
  # },
3815
3877
  # ],
3816
- # supported_transform_instance_types: ["ml.m4.xlarge"], # 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
3878
+ # supported_transform_instance_types: ["ml.m4.xlarge"], # 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
3817
3879
  # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, 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.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
3818
3880
  # supported_content_types: ["ContentType"], # required
3819
3881
  # supported_response_mime_types: ["ResponseMIMEType"], # required
@@ -3848,7 +3910,7 @@ module Aws::SageMaker
3848
3910
  # kms_key_id: "KmsKeyId",
3849
3911
  # },
3850
3912
  # transform_resources: { # required
3851
- # 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
3913
+ # 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
3852
3914
  # instance_count: 1, # required
3853
3915
  # volume_kms_key_id: "KmsKeyId",
3854
3916
  # },
@@ -4086,7 +4148,7 @@ module Aws::SageMaker
4086
4148
  # job_resources: { # required
4087
4149
  # cluster_config: { # required
4088
4150
  # instance_count: 1, # required
4089
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4151
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4090
4152
  # volume_size_in_gb: 1, # required
4091
4153
  # volume_kms_key_id: "KmsKeyId",
4092
4154
  # },
@@ -4194,7 +4256,7 @@ module Aws::SageMaker
4194
4256
  # monitoring_resources: { # required
4195
4257
  # cluster_config: { # required
4196
4258
  # instance_count: 1, # required
4197
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4259
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4198
4260
  # volume_size_in_gb: 1, # required
4199
4261
  # volume_kms_key_id: "KmsKeyId",
4200
4262
  # },
@@ -4356,10 +4418,10 @@ module Aws::SageMaker
4356
4418
  #
4357
4419
  # @option params [String] :direct_internet_access
4358
4420
  # Sets whether Amazon SageMaker provides internet access to the notebook
4359
- # instance. If you set this to `Disabled` this notebook instance will be
4360
- # able to access resources only in your VPC, and will not be able to
4361
- # connect to Amazon SageMaker training and endpoint services unless your
4362
- # configure a NAT Gateway in your VPC.
4421
+ # instance. If you set this to `Disabled` this notebook instance is able
4422
+ # to access resources only in your VPC, and is not be able to connect to
4423
+ # Amazon SageMaker training and endpoint services unless you configure a
4424
+ # NAT Gateway in your VPC.
4363
4425
  #
4364
4426
  # For more information, see [Notebook Instances Are Internet-Enabled by
4365
4427
  # Default][1]. You can set the value of this parameter to `Disabled`
@@ -4836,7 +4898,7 @@ module Aws::SageMaker
4836
4898
  # processing_resources: { # required
4837
4899
  # cluster_config: { # required
4838
4900
  # instance_count: 1, # required
4839
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4901
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4840
4902
  # volume_size_in_gb: 1, # required
4841
4903
  # volume_kms_key_id: "KmsKeyId",
4842
4904
  # },
@@ -4983,8 +5045,6 @@ module Aws::SageMaker
4983
5045
  # * `OutputDataConfig` - Identifies the Amazon S3 bucket where you want
4984
5046
  # Amazon SageMaker to save the results of model training.
4985
5047
  #
4986
- #
4987
- #
4988
5048
  # * `ResourceConfig` - Identifies the resources, ML compute instances,
4989
5049
  # and ML storage volumes to deploy for model training. In distributed
4990
5050
  # training, you specify more than one instance.
@@ -5000,12 +5060,15 @@ module Aws::SageMaker
5000
5060
  #
5001
5061
  # * `StoppingCondition` - To help cap training costs, use
5002
5062
  # `MaxRuntimeInSeconds` to set a time limit for training. Use
5003
- # `MaxWaitTimeInSeconds` to specify how long you are willing to wait
5004
- # for a managed spot training job to complete.
5063
+ # `MaxWaitTimeInSeconds` to specify how long a managed spot training
5064
+ # job has to complete.
5005
5065
  #
5006
5066
  # * `Environment` - The environment variables to set in the Docker
5007
5067
  # container.
5008
5068
  #
5069
+ # * `RetryStrategy` - The number of times to retry the job when the job
5070
+ # fails due to an `InternalServerError`.
5071
+ #
5009
5072
  # For more information about Amazon SageMaker, see [How It Works][3].
5010
5073
  #
5011
5074
  #
@@ -5109,9 +5172,10 @@ module Aws::SageMaker
5109
5172
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html
5110
5173
  #
5111
5174
  # @option params [required, Types::StoppingCondition] :stopping_condition
5112
- # Specifies a limit to how long a model training job can run. When the
5113
- # job reaches the time limit, Amazon SageMaker ends the training job.
5114
- # Use this API to cap model training costs.
5175
+ # Specifies a limit to how long a model training job can run. It also
5176
+ # specifies how long a managed Spot training job has to complete. When
5177
+ # the job reaches the time limit, Amazon SageMaker ends the training
5178
+ # job. Use this API to cap model training costs.
5115
5179
  #
5116
5180
  # To stop a job, Amazon SageMaker sends the algorithm the `SIGTERM`
5117
5181
  # signal, which delays job termination for 120 seconds. Algorithms can
@@ -5206,6 +5270,10 @@ module Aws::SageMaker
5206
5270
  # @option params [Hash<String,String>] :environment
5207
5271
  # The environment variables to set in the Docker container.
5208
5272
  #
5273
+ # @option params [Types::RetryStrategy] :retry_strategy
5274
+ # The number of times to retry the job when the job fails due to an
5275
+ # `InternalServerError`.
5276
+ #
5209
5277
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5210
5278
  #
5211
5279
  # * {Types::CreateTrainingJobResponse#training_job_arn #training_job_arn} => String
@@ -5308,7 +5376,7 @@ module Aws::SageMaker
5308
5376
  # local_path: "DirectoryPath",
5309
5377
  # s3_output_path: "S3Uri",
5310
5378
  # rule_evaluator_image: "AlgorithmImage", # required
5311
- # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
5379
+ # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
5312
5380
  # volume_size_in_gb: 1,
5313
5381
  # rule_parameters: {
5314
5382
  # "ConfigKey" => "ConfigValue",
@@ -5337,7 +5405,7 @@ module Aws::SageMaker
5337
5405
  # local_path: "DirectoryPath",
5338
5406
  # s3_output_path: "S3Uri",
5339
5407
  # rule_evaluator_image: "AlgorithmImage", # required
5340
- # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
5408
+ # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
5341
5409
  # volume_size_in_gb: 1,
5342
5410
  # rule_parameters: {
5343
5411
  # "ConfigKey" => "ConfigValue",
@@ -5347,6 +5415,9 @@ module Aws::SageMaker
5347
5415
  # environment: {
5348
5416
  # "TrainingEnvironmentKey" => "TrainingEnvironmentValue",
5349
5417
  # },
5418
+ # retry_strategy: {
5419
+ # maximum_retry_attempts: 1, # required
5420
+ # },
5350
5421
  # })
5351
5422
  #
5352
5423
  # @example Response structure
@@ -5537,7 +5608,7 @@ module Aws::SageMaker
5537
5608
  # kms_key_id: "KmsKeyId",
5538
5609
  # },
5539
5610
  # transform_resources: { # required
5540
- # 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
5611
+ # 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
5541
5612
  # instance_count: 1, # required
5542
5613
  # volume_kms_key_id: "KmsKeyId",
5543
5614
  # },
@@ -5572,14 +5643,14 @@ module Aws::SageMaker
5572
5643
  req.send_request(options)
5573
5644
  end
5574
5645
 
5575
- # Creates an Amazon SageMaker *trial*. A trial is a set of steps called
5576
- # *trial components* that produce a machine learning model. A trial is
5577
- # part of a single Amazon SageMaker *experiment*.
5646
+ # Creates an SageMaker *trial*. A trial is a set of steps called *trial
5647
+ # components* that produce a machine learning model. A trial is part of
5648
+ # a single SageMaker *experiment*.
5578
5649
  #
5579
- # When you use Amazon SageMaker Studio or the Amazon SageMaker Python
5580
- # SDK, all experiments, trials, and trial components are automatically
5581
- # tracked, logged, and indexed. When you use the AWS SDK for Python
5582
- # (Boto), you must use the logging APIs provided by the SDK.
5650
+ # When you use SageMaker Studio or the SageMaker Python SDK, all
5651
+ # experiments, trials, and trial components are automatically tracked,
5652
+ # logged, and indexed. When you use the AWS SDK for Python (Boto), you
5653
+ # must use the logging APIs provided by the SDK.
5583
5654
  #
5584
5655
  # You can add tags to a trial and then use the Search API to search for
5585
5656
  # the tags.
@@ -5650,19 +5721,19 @@ module Aws::SageMaker
5650
5721
  # Trial components include pre-processing jobs, training jobs, and batch
5651
5722
  # transform jobs.
5652
5723
  #
5653
- # When you use Amazon SageMaker Studio or the Amazon SageMaker Python
5654
- # SDK, all experiments, trials, and trial components are automatically
5655
- # tracked, logged, and indexed. When you use the AWS SDK for Python
5656
- # (Boto), you must use the logging APIs provided by the SDK.
5724
+ # When you use SageMaker Studio or the SageMaker Python SDK, all
5725
+ # experiments, trials, and trial components are automatically tracked,
5726
+ # logged, and indexed. When you use the AWS SDK for Python (Boto), you
5727
+ # must use the logging APIs provided by the SDK.
5657
5728
  #
5658
5729
  # You can add tags to a trial component and then use the Search API to
5659
5730
  # search for the tags.
5660
5731
  #
5661
- # <note markdown="1"> `CreateTrialComponent` can only be invoked from within an Amazon
5662
- # SageMaker managed environment. This includes Amazon SageMaker training
5663
- # jobs, processing jobs, transform jobs, and Amazon SageMaker notebooks.
5664
- # A call to `CreateTrialComponent` from outside one of these
5665
- # environments results in an error.
5732
+ # <note markdown="1"> `CreateTrialComponent` can only be invoked from within an SageMaker
5733
+ # managed environment. This includes SageMaker training jobs, processing
5734
+ # jobs, transform jobs, and SageMaker notebooks. A call to
5735
+ # `CreateTrialComponent` from outside one of these environments results
5736
+ # in an error.
5666
5737
  #
5667
5738
  # </note>
5668
5739
  #
@@ -5782,7 +5853,7 @@ module Aws::SageMaker
5782
5853
  # The ID of the associated Domain.
5783
5854
  #
5784
5855
  # @option params [required, String] :user_profile_name
5785
- # A name for the UserProfile.
5856
+ # A name for the UserProfile. This value is not case sensitive.
5786
5857
  #
5787
5858
  # @option params [String] :single_sign_on_user_identifier
5788
5859
  # A specifier for the type of value specified in SingleSignOnUserValue.
@@ -5800,6 +5871,9 @@ module Aws::SageMaker
5800
5871
  # Each tag consists of a key and an optional value. Tag keys must be
5801
5872
  # unique per resource.
5802
5873
  #
5874
+ # Tags that you specify for the User Profile are also added to all Apps
5875
+ # that the User Profile launches.
5876
+ #
5803
5877
  # @option params [Types::UserSettings] :user_settings
5804
5878
  # A collection of settings.
5805
5879
  #
@@ -6450,7 +6524,7 @@ module Aws::SageMaker
6450
6524
  req.send_request(options)
6451
6525
  end
6452
6526
 
6453
- # Deletes an Amazon SageMaker experiment. All trials associated with the
6527
+ # Deletes an SageMaker experiment. All trials associated with the
6454
6528
  # experiment must be deleted first. Use the ListTrials API to get a list
6455
6529
  # of the trials associated with the experiment.
6456
6530
  #
@@ -6685,8 +6759,10 @@ module Aws::SageMaker
6685
6759
  # Marketplace to create models in Amazon SageMaker.
6686
6760
  #
6687
6761
  # @option params [required, String] :model_package_name
6688
- # The name of the model package. The name must have 1 to 63 characters.
6689
- # Valid characters are a-z, A-Z, 0-9, and - (hyphen).
6762
+ # The name or Amazon Resource Name (ARN) of the model package to delete.
6763
+ #
6764
+ # When you specify a name, the name must have 1 to 63 characters. Valid
6765
+ # characters are a-z, A-Z, 0-9, and - (hyphen).
6690
6766
  #
6691
6767
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6692
6768
  #
@@ -6845,7 +6921,10 @@ module Aws::SageMaker
6845
6921
  req.send_request(options)
6846
6922
  end
6847
6923
 
6848
- # Deletes a pipeline if there are no in-progress executions.
6924
+ # Deletes a pipeline if there are no running instances of the pipeline.
6925
+ # To delete a pipeline, you must stop all running instances of the
6926
+ # pipeline using the `StopPipelineExecution` API. When you delete a
6927
+ # pipeline, all instances of the pipeline are deleted.
6849
6928
  #
6850
6929
  # @option params [required, String] :pipeline_name
6851
6930
  # The name of the pipeline to delete.
@@ -6914,6 +6993,13 @@ module Aws::SageMaker
6914
6993
  #
6915
6994
  # </note>
6916
6995
  #
6996
+ # <note markdown="1"> When you call this API to delete tags from a SageMaker Studio Domain
6997
+ # or User Profile, the deleted tags are not removed from Apps that the
6998
+ # SageMaker Studio Domain or User Profile launched before you called
6999
+ # this API.
7000
+ #
7001
+ # </note>
7002
+ #
6917
7003
  # @option params [required, String] :resource_arn
6918
7004
  # The Amazon Resource Name (ARN) of the resource whose tags you want to
6919
7005
  # delete.
@@ -7247,7 +7333,7 @@ module Aws::SageMaker
7247
7333
  # resp.inference_specification.containers[0].model_data_url #=> String
7248
7334
  # resp.inference_specification.containers[0].product_id #=> String
7249
7335
  # resp.inference_specification.supported_transform_instance_types #=> Array
7250
- # resp.inference_specification.supported_transform_instance_types[0] #=> 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"
7336
+ # resp.inference_specification.supported_transform_instance_types[0] #=> 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"
7251
7337
  # resp.inference_specification.supported_realtime_inference_instance_types #=> Array
7252
7338
  # resp.inference_specification.supported_realtime_inference_instance_types[0] #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.12xlarge", "ml.m5d.24xlarge", "ml.c4.large", "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.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.large", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.12xlarge", "ml.r5.24xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.12xlarge", "ml.r5d.24xlarge", "ml.inf1.xlarge", "ml.inf1.2xlarge", "ml.inf1.6xlarge", "ml.inf1.24xlarge"
7253
7339
  # resp.inference_specification.supported_content_types #=> Array
@@ -7298,7 +7384,7 @@ module Aws::SageMaker
7298
7384
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.accept #=> String
7299
7385
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.assemble_with #=> String, one of "None", "Line"
7300
7386
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.kms_key_id #=> String
7301
- # resp.validation_specification.validation_profiles[0].transform_job_definition.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"
7387
+ # resp.validation_specification.validation_profiles[0].transform_job_definition.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"
7302
7388
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
7303
7389
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
7304
7390
  # resp.algorithm_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
@@ -7508,6 +7594,8 @@ module Aws::SageMaker
7508
7594
  # * {Types::DescribeAutoMLJobResponse#generate_candidate_definitions_only #generate_candidate_definitions_only} => Boolean
7509
7595
  # * {Types::DescribeAutoMLJobResponse#auto_ml_job_artifacts #auto_ml_job_artifacts} => Types::AutoMLJobArtifacts
7510
7596
  # * {Types::DescribeAutoMLJobResponse#resolved_attributes #resolved_attributes} => Types::ResolvedAttributes
7597
+ # * {Types::DescribeAutoMLJobResponse#model_deploy_config #model_deploy_config} => Types::ModelDeployConfig
7598
+ # * {Types::DescribeAutoMLJobResponse#model_deploy_result #model_deploy_result} => Types::ModelDeployResult
7511
7599
  #
7512
7600
  # @example Request syntax with placeholder values
7513
7601
  #
@@ -7565,7 +7653,7 @@ module Aws::SageMaker
7565
7653
  # resp.best_candidate.failure_reason #=> String
7566
7654
  # resp.best_candidate.candidate_properties.candidate_artifact_locations.explainability #=> String
7567
7655
  # resp.auto_ml_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
7568
- # resp.auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError"
7656
+ # resp.auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError", "DeployingModel", "ModelDeploymentError"
7569
7657
  # resp.generate_candidate_definitions_only #=> Boolean
7570
7658
  # resp.auto_ml_job_artifacts.candidate_definition_notebook_location #=> String
7571
7659
  # resp.auto_ml_job_artifacts.data_exploration_notebook_location #=> String
@@ -7574,6 +7662,9 @@ module Aws::SageMaker
7574
7662
  # resp.resolved_attributes.completion_criteria.max_candidates #=> Integer
7575
7663
  # resp.resolved_attributes.completion_criteria.max_runtime_per_training_job_in_seconds #=> Integer
7576
7664
  # resp.resolved_attributes.completion_criteria.max_auto_ml_job_runtime_in_seconds #=> Integer
7665
+ # resp.model_deploy_config.auto_generate_endpoint_name #=> Boolean
7666
+ # resp.model_deploy_config.endpoint_name #=> String
7667
+ # resp.model_deploy_result.endpoint_name #=> String
7577
7668
  #
7578
7669
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJob AWS API Documentation
7579
7670
  #
@@ -7801,7 +7892,7 @@ module Aws::SageMaker
7801
7892
  # resp.data_quality_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
7802
7893
  # resp.data_quality_job_output_config.kms_key_id #=> String
7803
7894
  # resp.job_resources.cluster_config.instance_count #=> Integer
7804
- # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
7895
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
7805
7896
  # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
7806
7897
  # resp.job_resources.cluster_config.volume_kms_key_id #=> String
7807
7898
  # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
@@ -7908,6 +7999,8 @@ module Aws::SageMaker
7908
7999
  # resp.device_fleet_arn #=> String
7909
8000
  # resp.output_config.s3_output_location #=> String
7910
8001
  # resp.output_config.kms_key_id #=> String
8002
+ # resp.output_config.preset_deployment_type #=> String, one of "GreengrassV2Component"
8003
+ # resp.output_config.preset_deployment_config #=> String
7911
8004
  # resp.description #=> String
7912
8005
  # resp.creation_time #=> Time
7913
8006
  # resp.last_modified_time #=> Time
@@ -8023,6 +8116,7 @@ module Aws::SageMaker
8023
8116
  # * {Types::DescribeEdgePackagingJobResponse#last_modified_time #last_modified_time} => Time
8024
8117
  # * {Types::DescribeEdgePackagingJobResponse#model_artifact #model_artifact} => String
8025
8118
  # * {Types::DescribeEdgePackagingJobResponse#model_signature #model_signature} => String
8119
+ # * {Types::DescribeEdgePackagingJobResponse#preset_deployment_output #preset_deployment_output} => Types::EdgePresetDeploymentOutput
8026
8120
  #
8027
8121
  # @example Request syntax with placeholder values
8028
8122
  #
@@ -8040,6 +8134,8 @@ module Aws::SageMaker
8040
8134
  # resp.role_arn #=> String
8041
8135
  # resp.output_config.s3_output_location #=> String
8042
8136
  # resp.output_config.kms_key_id #=> String
8137
+ # resp.output_config.preset_deployment_type #=> String, one of "GreengrassV2Component"
8138
+ # resp.output_config.preset_deployment_config #=> String
8043
8139
  # resp.resource_key #=> String
8044
8140
  # resp.edge_packaging_job_status #=> String, one of "STARTING", "INPROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED"
8045
8141
  # resp.edge_packaging_job_status_message #=> String
@@ -8047,6 +8143,10 @@ module Aws::SageMaker
8047
8143
  # resp.last_modified_time #=> Time
8048
8144
  # resp.model_artifact #=> String
8049
8145
  # resp.model_signature #=> String
8146
+ # resp.preset_deployment_output.type #=> String, one of "GreengrassV2Component"
8147
+ # resp.preset_deployment_output.artifact #=> String
8148
+ # resp.preset_deployment_output.status #=> String, one of "COMPLETED", "FAILED"
8149
+ # resp.preset_deployment_output.status_message #=> String
8050
8150
  #
8051
8151
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJob AWS API Documentation
8052
8152
  #
@@ -8515,6 +8615,7 @@ module Aws::SageMaker
8515
8615
  # resp.training_job_definition.enable_managed_spot_training #=> Boolean
8516
8616
  # resp.training_job_definition.checkpoint_config.s3_uri #=> String
8517
8617
  # resp.training_job_definition.checkpoint_config.local_path #=> String
8618
+ # resp.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
8518
8619
  # resp.training_job_definitions #=> Array
8519
8620
  # resp.training_job_definitions[0].definition_name #=> String
8520
8621
  # resp.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
@@ -8575,6 +8676,7 @@ module Aws::SageMaker
8575
8676
  # resp.training_job_definitions[0].enable_managed_spot_training #=> Boolean
8576
8677
  # resp.training_job_definitions[0].checkpoint_config.s3_uri #=> String
8577
8678
  # resp.training_job_definitions[0].checkpoint_config.local_path #=> String
8679
+ # resp.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
8578
8680
  # resp.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
8579
8681
  # resp.creation_time #=> Time
8580
8682
  # resp.hyper_parameter_tuning_end_time #=> Time
@@ -8936,7 +9038,7 @@ module Aws::SageMaker
8936
9038
  # resp.model_bias_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
8937
9039
  # resp.model_bias_job_output_config.kms_key_id #=> String
8938
9040
  # resp.job_resources.cluster_config.instance_count #=> Integer
8939
- # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9041
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
8940
9042
  # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
8941
9043
  # resp.job_resources.cluster_config.volume_kms_key_id #=> String
8942
9044
  # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
@@ -9010,7 +9112,7 @@ module Aws::SageMaker
9010
9112
  # resp.model_explainability_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
9011
9113
  # resp.model_explainability_job_output_config.kms_key_id #=> String
9012
9114
  # resp.job_resources.cluster_config.instance_count #=> Integer
9013
- # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9115
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
9014
9116
  # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
9015
9117
  # resp.job_resources.cluster_config.volume_kms_key_id #=> String
9016
9118
  # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
@@ -9038,7 +9140,11 @@ module Aws::SageMaker
9038
9140
  # packages listed on AWS Marketplace.
9039
9141
  #
9040
9142
  # @option params [required, String] :model_package_name
9041
- # The name of the model package to describe.
9143
+ # The name or Amazon Resource Name (ARN) of the model package to
9144
+ # describe.
9145
+ #
9146
+ # When you specify a name, the name must have 1 to 63 characters. Valid
9147
+ # characters are a-z, A-Z, 0-9, and - (hyphen).
9042
9148
  #
9043
9149
  # @return [Types::DescribeModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9044
9150
  #
@@ -9083,7 +9189,7 @@ module Aws::SageMaker
9083
9189
  # resp.inference_specification.containers[0].model_data_url #=> String
9084
9190
  # resp.inference_specification.containers[0].product_id #=> String
9085
9191
  # resp.inference_specification.supported_transform_instance_types #=> Array
9086
- # resp.inference_specification.supported_transform_instance_types[0] #=> 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"
9192
+ # resp.inference_specification.supported_transform_instance_types[0] #=> 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"
9087
9193
  # resp.inference_specification.supported_realtime_inference_instance_types #=> Array
9088
9194
  # resp.inference_specification.supported_realtime_inference_instance_types[0] #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.12xlarge", "ml.m5d.24xlarge", "ml.c4.large", "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.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.large", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.12xlarge", "ml.r5.24xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.12xlarge", "ml.r5d.24xlarge", "ml.inf1.xlarge", "ml.inf1.2xlarge", "ml.inf1.6xlarge", "ml.inf1.24xlarge"
9089
9195
  # resp.inference_specification.supported_content_types #=> Array
@@ -9110,7 +9216,7 @@ module Aws::SageMaker
9110
9216
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.accept #=> String
9111
9217
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.assemble_with #=> String, one of "None", "Line"
9112
9218
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_output.kms_key_id #=> String
9113
- # resp.validation_specification.validation_profiles[0].transform_job_definition.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"
9219
+ # resp.validation_specification.validation_profiles[0].transform_job_definition.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"
9114
9220
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
9115
9221
  # resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
9116
9222
  # resp.model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
@@ -9264,7 +9370,7 @@ module Aws::SageMaker
9264
9370
  # resp.model_quality_job_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
9265
9371
  # resp.model_quality_job_output_config.kms_key_id #=> String
9266
9372
  # resp.job_resources.cluster_config.instance_count #=> Integer
9267
- # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9373
+ # resp.job_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
9268
9374
  # resp.job_resources.cluster_config.volume_size_in_gb #=> Integer
9269
9375
  # resp.job_resources.cluster_config.volume_kms_key_id #=> String
9270
9376
  # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
@@ -9339,7 +9445,7 @@ module Aws::SageMaker
9339
9445
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
9340
9446
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.kms_key_id #=> String
9341
9447
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_count #=> Integer
9342
- # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9448
+ # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
9343
9449
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_size_in_gb #=> Integer
9344
9450
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_kms_key_id #=> String
9345
9451
  # resp.monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.image_uri #=> String
@@ -9601,6 +9707,8 @@ module Aws::SageMaker
9601
9707
  # * {Types::DescribePipelineExecutionResponse#pipeline_execution_display_name #pipeline_execution_display_name} => String
9602
9708
  # * {Types::DescribePipelineExecutionResponse#pipeline_execution_status #pipeline_execution_status} => String
9603
9709
  # * {Types::DescribePipelineExecutionResponse#pipeline_execution_description #pipeline_execution_description} => String
9710
+ # * {Types::DescribePipelineExecutionResponse#pipeline_experiment_config #pipeline_experiment_config} => Types::PipelineExperimentConfig
9711
+ # * {Types::DescribePipelineExecutionResponse#failure_reason #failure_reason} => String
9604
9712
  # * {Types::DescribePipelineExecutionResponse#creation_time #creation_time} => Time
9605
9713
  # * {Types::DescribePipelineExecutionResponse#last_modified_time #last_modified_time} => Time
9606
9714
  # * {Types::DescribePipelineExecutionResponse#created_by #created_by} => Types::UserContext
@@ -9619,6 +9727,9 @@ module Aws::SageMaker
9619
9727
  # resp.pipeline_execution_display_name #=> String
9620
9728
  # resp.pipeline_execution_status #=> String, one of "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
9621
9729
  # resp.pipeline_execution_description #=> String
9730
+ # resp.pipeline_experiment_config.experiment_name #=> String
9731
+ # resp.pipeline_experiment_config.trial_name #=> String
9732
+ # resp.failure_reason #=> String
9622
9733
  # resp.creation_time #=> Time
9623
9734
  # resp.last_modified_time #=> Time
9624
9735
  # resp.created_by.user_profile_arn #=> String
@@ -9714,7 +9825,7 @@ module Aws::SageMaker
9714
9825
  # resp.processing_output_config.kms_key_id #=> String
9715
9826
  # resp.processing_job_name #=> String
9716
9827
  # resp.processing_resources.cluster_config.instance_count #=> Integer
9717
- # resp.processing_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
9828
+ # resp.processing_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
9718
9829
  # resp.processing_resources.cluster_config.volume_size_in_gb #=> Integer
9719
9830
  # resp.processing_resources.cluster_config.volume_kms_key_id #=> String
9720
9831
  # resp.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -9898,6 +10009,7 @@ module Aws::SageMaker
9898
10009
  # * {Types::DescribeTrainingJobResponse#profiler_rule_configurations #profiler_rule_configurations} => Array&lt;Types::ProfilerRuleConfiguration&gt;
9899
10010
  # * {Types::DescribeTrainingJobResponse#profiler_rule_evaluation_statuses #profiler_rule_evaluation_statuses} => Array&lt;Types::ProfilerRuleEvaluationStatus&gt;
9900
10011
  # * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
10012
+ # * {Types::DescribeTrainingJobResponse#retry_strategy #retry_strategy} => Types::RetryStrategy
9901
10013
  # * {Types::DescribeTrainingJobResponse#environment #environment} => Hash&lt;String,String&gt;
9902
10014
  #
9903
10015
  # @example Request syntax with placeholder values
@@ -9915,7 +10027,7 @@ module Aws::SageMaker
9915
10027
  # resp.auto_ml_job_arn #=> String
9916
10028
  # resp.model_artifacts.s3_model_artifacts #=> String
9917
10029
  # resp.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
9918
- # resp.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
10030
+ # resp.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
9919
10031
  # resp.failure_reason #=> String
9920
10032
  # resp.hyper_parameters #=> Hash
9921
10033
  # resp.hyper_parameters["HyperParameterKey"] #=> String
@@ -9960,7 +10072,7 @@ module Aws::SageMaker
9960
10072
  # resp.training_end_time #=> Time
9961
10073
  # resp.last_modified_time #=> Time
9962
10074
  # resp.secondary_status_transitions #=> Array
9963
- # resp.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
10075
+ # resp.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
9964
10076
  # resp.secondary_status_transitions[0].start_time #=> Time
9965
10077
  # resp.secondary_status_transitions[0].end_time #=> Time
9966
10078
  # resp.secondary_status_transitions[0].status_message #=> String
@@ -9991,7 +10103,7 @@ module Aws::SageMaker
9991
10103
  # resp.debug_rule_configurations[0].local_path #=> String
9992
10104
  # resp.debug_rule_configurations[0].s3_output_path #=> String
9993
10105
  # resp.debug_rule_configurations[0].rule_evaluator_image #=> String
9994
- # resp.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
10106
+ # resp.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
9995
10107
  # resp.debug_rule_configurations[0].volume_size_in_gb #=> Integer
9996
10108
  # resp.debug_rule_configurations[0].rule_parameters #=> Hash
9997
10109
  # resp.debug_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
@@ -10012,7 +10124,7 @@ module Aws::SageMaker
10012
10124
  # resp.profiler_rule_configurations[0].local_path #=> String
10013
10125
  # resp.profiler_rule_configurations[0].s3_output_path #=> String
10014
10126
  # resp.profiler_rule_configurations[0].rule_evaluator_image #=> String
10015
- # resp.profiler_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
10127
+ # resp.profiler_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
10016
10128
  # resp.profiler_rule_configurations[0].volume_size_in_gb #=> Integer
10017
10129
  # resp.profiler_rule_configurations[0].rule_parameters #=> Hash
10018
10130
  # resp.profiler_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
@@ -10023,6 +10135,7 @@ module Aws::SageMaker
10023
10135
  # resp.profiler_rule_evaluation_statuses[0].status_details #=> String
10024
10136
  # resp.profiler_rule_evaluation_statuses[0].last_modified_time #=> Time
10025
10137
  # resp.profiling_status #=> String, one of "Enabled", "Disabled"
10138
+ # resp.retry_strategy.maximum_retry_attempts #=> Integer
10026
10139
  # resp.environment #=> Hash
10027
10140
  # resp.environment["TrainingEnvironmentKey"] #=> String
10028
10141
  #
@@ -10097,7 +10210,7 @@ module Aws::SageMaker
10097
10210
  # resp.transform_output.accept #=> String
10098
10211
  # resp.transform_output.assemble_with #=> String, one of "None", "Line"
10099
10212
  # resp.transform_output.kms_key_id #=> String
10100
- # 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"
10213
+ # 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"
10101
10214
  # resp.transform_resources.instance_count #=> Integer
10102
10215
  # resp.transform_resources.volume_kms_key_id #=> String
10103
10216
  # resp.creation_time #=> Time
@@ -10269,7 +10382,7 @@ module Aws::SageMaker
10269
10382
  # The domain ID.
10270
10383
  #
10271
10384
  # @option params [required, String] :user_profile_name
10272
- # The user profile name.
10385
+ # The user profile name. This value is not case sensitive.
10273
10386
  #
10274
10387
  # @return [Types::DescribeUserProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10275
10388
  #
@@ -10531,6 +10644,8 @@ module Aws::SageMaker
10531
10644
  # resp.device_fleet_name #=> String
10532
10645
  # resp.output_config.s3_output_location #=> String
10533
10646
  # resp.output_config.kms_key_id #=> String
10647
+ # resp.output_config.preset_deployment_type #=> String, one of "GreengrassV2Component"
10648
+ # resp.output_config.preset_deployment_config #=> String
10534
10649
  # resp.description #=> String
10535
10650
  # resp.report_generated #=> Time
10536
10651
  # resp.device_stats.connected_device_count #=> Integer
@@ -11124,11 +11239,10 @@ module Aws::SageMaker
11124
11239
  # Request a list of jobs, using a filter for status.
11125
11240
  #
11126
11241
  # @option params [String] :sort_order
11127
- # The sort order for the results. The default is Descending.
11242
+ # The sort order for the results. The default is `Descending`.
11128
11243
  #
11129
11244
  # @option params [String] :sort_by
11130
- # The parameter by which to sort the results. The default is
11131
- # AutoMLJobName.
11245
+ # The parameter by which to sort the results. The default is `Name`.
11132
11246
  #
11133
11247
  # @option params [Integer] :max_results
11134
11248
  # Request a list of jobs up to a specified limit.
@@ -11165,7 +11279,7 @@ module Aws::SageMaker
11165
11279
  # resp.auto_ml_job_summaries[0].auto_ml_job_name #=> String
11166
11280
  # resp.auto_ml_job_summaries[0].auto_ml_job_arn #=> String
11167
11281
  # resp.auto_ml_job_summaries[0].auto_ml_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
11168
- # resp.auto_ml_job_summaries[0].auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError"
11282
+ # resp.auto_ml_job_summaries[0].auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError", "DeployingModel", "ModelDeploymentError"
11169
11283
  # resp.auto_ml_job_summaries[0].creation_time #=> Time
11170
11284
  # resp.auto_ml_job_summaries[0].end_time #=> Time
11171
11285
  # resp.auto_ml_job_summaries[0].last_modified_time #=> Time
@@ -11910,7 +12024,8 @@ module Aws::SageMaker
11910
12024
  # token in the next request.
11911
12025
  #
11912
12026
  # @option params [Integer] :max_results
11913
- # The maximum number of endpoints to return in the response.
12027
+ # The maximum number of endpoints to return in the response. This value
12028
+ # defaults to 10.
11914
12029
  #
11915
12030
  # @option params [String] :name_contains
11916
12031
  # A string in endpoint names. This filter returns only endpoints whose
@@ -13539,6 +13654,11 @@ module Aws::SageMaker
13539
13654
  # resp.pipeline_execution_steps[0].metadata.model.arn #=> String
13540
13655
  # resp.pipeline_execution_steps[0].metadata.register_model.arn #=> String
13541
13656
  # resp.pipeline_execution_steps[0].metadata.condition.outcome #=> String, one of "True", "False"
13657
+ # resp.pipeline_execution_steps[0].metadata.callback.callback_token #=> String
13658
+ # resp.pipeline_execution_steps[0].metadata.callback.sqs_queue_url #=> String
13659
+ # resp.pipeline_execution_steps[0].metadata.callback.output_parameters #=> Array
13660
+ # resp.pipeline_execution_steps[0].metadata.callback.output_parameters[0].name #=> String
13661
+ # resp.pipeline_execution_steps[0].metadata.callback.output_parameters[0].value #=> String
13542
13662
  # resp.next_token #=> String
13543
13663
  #
13544
13664
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps AWS API Documentation
@@ -13979,16 +14099,17 @@ module Aws::SageMaker
13979
14099
  # <note markdown="1"> When `StatusEquals` and `MaxResults` are set at the same time, the
13980
14100
  # `MaxResults` number of training jobs are first retrieved ignoring the
13981
14101
  # `StatusEquals` parameter and then they are filtered by the
13982
- # `StatusEquals` parameter, which is returned as a response. For
13983
- # example, if `ListTrainingJobs` is invoked with the following
14102
+ # `StatusEquals` parameter, which is returned as a response.
14103
+ #
14104
+ # For example, if `ListTrainingJobs` is invoked with the following
13984
14105
  # parameters:
13985
14106
  #
13986
14107
  # `\{ ... MaxResults: 100, StatusEquals: InProgress ... \}`
13987
14108
  #
13988
- # Then, 100 trainings jobs with any status including those other than
13989
- # `InProgress` are selected first (sorted according the creation time,
13990
- # from the latest to the oldest) and those with status `InProgress` are
13991
- # returned.
14109
+ # First, 100 trainings jobs with any status, including those other than
14110
+ # `InProgress`, are selected (sorted according to the creation time,
14111
+ # from the most current to the oldest). Next, those with a status of
14112
+ # `InProgress` are returned.
13992
14113
  #
13993
14114
  # You can quickly test the API using the following AWS CLI code.
13994
14115
  #
@@ -14832,7 +14953,7 @@ module Aws::SageMaker
14832
14953
  # resp.results[0].training_job.auto_ml_job_arn #=> String
14833
14954
  # resp.results[0].training_job.model_artifacts.s3_model_artifacts #=> String
14834
14955
  # resp.results[0].training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
14835
- # resp.results[0].training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
14956
+ # resp.results[0].training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
14836
14957
  # resp.results[0].training_job.failure_reason #=> String
14837
14958
  # resp.results[0].training_job.hyper_parameters #=> Hash
14838
14959
  # resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
@@ -14877,7 +14998,7 @@ module Aws::SageMaker
14877
14998
  # resp.results[0].training_job.training_end_time #=> Time
14878
14999
  # resp.results[0].training_job.last_modified_time #=> Time
14879
15000
  # resp.results[0].training_job.secondary_status_transitions #=> Array
14880
- # resp.results[0].training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
15001
+ # resp.results[0].training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
14881
15002
  # resp.results[0].training_job.secondary_status_transitions[0].start_time #=> Time
14882
15003
  # resp.results[0].training_job.secondary_status_transitions[0].end_time #=> Time
14883
15004
  # resp.results[0].training_job.secondary_status_transitions[0].status_message #=> String
@@ -14908,7 +15029,7 @@ module Aws::SageMaker
14908
15029
  # resp.results[0].training_job.debug_rule_configurations[0].local_path #=> String
14909
15030
  # resp.results[0].training_job.debug_rule_configurations[0].s3_output_path #=> String
14910
15031
  # resp.results[0].training_job.debug_rule_configurations[0].rule_evaluator_image #=> String
14911
- # resp.results[0].training_job.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
15032
+ # resp.results[0].training_job.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
14912
15033
  # resp.results[0].training_job.debug_rule_configurations[0].volume_size_in_gb #=> Integer
14913
15034
  # resp.results[0].training_job.debug_rule_configurations[0].rule_parameters #=> Hash
14914
15035
  # resp.results[0].training_job.debug_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
@@ -14922,6 +15043,7 @@ module Aws::SageMaker
14922
15043
  # resp.results[0].training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
14923
15044
  # resp.results[0].training_job.environment #=> Hash
14924
15045
  # resp.results[0].training_job.environment["TrainingEnvironmentKey"] #=> String
15046
+ # resp.results[0].training_job.retry_strategy.maximum_retry_attempts #=> Integer
14925
15047
  # resp.results[0].training_job.tags #=> Array
14926
15048
  # resp.results[0].training_job.tags[0].key #=> String
14927
15049
  # resp.results[0].training_job.tags[0].value #=> String
@@ -15020,7 +15142,7 @@ module Aws::SageMaker
15020
15142
  # resp.results[0].trial_component.source_detail.training_job.auto_ml_job_arn #=> String
15021
15143
  # resp.results[0].trial_component.source_detail.training_job.model_artifacts.s3_model_artifacts #=> String
15022
15144
  # resp.results[0].trial_component.source_detail.training_job.training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
15023
- # resp.results[0].trial_component.source_detail.training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
15145
+ # resp.results[0].trial_component.source_detail.training_job.secondary_status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
15024
15146
  # resp.results[0].trial_component.source_detail.training_job.failure_reason #=> String
15025
15147
  # resp.results[0].trial_component.source_detail.training_job.hyper_parameters #=> Hash
15026
15148
  # resp.results[0].trial_component.source_detail.training_job.hyper_parameters["HyperParameterKey"] #=> String
@@ -15065,7 +15187,7 @@ module Aws::SageMaker
15065
15187
  # resp.results[0].trial_component.source_detail.training_job.training_end_time #=> Time
15066
15188
  # resp.results[0].trial_component.source_detail.training_job.last_modified_time #=> Time
15067
15189
  # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions #=> Array
15068
- # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating"
15190
+ # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].status #=> String, one of "Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting"
15069
15191
  # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].start_time #=> Time
15070
15192
  # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].end_time #=> Time
15071
15193
  # resp.results[0].trial_component.source_detail.training_job.secondary_status_transitions[0].status_message #=> String
@@ -15096,7 +15218,7 @@ module Aws::SageMaker
15096
15218
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].local_path #=> String
15097
15219
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].s3_output_path #=> String
15098
15220
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_evaluator_image #=> String
15099
- # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
15221
+ # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
15100
15222
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].volume_size_in_gb #=> Integer
15101
15223
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_parameters #=> Hash
15102
15224
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_configurations[0].rule_parameters["ConfigKey"] #=> String
@@ -15110,6 +15232,7 @@ module Aws::SageMaker
15110
15232
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
15111
15233
  # resp.results[0].trial_component.source_detail.training_job.environment #=> Hash
15112
15234
  # resp.results[0].trial_component.source_detail.training_job.environment["TrainingEnvironmentKey"] #=> String
15235
+ # resp.results[0].trial_component.source_detail.training_job.retry_strategy.maximum_retry_attempts #=> Integer
15113
15236
  # resp.results[0].trial_component.source_detail.training_job.tags #=> Array
15114
15237
  # resp.results[0].trial_component.source_detail.training_job.tags[0].key #=> String
15115
15238
  # resp.results[0].trial_component.source_detail.training_job.tags[0].value #=> String
@@ -15152,7 +15275,7 @@ module Aws::SageMaker
15152
15275
  # resp.results[0].trial_component.source_detail.processing_job.processing_output_config.kms_key_id #=> String
15153
15276
  # resp.results[0].trial_component.source_detail.processing_job.processing_job_name #=> String
15154
15277
  # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.instance_count #=> Integer
15155
- # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
15278
+ # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
15156
15279
  # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.volume_size_in_gb #=> Integer
15157
15280
  # resp.results[0].trial_component.source_detail.processing_job.processing_resources.cluster_config.volume_kms_key_id #=> String
15158
15281
  # resp.results[0].trial_component.source_detail.processing_job.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -15208,7 +15331,7 @@ module Aws::SageMaker
15208
15331
  # resp.results[0].trial_component.source_detail.transform_job.transform_output.accept #=> String
15209
15332
  # resp.results[0].trial_component.source_detail.transform_job.transform_output.assemble_with #=> String, one of "None", "Line"
15210
15333
  # resp.results[0].trial_component.source_detail.transform_job.transform_output.kms_key_id #=> String
15211
- # resp.results[0].trial_component.source_detail.transform_job.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"
15334
+ # resp.results[0].trial_component.source_detail.transform_job.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"
15212
15335
  # resp.results[0].trial_component.source_detail.transform_job.transform_resources.instance_count #=> Integer
15213
15336
  # resp.results[0].trial_component.source_detail.transform_job.transform_resources.volume_kms_key_id #=> String
15214
15337
  # resp.results[0].trial_component.source_detail.transform_job.creation_time #=> Time
@@ -15282,7 +15405,7 @@ module Aws::SageMaker
15282
15405
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.monitoring_outputs[0].s3_output.s3_upload_mode #=> String, one of "Continuous", "EndOfJob"
15283
15406
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_output_config.kms_key_id #=> String
15284
15407
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_count #=> Integer
15285
- # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
15408
+ # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.instance_type #=> String, one of "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "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.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
15286
15409
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_size_in_gb #=> Integer
15287
15410
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_resources.cluster_config.volume_kms_key_id #=> String
15288
15411
  # resp.results[0].endpoint.monitoring_schedules[0].monitoring_schedule_config.monitoring_job_definition.monitoring_app_specification.image_uri #=> String
@@ -15334,7 +15457,7 @@ module Aws::SageMaker
15334
15457
  # resp.results[0].model_package.inference_specification.containers[0].model_data_url #=> String
15335
15458
  # resp.results[0].model_package.inference_specification.containers[0].product_id #=> String
15336
15459
  # resp.results[0].model_package.inference_specification.supported_transform_instance_types #=> Array
15337
- # resp.results[0].model_package.inference_specification.supported_transform_instance_types[0] #=> 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"
15460
+ # resp.results[0].model_package.inference_specification.supported_transform_instance_types[0] #=> 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"
15338
15461
  # resp.results[0].model_package.inference_specification.supported_realtime_inference_instance_types #=> Array
15339
15462
  # resp.results[0].model_package.inference_specification.supported_realtime_inference_instance_types[0] #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.12xlarge", "ml.m5d.24xlarge", "ml.c4.large", "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.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.large", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.12xlarge", "ml.r5.24xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.12xlarge", "ml.r5d.24xlarge", "ml.inf1.xlarge", "ml.inf1.2xlarge", "ml.inf1.6xlarge", "ml.inf1.24xlarge"
15340
15463
  # resp.results[0].model_package.inference_specification.supported_content_types #=> Array
@@ -15361,7 +15484,7 @@ module Aws::SageMaker
15361
15484
  # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.accept #=> String
15362
15485
  # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.assemble_with #=> String, one of "None", "Line"
15363
15486
  # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_output.kms_key_id #=> String
15364
- # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.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"
15487
+ # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.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"
15365
15488
  # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
15366
15489
  # resp.results[0].model_package.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
15367
15490
  # resp.results[0].model_package.model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
@@ -15442,6 +15565,9 @@ module Aws::SageMaker
15442
15565
  # resp.results[0].pipeline_execution.pipeline_execution_display_name #=> String
15443
15566
  # resp.results[0].pipeline_execution.pipeline_execution_status #=> String, one of "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
15444
15567
  # resp.results[0].pipeline_execution.pipeline_execution_description #=> String
15568
+ # resp.results[0].pipeline_execution.pipeline_experiment_config.experiment_name #=> String
15569
+ # resp.results[0].pipeline_execution.pipeline_experiment_config.trial_name #=> String
15570
+ # resp.results[0].pipeline_execution.failure_reason #=> String
15445
15571
  # resp.results[0].pipeline_execution.creation_time #=> Time
15446
15572
  # resp.results[0].pipeline_execution.last_modified_time #=> Time
15447
15573
  # resp.results[0].pipeline_execution.created_by.user_profile_arn #=> String
@@ -15490,6 +15616,99 @@ module Aws::SageMaker
15490
15616
  req.send_request(options)
15491
15617
  end
15492
15618
 
15619
+ # Notifies the pipeline that the execution of a callback step failed,
15620
+ # along with a message describing why. When a callback step is run, the
15621
+ # pipeline generates a callback token and includes the token in a
15622
+ # message sent to Amazon Simple Queue Service (Amazon SQS).
15623
+ #
15624
+ # @option params [required, String] :callback_token
15625
+ # The pipeline generated token from the Amazon SQS queue.
15626
+ #
15627
+ # @option params [String] :failure_reason
15628
+ # A message describing why the step failed.
15629
+ #
15630
+ # @option params [String] :client_request_token
15631
+ # A unique, case-sensitive identifier that you provide to ensure the
15632
+ # idempotency of the operation. An idempotent operation completes no
15633
+ # more than one time.
15634
+ #
15635
+ # **A suitable default value is auto-generated.** You should normally
15636
+ # not need to pass this option.**
15637
+ #
15638
+ # @return [Types::SendPipelineExecutionStepFailureResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15639
+ #
15640
+ # * {Types::SendPipelineExecutionStepFailureResponse#pipeline_execution_arn #pipeline_execution_arn} => String
15641
+ #
15642
+ # @example Request syntax with placeholder values
15643
+ #
15644
+ # resp = client.send_pipeline_execution_step_failure({
15645
+ # callback_token: "CallbackToken", # required
15646
+ # failure_reason: "String256",
15647
+ # client_request_token: "IdempotencyToken",
15648
+ # })
15649
+ #
15650
+ # @example Response structure
15651
+ #
15652
+ # resp.pipeline_execution_arn #=> String
15653
+ #
15654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailure AWS API Documentation
15655
+ #
15656
+ # @overload send_pipeline_execution_step_failure(params = {})
15657
+ # @param [Hash] params ({})
15658
+ def send_pipeline_execution_step_failure(params = {}, options = {})
15659
+ req = build_request(:send_pipeline_execution_step_failure, params)
15660
+ req.send_request(options)
15661
+ end
15662
+
15663
+ # Notifies the pipeline that the execution of a callback step succeeded
15664
+ # and provides a list of the step's output parameters. When a callback
15665
+ # step is run, the pipeline generates a callback token and includes the
15666
+ # token in a message sent to Amazon Simple Queue Service (Amazon SQS).
15667
+ #
15668
+ # @option params [required, String] :callback_token
15669
+ # The pipeline generated token from the Amazon SQS queue.
15670
+ #
15671
+ # @option params [Array<Types::OutputParameter>] :output_parameters
15672
+ # A list of the output parameters of the callback step.
15673
+ #
15674
+ # @option params [String] :client_request_token
15675
+ # A unique, case-sensitive identifier that you provide to ensure the
15676
+ # idempotency of the operation. An idempotent operation completes no
15677
+ # more than one time.
15678
+ #
15679
+ # **A suitable default value is auto-generated.** You should normally
15680
+ # not need to pass this option.**
15681
+ #
15682
+ # @return [Types::SendPipelineExecutionStepSuccessResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15683
+ #
15684
+ # * {Types::SendPipelineExecutionStepSuccessResponse#pipeline_execution_arn #pipeline_execution_arn} => String
15685
+ #
15686
+ # @example Request syntax with placeholder values
15687
+ #
15688
+ # resp = client.send_pipeline_execution_step_success({
15689
+ # callback_token: "CallbackToken", # required
15690
+ # output_parameters: [
15691
+ # {
15692
+ # name: "String256", # required
15693
+ # value: "String1024", # required
15694
+ # },
15695
+ # ],
15696
+ # client_request_token: "IdempotencyToken",
15697
+ # })
15698
+ #
15699
+ # @example Response structure
15700
+ #
15701
+ # resp.pipeline_execution_arn #=> String
15702
+ #
15703
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccess AWS API Documentation
15704
+ #
15705
+ # @overload send_pipeline_execution_step_success(params = {})
15706
+ # @param [Hash] params ({})
15707
+ def send_pipeline_execution_step_success(params = {}, options = {})
15708
+ req = build_request(:send_pipeline_execution_step_success, params)
15709
+ req.send_request(options)
15710
+ end
15711
+
15493
15712
  # Starts a previously stopped monitoring schedule.
15494
15713
  #
15495
15714
  # <note markdown="1"> By default, when you successfully create a new schedule, the status of
@@ -16123,6 +16342,14 @@ module Aws::SageMaker
16123
16342
  # @option params [required, Types::EdgeOutputConfig] :output_config
16124
16343
  # Output configuration for storing sample data collected by the fleet.
16125
16344
  #
16345
+ # @option params [Boolean] :enable_iot_role_alias
16346
+ # Whether to create an AWS IoT Role Alias during device fleet creation.
16347
+ # The name of the role alias generated will match this pattern:
16348
+ # "SageMakerEdge-\\\{DeviceFleetName\\}".
16349
+ #
16350
+ # For example, if your device fleet is called "demo-fleet", the name
16351
+ # of the role alias will be "SageMakerEdge-demo-fleet".
16352
+ #
16126
16353
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
16127
16354
  #
16128
16355
  # @example Request syntax with placeholder values
@@ -16134,7 +16361,10 @@ module Aws::SageMaker
16134
16361
  # output_config: { # required
16135
16362
  # s3_output_location: "S3Uri", # required
16136
16363
  # kms_key_id: "KmsKeyId",
16364
+ # preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
16365
+ # preset_deployment_config: "String",
16137
16366
  # },
16367
+ # enable_iot_role_alias: false,
16138
16368
  # })
16139
16369
  #
16140
16370
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleet AWS API Documentation
@@ -16577,7 +16807,7 @@ module Aws::SageMaker
16577
16807
  # monitoring_resources: { # required
16578
16808
  # cluster_config: { # required
16579
16809
  # instance_count: 1, # required
16580
- # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
16810
+ # instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
16581
16811
  # volume_size_in_gb: 1, # required
16582
16812
  # volume_kms_key_id: "KmsKeyId",
16583
16813
  # },
@@ -16927,7 +17157,7 @@ module Aws::SageMaker
16927
17157
  # local_path: "DirectoryPath",
16928
17158
  # s3_output_path: "S3Uri",
16929
17159
  # rule_evaluator_image: "AlgorithmImage", # required
16930
- # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
17160
+ # instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, 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.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
16931
17161
  # volume_size_in_gb: 1,
16932
17162
  # rule_parameters: {
16933
17163
  # "ConfigKey" => "ConfigValue",
@@ -17355,7 +17585,7 @@ module Aws::SageMaker
17355
17585
  params: params,
17356
17586
  config: config)
17357
17587
  context[:gem_name] = 'aws-sdk-sagemaker'
17358
- context[:gem_version] = '1.85.0'
17588
+ context[:gem_version] = '1.90.0'
17359
17589
  Seahorse::Client::Request.new(handlers, context)
17360
17590
  end
17361
17591