aws-sdk-sagemaker 1.297.0 → 1.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +26 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +10 -0
- data/lib/aws-sdk-sagemaker/types.rb +69 -3
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +13 -3
- data/sig/types.rbs +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce9c5c3c83f88f744e4d712880a7fca73ed13b6ef6eeca68e93b23d5094c304a
|
4
|
+
data.tar.gz: ecf101c111185db3d49a325e9a5796875a2ebbca581678f62a87d00545574c44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c4f435eb57476a6f11db45b7237f6b8f671d114e37db6699e0944efb7cc1d1874e98389321adf22a79fd3bd3bba26a8cae33a0e0d20f764af4e36e2bc3a00f5
|
7
|
+
data.tar.gz: 5dee7ac071f0958334c88590691ad1b44311ac3e1f5c9cdf1dd791ee41aba87ea94331b85f51753f97139f10ced18efd81f47bf3f5bc130cb90e046d7f2e169e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.299.0 (2025-04-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added tagging support for SageMaker notebook instance lifecycle configurations
|
8
|
+
|
9
|
+
1.298.0 (2025-03-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension
|
13
|
+
|
4
14
|
1.297.0 (2025-03-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.299.0
|
@@ -1159,6 +1159,7 @@ module Aws::SageMaker
|
|
1159
1159
|
# 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.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge
|
1160
1160
|
# instance_count: 1, # required
|
1161
1161
|
# volume_kms_key_id: "KmsKeyId",
|
1162
|
+
# transform_ami_version: "TransformAmiVersion",
|
1162
1163
|
# },
|
1163
1164
|
# },
|
1164
1165
|
# },
|
@@ -6974,6 +6975,7 @@ module Aws::SageMaker
|
|
6974
6975
|
# 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.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge
|
6975
6976
|
# instance_count: 1, # required
|
6976
6977
|
# volume_kms_key_id: "KmsKeyId",
|
6978
|
+
# transform_ami_version: "TransformAmiVersion",
|
6977
6979
|
# },
|
6978
6980
|
# },
|
6979
6981
|
# },
|
@@ -7835,6 +7837,16 @@ module Aws::SageMaker
|
|
7835
7837
|
# including when you create the notebook instance. The shell script must
|
7836
7838
|
# be a base64-encoded string.
|
7837
7839
|
#
|
7840
|
+
# @option params [Array<Types::Tag>] :tags
|
7841
|
+
# An array of key-value pairs. You can use tags to categorize your
|
7842
|
+
# Amazon Web Services resources in different ways, for example, by
|
7843
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
7844
|
+
# Amazon Web Services Resources][1].
|
7845
|
+
#
|
7846
|
+
#
|
7847
|
+
#
|
7848
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html
|
7849
|
+
#
|
7838
7850
|
# @return [Types::CreateNotebookInstanceLifecycleConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7839
7851
|
#
|
7840
7852
|
# * {Types::CreateNotebookInstanceLifecycleConfigOutput#notebook_instance_lifecycle_config_arn #notebook_instance_lifecycle_config_arn} => String
|
@@ -7853,6 +7865,12 @@ module Aws::SageMaker
|
|
7853
7865
|
# content: "NotebookInstanceLifecycleConfigContent",
|
7854
7866
|
# },
|
7855
7867
|
# ],
|
7868
|
+
# tags: [
|
7869
|
+
# {
|
7870
|
+
# key: "TagKey", # required
|
7871
|
+
# value: "TagValue", # required
|
7872
|
+
# },
|
7873
|
+
# ],
|
7856
7874
|
# })
|
7857
7875
|
#
|
7858
7876
|
# @example Response structure
|
@@ -9512,8 +9530,8 @@ module Aws::SageMaker
|
|
9512
9530
|
# * `TransformOutput` - Identifies the Amazon S3 location where you want
|
9513
9531
|
# Amazon SageMaker to save the results from the transform job.
|
9514
9532
|
#
|
9515
|
-
# * `TransformResources` - Identifies the ML compute instances
|
9516
|
-
# transform job.
|
9533
|
+
# * `TransformResources` - Identifies the ML compute instances and AMI
|
9534
|
+
# image versions for the transform job.
|
9517
9535
|
#
|
9518
9536
|
# For more information about how batch transformation works, see [Batch
|
9519
9537
|
# Transform][2].
|
@@ -9689,6 +9707,7 @@ module Aws::SageMaker
|
|
9689
9707
|
# 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.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge
|
9690
9708
|
# instance_count: 1, # required
|
9691
9709
|
# volume_kms_key_id: "KmsKeyId",
|
9710
|
+
# transform_ami_version: "TransformAmiVersion",
|
9692
9711
|
# },
|
9693
9712
|
# data_processing: {
|
9694
9713
|
# input_filter: "JsonPath",
|
@@ -12249,6 +12268,7 @@ module Aws::SageMaker
|
|
12249
12268
|
# 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.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge"
|
12250
12269
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
|
12251
12270
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
|
12271
|
+
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.transform_ami_version #=> String
|
12252
12272
|
# resp.algorithm_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
|
12253
12273
|
# resp.algorithm_status_details.validation_statuses #=> Array
|
12254
12274
|
# resp.algorithm_status_details.validation_statuses[0].name #=> String
|
@@ -16044,6 +16064,7 @@ module Aws::SageMaker
|
|
16044
16064
|
# 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.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge"
|
16045
16065
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.instance_count #=> Integer
|
16046
16066
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.volume_kms_key_id #=> String
|
16067
|
+
# resp.validation_specification.validation_profiles[0].transform_job_definition.transform_resources.transform_ami_version #=> String
|
16047
16068
|
# resp.model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
|
16048
16069
|
# resp.model_package_status_details.validation_statuses #=> Array
|
16049
16070
|
# resp.model_package_status_details.validation_statuses[0].name #=> String
|
@@ -17567,6 +17588,7 @@ module Aws::SageMaker
|
|
17567
17588
|
# 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.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge"
|
17568
17589
|
# resp.transform_resources.instance_count #=> Integer
|
17569
17590
|
# resp.transform_resources.volume_kms_key_id #=> String
|
17591
|
+
# resp.transform_resources.transform_ami_version #=> String
|
17570
17592
|
# resp.creation_time #=> Time
|
17571
17593
|
# resp.transform_start_time #=> Time
|
17572
17594
|
# resp.transform_end_time #=> Time
|
@@ -25155,6 +25177,7 @@ module Aws::SageMaker
|
|
25155
25177
|
#
|
25156
25178
|
# * {Types::SearchResponse#results #results} => Array<Types::SearchRecord>
|
25157
25179
|
# * {Types::SearchResponse#next_token #next_token} => String
|
25180
|
+
# * {Types::SearchResponse#total_hits #total_hits} => Types::TotalHits
|
25158
25181
|
#
|
25159
25182
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
25160
25183
|
#
|
@@ -29763,7 +29786,7 @@ module Aws::SageMaker
|
|
29763
29786
|
tracer: tracer
|
29764
29787
|
)
|
29765
29788
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29766
|
-
context[:gem_version] = '1.
|
29789
|
+
context[:gem_version] = '1.299.0'
|
29767
29790
|
Seahorse::Client::Request.new(handlers, context)
|
29768
29791
|
end
|
29769
29792
|
|
@@ -1971,6 +1971,7 @@ module Aws::SageMaker
|
|
1971
1971
|
ReferenceMinVersion = Shapes::StringShape.new(name: 'ReferenceMinVersion')
|
1972
1972
|
RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
|
1973
1973
|
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
1974
|
+
Relation = Shapes::StringShape.new(name: 'Relation')
|
1974
1975
|
ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
|
1975
1976
|
RemoteDebugConfig = Shapes::StructureShape.new(name: 'RemoteDebugConfig')
|
1976
1977
|
RemoteDebugConfigForUpdate = Shapes::StructureShape.new(name: 'RemoteDebugConfigForUpdate')
|
@@ -2259,6 +2260,7 @@ module Aws::SageMaker
|
|
2259
2260
|
TimeSeriesTransformations = Shapes::StructureShape.new(name: 'TimeSeriesTransformations')
|
2260
2261
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
2261
2262
|
TimestampAttributeName = Shapes::StringShape.new(name: 'TimestampAttributeName')
|
2263
|
+
TotalHits = Shapes::StructureShape.new(name: 'TotalHits')
|
2262
2264
|
TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
|
2263
2265
|
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2264
2266
|
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
@@ -2319,6 +2321,7 @@ module Aws::SageMaker
|
|
2319
2321
|
TrainingRepositoryCredentialsProviderArn = Shapes::StringShape.new(name: 'TrainingRepositoryCredentialsProviderArn')
|
2320
2322
|
TrainingSpecification = Shapes::StructureShape.new(name: 'TrainingSpecification')
|
2321
2323
|
TrainingTimeInSeconds = Shapes::IntegerShape.new(name: 'TrainingTimeInSeconds')
|
2324
|
+
TransformAmiVersion = Shapes::StringShape.new(name: 'TransformAmiVersion')
|
2322
2325
|
TransformDataSource = Shapes::StructureShape.new(name: 'TransformDataSource')
|
2323
2326
|
TransformEnvironmentKey = Shapes::StringShape.new(name: 'TransformEnvironmentKey')
|
2324
2327
|
TransformEnvironmentMap = Shapes::MapShape.new(name: 'TransformEnvironmentMap')
|
@@ -3955,6 +3958,7 @@ module Aws::SageMaker
|
|
3955
3958
|
CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|
3956
3959
|
CreateNotebookInstanceLifecycleConfigInput.add_member(:on_create, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigList, location_name: "OnCreate"))
|
3957
3960
|
CreateNotebookInstanceLifecycleConfigInput.add_member(:on_start, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigList, location_name: "OnStart"))
|
3961
|
+
CreateNotebookInstanceLifecycleConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3958
3962
|
CreateNotebookInstanceLifecycleConfigInput.struct_class = Types::CreateNotebookInstanceLifecycleConfigInput
|
3959
3963
|
|
3960
3964
|
CreateNotebookInstanceLifecycleConfigOutput.add_member(:notebook_instance_lifecycle_config_arn, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigArn, location_name: "NotebookInstanceLifecycleConfigArn"))
|
@@ -9804,6 +9808,7 @@ module Aws::SageMaker
|
|
9804
9808
|
|
9805
9809
|
SearchResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchResultsList, location_name: "Results"))
|
9806
9810
|
SearchResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
9811
|
+
SearchResponse.add_member(:total_hits, Shapes::ShapeRef.new(shape: TotalHits, location_name: "TotalHits"))
|
9807
9812
|
SearchResponse.struct_class = Types::SearchResponse
|
9808
9813
|
|
9809
9814
|
SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
|
@@ -10188,6 +10193,10 @@ module Aws::SageMaker
|
|
10188
10193
|
TimeSeriesTransformations.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationTransformations, location_name: "Aggregation"))
|
10189
10194
|
TimeSeriesTransformations.struct_class = Types::TimeSeriesTransformations
|
10190
10195
|
|
10196
|
+
TotalHits.add_member(:value, Shapes::ShapeRef.new(shape: Long, location_name: "Value"))
|
10197
|
+
TotalHits.add_member(:relation, Shapes::ShapeRef.new(shape: Relation, location_name: "Relation"))
|
10198
|
+
TotalHits.struct_class = Types::TotalHits
|
10199
|
+
|
10191
10200
|
TrackingServerSummary.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
10192
10201
|
TrackingServerSummary.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, location_name: "TrackingServerName"))
|
10193
10202
|
TrackingServerSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -10418,6 +10427,7 @@ module Aws::SageMaker
|
|
10418
10427
|
TransformResources.add_member(:instance_type, Shapes::ShapeRef.new(shape: TransformInstanceType, required: true, location_name: "InstanceType"))
|
10419
10428
|
TransformResources.add_member(:instance_count, Shapes::ShapeRef.new(shape: TransformInstanceCount, required: true, location_name: "InstanceCount"))
|
10420
10429
|
TransformResources.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
10430
|
+
TransformResources.add_member(:transform_ami_version, Shapes::ShapeRef.new(shape: TransformAmiVersion, location_name: "TransformAmiVersion"))
|
10421
10431
|
TransformResources.struct_class = Types::TransformResources
|
10422
10432
|
|
10423
10433
|
TransformS3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3DataType, required: true, location_name: "S3DataType"))
|
@@ -9414,12 +9414,24 @@ module Aws::SageMaker
|
|
9414
9414
|
# must be a base64-encoded string.
|
9415
9415
|
# @return [Array<Types::NotebookInstanceLifecycleHook>]
|
9416
9416
|
#
|
9417
|
+
# @!attribute [rw] tags
|
9418
|
+
# An array of key-value pairs. You can use tags to categorize your
|
9419
|
+
# Amazon Web Services resources in different ways, for example, by
|
9420
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
9421
|
+
# Amazon Web Services Resources][1].
|
9422
|
+
#
|
9423
|
+
#
|
9424
|
+
#
|
9425
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html
|
9426
|
+
# @return [Array<Types::Tag>]
|
9427
|
+
#
|
9417
9428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstanceLifecycleConfigInput AWS API Documentation
|
9418
9429
|
#
|
9419
9430
|
class CreateNotebookInstanceLifecycleConfigInput < Struct.new(
|
9420
9431
|
:notebook_instance_lifecycle_config_name,
|
9421
9432
|
:on_create,
|
9422
|
-
:on_start
|
9433
|
+
:on_start,
|
9434
|
+
:tags)
|
9423
9435
|
SENSITIVE = []
|
9424
9436
|
include Aws::Structure
|
9425
9437
|
end
|
@@ -42712,11 +42724,16 @@ module Aws::SageMaker
|
|
42712
42724
|
# use the token in the next request.
|
42713
42725
|
# @return [String]
|
42714
42726
|
#
|
42727
|
+
# @!attribute [rw] total_hits
|
42728
|
+
# The total number of matching results.
|
42729
|
+
# @return [Types::TotalHits]
|
42730
|
+
#
|
42715
42731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchResponse AWS API Documentation
|
42716
42732
|
#
|
42717
42733
|
class SearchResponse < Struct.new(
|
42718
42734
|
:results,
|
42719
|
-
:next_token
|
42735
|
+
:next_token,
|
42736
|
+
:total_hits)
|
42720
42737
|
SENSITIVE = []
|
42721
42738
|
include Aws::Structure
|
42722
42739
|
end
|
@@ -45126,6 +45143,38 @@ module Aws::SageMaker
|
|
45126
45143
|
include Aws::Structure
|
45127
45144
|
end
|
45128
45145
|
|
45146
|
+
# Represents the total number of matching results and indicates how
|
45147
|
+
# accurate that count is.
|
45148
|
+
#
|
45149
|
+
# The `Value` field provides the count, which may be exact or estimated.
|
45150
|
+
# The `Relation` field indicates whether it's an exact figure or a
|
45151
|
+
# lower bound. This helps understand the full scope of search results,
|
45152
|
+
# especially when dealing with large result sets.
|
45153
|
+
#
|
45154
|
+
# @!attribute [rw] value
|
45155
|
+
# The total number of matching results. This value may be exact or an
|
45156
|
+
# estimate, depending on the `Relation` field.
|
45157
|
+
# @return [Integer]
|
45158
|
+
#
|
45159
|
+
# @!attribute [rw] relation
|
45160
|
+
# Indicates the relationship between the returned `Value` and the
|
45161
|
+
# actual total number of matching results. Possible values are:
|
45162
|
+
#
|
45163
|
+
# * `EqualTo`: The `Value` is the exact count of matching results.
|
45164
|
+
#
|
45165
|
+
# * `GreaterThanOrEqualTo`: The `Value` is a lower bound of the actual
|
45166
|
+
# count of matching results.
|
45167
|
+
# @return [String]
|
45168
|
+
#
|
45169
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TotalHits AWS API Documentation
|
45170
|
+
#
|
45171
|
+
class TotalHits < Struct.new(
|
45172
|
+
:value,
|
45173
|
+
:relation)
|
45174
|
+
SENSITIVE = []
|
45175
|
+
include Aws::Structure
|
45176
|
+
end
|
45177
|
+
|
45129
45178
|
# The summary of the tracking server to list.
|
45130
45179
|
#
|
45131
45180
|
# @!attribute [rw] tracking_server_arn
|
@@ -46646,12 +46695,29 @@ module Aws::SageMaker
|
|
46646
46695
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
46647
46696
|
# @return [String]
|
46648
46697
|
#
|
46698
|
+
# @!attribute [rw] transform_ami_version
|
46699
|
+
# Specifies an option from a collection of preconfigured Amazon
|
46700
|
+
# Machine Image (AMI) images. Each image is configured by Amazon Web
|
46701
|
+
# Services with a set of software and driver versions.
|
46702
|
+
#
|
46703
|
+
# al2-ami-sagemaker-batch-gpu-470
|
46704
|
+
# : * Accelerator: GPU
|
46705
|
+
#
|
46706
|
+
# * NVIDIA driver version: 470
|
46707
|
+
#
|
46708
|
+
# al2-ami-sagemaker-batch-gpu-535
|
46709
|
+
# : * Accelerator: GPU
|
46710
|
+
#
|
46711
|
+
# * NVIDIA driver version: 535
|
46712
|
+
# @return [String]
|
46713
|
+
#
|
46649
46714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformResources AWS API Documentation
|
46650
46715
|
#
|
46651
46716
|
class TransformResources < Struct.new(
|
46652
46717
|
:instance_type,
|
46653
46718
|
:instance_count,
|
46654
|
-
:volume_kms_key_id
|
46719
|
+
:volume_kms_key_id,
|
46720
|
+
:transform_ami_version)
|
46655
46721
|
SENSITIVE = []
|
46656
46722
|
include Aws::Structure
|
46657
46723
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -375,7 +375,8 @@ module Aws
|
|
375
375
|
transform_resources: {
|
376
376
|
instance_type: ("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.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.inf2.xlarge" | "ml.inf2.8xlarge" | "ml.inf2.24xlarge" | "ml.inf2.48xlarge"),
|
377
377
|
instance_count: ::Integer,
|
378
|
-
volume_kms_key_id: ::String
|
378
|
+
volume_kms_key_id: ::String?,
|
379
|
+
transform_ami_version: ::String?
|
379
380
|
}
|
380
381
|
}?
|
381
382
|
},
|
@@ -3009,7 +3010,8 @@ module Aws
|
|
3009
3010
|
transform_resources: {
|
3010
3011
|
instance_type: ("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.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.inf2.xlarge" | "ml.inf2.8xlarge" | "ml.inf2.24xlarge" | "ml.inf2.48xlarge"),
|
3011
3012
|
instance_count: ::Integer,
|
3012
|
-
volume_kms_key_id: ::String
|
3013
|
+
volume_kms_key_id: ::String?,
|
3014
|
+
transform_ami_version: ::String?
|
3013
3015
|
}
|
3014
3016
|
}
|
3015
3017
|
},
|
@@ -3515,6 +3517,12 @@ module Aws
|
|
3515
3517
|
{
|
3516
3518
|
content: ::String?
|
3517
3519
|
},
|
3520
|
+
],
|
3521
|
+
?tags: Array[
|
3522
|
+
{
|
3523
|
+
key: ::String,
|
3524
|
+
value: ::String
|
3525
|
+
},
|
3518
3526
|
]
|
3519
3527
|
) -> _CreateNotebookInstanceLifecycleConfigResponseSuccess
|
3520
3528
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNotebookInstanceLifecycleConfigResponseSuccess
|
@@ -4170,7 +4178,8 @@ module Aws
|
|
4170
4178
|
transform_resources: {
|
4171
4179
|
instance_type: ("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.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.inf2.xlarge" | "ml.inf2.8xlarge" | "ml.inf2.24xlarge" | "ml.inf2.48xlarge"),
|
4172
4180
|
instance_count: ::Integer,
|
4173
|
-
volume_kms_key_id: ::String
|
4181
|
+
volume_kms_key_id: ::String?,
|
4182
|
+
transform_ami_version: ::String?
|
4174
4183
|
},
|
4175
4184
|
?data_processing: {
|
4176
4185
|
input_filter: ::String?,
|
@@ -8170,6 +8179,7 @@ module Aws
|
|
8170
8179
|
include ::Seahorse::Client::_ResponseSuccess[Types::SearchResponse]
|
8171
8180
|
def results: () -> ::Array[Types::SearchRecord]
|
8172
8181
|
def next_token: () -> ::String
|
8182
|
+
def total_hits: () -> Types::TotalHits
|
8173
8183
|
end
|
8174
8184
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#search-instance_method
|
8175
8185
|
def search: (
|
data/sig/types.rbs
CHANGED
@@ -1750,6 +1750,7 @@ module Aws::SageMaker
|
|
1750
1750
|
attr_accessor notebook_instance_lifecycle_config_name: ::String
|
1751
1751
|
attr_accessor on_create: ::Array[Types::NotebookInstanceLifecycleHook]
|
1752
1752
|
attr_accessor on_start: ::Array[Types::NotebookInstanceLifecycleHook]
|
1753
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1753
1754
|
SENSITIVE: []
|
1754
1755
|
end
|
1755
1756
|
|
@@ -8919,6 +8920,7 @@ module Aws::SageMaker
|
|
8919
8920
|
class SearchResponse
|
8920
8921
|
attr_accessor results: ::Array[Types::SearchRecord]
|
8921
8922
|
attr_accessor next_token: ::String
|
8923
|
+
attr_accessor total_hits: Types::TotalHits
|
8922
8924
|
SENSITIVE: []
|
8923
8925
|
end
|
8924
8926
|
|
@@ -9439,6 +9441,12 @@ module Aws::SageMaker
|
|
9439
9441
|
SENSITIVE: []
|
9440
9442
|
end
|
9441
9443
|
|
9444
|
+
class TotalHits
|
9445
|
+
attr_accessor value: ::Integer
|
9446
|
+
attr_accessor relation: ("EqualTo" | "GreaterThanOrEqualTo")
|
9447
|
+
SENSITIVE: []
|
9448
|
+
end
|
9449
|
+
|
9442
9450
|
class TrackingServerSummary
|
9443
9451
|
attr_accessor tracking_server_arn: ::String
|
9444
9452
|
attr_accessor tracking_server_name: ::String
|
@@ -9684,6 +9692,7 @@ module Aws::SageMaker
|
|
9684
9692
|
attr_accessor instance_type: ("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.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.inf2.xlarge" | "ml.inf2.8xlarge" | "ml.inf2.24xlarge" | "ml.inf2.48xlarge")
|
9685
9693
|
attr_accessor instance_count: ::Integer
|
9686
9694
|
attr_accessor volume_kms_key_id: ::String
|
9695
|
+
attr_accessor transform_ami_version: ::String
|
9687
9696
|
SENSITIVE: []
|
9688
9697
|
end
|
9689
9698
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.299.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|