aws-sdk-sagemaker 1.278.0 → 1.280.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +62 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +7 -0
- data/lib/aws-sdk-sagemaker/types.rb +37 -6
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +53 -21
- data/sig/types.rbs +6 -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: 1cb524b7661055afb9c2d218a10c642fe753ede3813624c6ee14df8d6b16d7e5
|
4
|
+
data.tar.gz: 02d641a3b2710078c3d4e383b2137a9ad241b40baf0c925375b92c8e55d89cfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1d7d1f522302713f87364cff25f14df3ce55931eeeab408e6a60ce1d45d4d62cf2692b00e21392c60289de852065c9d1db847a132c906d55d20ca53bc024830
|
7
|
+
data.tar.gz: 582181239efc4347e144f81678229be580f5dbc8c49c968a6ca893970445abddbd153df5513a54e1e79e27fe8c04b46a62fc7f7665fce6221f03f7fb6aa8831d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.280.0 (2025-01-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for IPv6 for SageMaker HyperPod cluster nodes.
|
8
|
+
|
9
|
+
1.279.0 (2025-01-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adding ETag information with Model Artifacts for Model Registry
|
13
|
+
|
4
14
|
1.278.0 (2024-12-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.280.0
|
@@ -736,6 +736,8 @@ module Aws::SageMaker
|
|
736
736
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
737
737
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
738
738
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
739
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_source.s3_data_source.etag #=> String
|
740
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_source.s3_data_source.manifest_etag #=> String
|
739
741
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].product_id #=> String
|
740
742
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment #=> Hash
|
741
743
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment["EnvironmentKey"] #=> String
|
@@ -746,6 +748,8 @@ module Aws::SageMaker
|
|
746
748
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.s3_data_type #=> String, one of "S3Object", "S3Prefix"
|
747
749
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.s3_uri #=> String
|
748
750
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
751
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.etag #=> String
|
752
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_etag #=> String
|
749
753
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types #=> Array
|
750
754
|
# resp.model_package_summaries["ModelPackageArn"].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.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"
|
751
755
|
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types #=> Array
|
@@ -977,6 +981,7 @@ module Aws::SageMaker
|
|
977
981
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
978
982
|
# s3_uri: "S3Uri", # required
|
979
983
|
# compression_type: "None", # accepts None, Gzip
|
984
|
+
# etag: "String",
|
980
985
|
# },
|
981
986
|
# },
|
982
987
|
# inference_specification: {
|
@@ -998,6 +1003,8 @@ module Aws::SageMaker
|
|
998
1003
|
# hub_content_arn: "HubContentArn", # required
|
999
1004
|
# },
|
1000
1005
|
# manifest_s3_uri: "S3ModelUri",
|
1006
|
+
# etag: "String",
|
1007
|
+
# manifest_etag: "String",
|
1001
1008
|
# },
|
1002
1009
|
# },
|
1003
1010
|
# product_id: "ProductId",
|
@@ -1014,7 +1021,9 @@ module Aws::SageMaker
|
|
1014
1021
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
1015
1022
|
# s3_uri: "S3Uri", # required
|
1016
1023
|
# compression_type: "None", # accepts None, Gzip
|
1024
|
+
# etag: "String",
|
1017
1025
|
# },
|
1026
|
+
# model_data_etag: "String",
|
1018
1027
|
# },
|
1019
1028
|
# ],
|
1020
1029
|
# 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.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
|
@@ -6063,6 +6072,8 @@ module Aws::SageMaker
|
|
6063
6072
|
# hub_content_arn: "HubContentArn", # required
|
6064
6073
|
# },
|
6065
6074
|
# manifest_s3_uri: "S3ModelUri",
|
6075
|
+
# etag: "String",
|
6076
|
+
# manifest_etag: "String",
|
6066
6077
|
# },
|
6067
6078
|
# },
|
6068
6079
|
# additional_model_data_sources: [
|
@@ -6079,6 +6090,8 @@ module Aws::SageMaker
|
|
6079
6090
|
# hub_content_arn: "HubContentArn", # required
|
6080
6091
|
# },
|
6081
6092
|
# manifest_s3_uri: "S3ModelUri",
|
6093
|
+
# etag: "String",
|
6094
|
+
# manifest_etag: "String",
|
6082
6095
|
# },
|
6083
6096
|
# },
|
6084
6097
|
# ],
|
@@ -6115,6 +6128,8 @@ module Aws::SageMaker
|
|
6115
6128
|
# hub_content_arn: "HubContentArn", # required
|
6116
6129
|
# },
|
6117
6130
|
# manifest_s3_uri: "S3ModelUri",
|
6131
|
+
# etag: "String",
|
6132
|
+
# manifest_etag: "String",
|
6118
6133
|
# },
|
6119
6134
|
# },
|
6120
6135
|
# additional_model_data_sources: [
|
@@ -6131,6 +6146,8 @@ module Aws::SageMaker
|
|
6131
6146
|
# hub_content_arn: "HubContentArn", # required
|
6132
6147
|
# },
|
6133
6148
|
# manifest_s3_uri: "S3ModelUri",
|
6149
|
+
# etag: "String",
|
6150
|
+
# manifest_etag: "String",
|
6134
6151
|
# },
|
6135
6152
|
# },
|
6136
6153
|
# ],
|
@@ -6813,6 +6830,8 @@ module Aws::SageMaker
|
|
6813
6830
|
# hub_content_arn: "HubContentArn", # required
|
6814
6831
|
# },
|
6815
6832
|
# manifest_s3_uri: "S3ModelUri",
|
6833
|
+
# etag: "String",
|
6834
|
+
# manifest_etag: "String",
|
6816
6835
|
# },
|
6817
6836
|
# },
|
6818
6837
|
# product_id: "ProductId",
|
@@ -6829,7 +6848,9 @@ module Aws::SageMaker
|
|
6829
6848
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
6830
6849
|
# s3_uri: "S3Uri", # required
|
6831
6850
|
# compression_type: "None", # accepts None, Gzip
|
6851
|
+
# etag: "String",
|
6832
6852
|
# },
|
6853
|
+
# model_data_etag: "String",
|
6833
6854
|
# },
|
6834
6855
|
# ],
|
6835
6856
|
# 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.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
|
@@ -6891,8 +6912,11 @@ module Aws::SageMaker
|
|
6891
6912
|
# hub_content_arn: "HubContentArn", # required
|
6892
6913
|
# },
|
6893
6914
|
# manifest_s3_uri: "S3ModelUri",
|
6915
|
+
# etag: "String",
|
6916
|
+
# manifest_etag: "String",
|
6894
6917
|
# },
|
6895
6918
|
# },
|
6919
|
+
# model_data_etag: "String",
|
6896
6920
|
# algorithm_name: "ArnOrName", # required
|
6897
6921
|
# },
|
6898
6922
|
# ],
|
@@ -7045,6 +7069,8 @@ module Aws::SageMaker
|
|
7045
7069
|
# hub_content_arn: "HubContentArn", # required
|
7046
7070
|
# },
|
7047
7071
|
# manifest_s3_uri: "S3ModelUri",
|
7072
|
+
# etag: "String",
|
7073
|
+
# manifest_etag: "String",
|
7048
7074
|
# },
|
7049
7075
|
# },
|
7050
7076
|
# product_id: "ProductId",
|
@@ -7061,7 +7087,9 @@ module Aws::SageMaker
|
|
7061
7087
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
7062
7088
|
# s3_uri: "S3Uri", # required
|
7063
7089
|
# compression_type: "None", # accepts None, Gzip
|
7090
|
+
# etag: "String",
|
7064
7091
|
# },
|
7092
|
+
# model_data_etag: "String",
|
7065
7093
|
# },
|
7066
7094
|
# ],
|
7067
7095
|
# 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.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
|
@@ -12033,6 +12061,7 @@ module Aws::SageMaker
|
|
12033
12061
|
# resp.training_specification.additional_s3_data_source.s3_data_type #=> String, one of "S3Object", "S3Prefix"
|
12034
12062
|
# resp.training_specification.additional_s3_data_source.s3_uri #=> String
|
12035
12063
|
# resp.training_specification.additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
12064
|
+
# resp.training_specification.additional_s3_data_source.etag #=> String
|
12036
12065
|
# resp.inference_specification.containers #=> Array
|
12037
12066
|
# resp.inference_specification.containers[0].container_hostname #=> String
|
12038
12067
|
# resp.inference_specification.containers[0].image #=> String
|
@@ -12044,6 +12073,8 @@ module Aws::SageMaker
|
|
12044
12073
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
12045
12074
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
12046
12075
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
12076
|
+
# resp.inference_specification.containers[0].model_data_source.s3_data_source.etag #=> String
|
12077
|
+
# resp.inference_specification.containers[0].model_data_source.s3_data_source.manifest_etag #=> String
|
12047
12078
|
# resp.inference_specification.containers[0].product_id #=> String
|
12048
12079
|
# resp.inference_specification.containers[0].environment #=> Hash
|
12049
12080
|
# resp.inference_specification.containers[0].environment["EnvironmentKey"] #=> String
|
@@ -12054,6 +12085,8 @@ module Aws::SageMaker
|
|
12054
12085
|
# resp.inference_specification.containers[0].additional_s3_data_source.s3_data_type #=> String, one of "S3Object", "S3Prefix"
|
12055
12086
|
# resp.inference_specification.containers[0].additional_s3_data_source.s3_uri #=> String
|
12056
12087
|
# resp.inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
12088
|
+
# resp.inference_specification.containers[0].additional_s3_data_source.etag #=> String
|
12089
|
+
# resp.inference_specification.containers[0].model_data_etag #=> String
|
12057
12090
|
# resp.inference_specification.supported_transform_instance_types #=> Array
|
12058
12091
|
# 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.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"
|
12059
12092
|
# resp.inference_specification.supported_realtime_inference_instance_types #=> Array
|
@@ -12765,6 +12798,7 @@ module Aws::SageMaker
|
|
12765
12798
|
# resp.node_details.instance_storage_configs #=> Array
|
12766
12799
|
# resp.node_details.instance_storage_configs[0].ebs_volume_config.volume_size_in_gb #=> Integer
|
12767
12800
|
# resp.node_details.private_primary_ip #=> String
|
12801
|
+
# resp.node_details.private_primary_ipv_6 #=> String
|
12768
12802
|
# resp.node_details.private_dns_hostname #=> String
|
12769
12803
|
# resp.node_details.placement.availability_zone #=> String
|
12770
12804
|
# resp.node_details.placement.availability_zone_id #=> String
|
@@ -15400,6 +15434,8 @@ module Aws::SageMaker
|
|
15400
15434
|
# resp.primary_container.model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
15401
15435
|
# resp.primary_container.model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
15402
15436
|
# resp.primary_container.model_data_source.s3_data_source.manifest_s3_uri #=> String
|
15437
|
+
# resp.primary_container.model_data_source.s3_data_source.etag #=> String
|
15438
|
+
# resp.primary_container.model_data_source.s3_data_source.manifest_etag #=> String
|
15403
15439
|
# resp.primary_container.additional_model_data_sources #=> Array
|
15404
15440
|
# resp.primary_container.additional_model_data_sources[0].channel_name #=> String
|
15405
15441
|
# resp.primary_container.additional_model_data_sources[0].s3_data_source.s3_uri #=> String
|
@@ -15408,6 +15444,8 @@ module Aws::SageMaker
|
|
15408
15444
|
# resp.primary_container.additional_model_data_sources[0].s3_data_source.model_access_config.accept_eula #=> Boolean
|
15409
15445
|
# resp.primary_container.additional_model_data_sources[0].s3_data_source.hub_access_config.hub_content_arn #=> String
|
15410
15446
|
# resp.primary_container.additional_model_data_sources[0].s3_data_source.manifest_s3_uri #=> String
|
15447
|
+
# resp.primary_container.additional_model_data_sources[0].s3_data_source.etag #=> String
|
15448
|
+
# resp.primary_container.additional_model_data_sources[0].s3_data_source.manifest_etag #=> String
|
15411
15449
|
# resp.primary_container.environment #=> Hash
|
15412
15450
|
# resp.primary_container.environment["EnvironmentKey"] #=> String
|
15413
15451
|
# resp.primary_container.model_package_name #=> String
|
@@ -15426,6 +15464,8 @@ module Aws::SageMaker
|
|
15426
15464
|
# resp.containers[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
15427
15465
|
# resp.containers[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
15428
15466
|
# resp.containers[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
15467
|
+
# resp.containers[0].model_data_source.s3_data_source.etag #=> String
|
15468
|
+
# resp.containers[0].model_data_source.s3_data_source.manifest_etag #=> String
|
15429
15469
|
# resp.containers[0].additional_model_data_sources #=> Array
|
15430
15470
|
# resp.containers[0].additional_model_data_sources[0].channel_name #=> String
|
15431
15471
|
# resp.containers[0].additional_model_data_sources[0].s3_data_source.s3_uri #=> String
|
@@ -15434,6 +15474,8 @@ module Aws::SageMaker
|
|
15434
15474
|
# resp.containers[0].additional_model_data_sources[0].s3_data_source.model_access_config.accept_eula #=> Boolean
|
15435
15475
|
# resp.containers[0].additional_model_data_sources[0].s3_data_source.hub_access_config.hub_content_arn #=> String
|
15436
15476
|
# resp.containers[0].additional_model_data_sources[0].s3_data_source.manifest_s3_uri #=> String
|
15477
|
+
# resp.containers[0].additional_model_data_sources[0].s3_data_source.etag #=> String
|
15478
|
+
# resp.containers[0].additional_model_data_sources[0].s3_data_source.manifest_etag #=> String
|
15437
15479
|
# resp.containers[0].environment #=> Hash
|
15438
15480
|
# resp.containers[0].environment["EnvironmentKey"] #=> String
|
15439
15481
|
# resp.containers[0].model_package_name #=> String
|
@@ -15834,6 +15876,8 @@ module Aws::SageMaker
|
|
15834
15876
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
15835
15877
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
15836
15878
|
# resp.inference_specification.containers[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
15879
|
+
# resp.inference_specification.containers[0].model_data_source.s3_data_source.etag #=> String
|
15880
|
+
# resp.inference_specification.containers[0].model_data_source.s3_data_source.manifest_etag #=> String
|
15837
15881
|
# resp.inference_specification.containers[0].product_id #=> String
|
15838
15882
|
# resp.inference_specification.containers[0].environment #=> Hash
|
15839
15883
|
# resp.inference_specification.containers[0].environment["EnvironmentKey"] #=> String
|
@@ -15844,6 +15888,8 @@ module Aws::SageMaker
|
|
15844
15888
|
# resp.inference_specification.containers[0].additional_s3_data_source.s3_data_type #=> String, one of "S3Object", "S3Prefix"
|
15845
15889
|
# resp.inference_specification.containers[0].additional_s3_data_source.s3_uri #=> String
|
15846
15890
|
# resp.inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
15891
|
+
# resp.inference_specification.containers[0].additional_s3_data_source.etag #=> String
|
15892
|
+
# resp.inference_specification.containers[0].model_data_etag #=> String
|
15847
15893
|
# resp.inference_specification.supported_transform_instance_types #=> Array
|
15848
15894
|
# 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.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"
|
15849
15895
|
# resp.inference_specification.supported_realtime_inference_instance_types #=> Array
|
@@ -15860,6 +15906,9 @@ module Aws::SageMaker
|
|
15860
15906
|
# resp.source_algorithm_specification.source_algorithms[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
15861
15907
|
# resp.source_algorithm_specification.source_algorithms[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
15862
15908
|
# resp.source_algorithm_specification.source_algorithms[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
15909
|
+
# resp.source_algorithm_specification.source_algorithms[0].model_data_source.s3_data_source.etag #=> String
|
15910
|
+
# resp.source_algorithm_specification.source_algorithms[0].model_data_source.s3_data_source.manifest_etag #=> String
|
15911
|
+
# resp.source_algorithm_specification.source_algorithms[0].model_data_etag #=> String
|
15863
15912
|
# resp.source_algorithm_specification.source_algorithms[0].algorithm_name #=> String
|
15864
15913
|
# resp.validation_specification.validation_role #=> String
|
15865
15914
|
# resp.validation_specification.validation_profiles #=> Array
|
@@ -15980,6 +16029,8 @@ module Aws::SageMaker
|
|
15980
16029
|
# resp.additional_inference_specifications[0].containers[0].model_data_source.s3_data_source.model_access_config.accept_eula #=> Boolean
|
15981
16030
|
# resp.additional_inference_specifications[0].containers[0].model_data_source.s3_data_source.hub_access_config.hub_content_arn #=> String
|
15982
16031
|
# resp.additional_inference_specifications[0].containers[0].model_data_source.s3_data_source.manifest_s3_uri #=> String
|
16032
|
+
# resp.additional_inference_specifications[0].containers[0].model_data_source.s3_data_source.etag #=> String
|
16033
|
+
# resp.additional_inference_specifications[0].containers[0].model_data_source.s3_data_source.manifest_etag #=> String
|
15983
16034
|
# resp.additional_inference_specifications[0].containers[0].product_id #=> String
|
15984
16035
|
# resp.additional_inference_specifications[0].containers[0].environment #=> Hash
|
15985
16036
|
# resp.additional_inference_specifications[0].containers[0].environment["EnvironmentKey"] #=> String
|
@@ -15990,6 +16041,8 @@ module Aws::SageMaker
|
|
15990
16041
|
# resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.s3_data_type #=> String, one of "S3Object", "S3Prefix"
|
15991
16042
|
# resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.s3_uri #=> String
|
15992
16043
|
# resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
16044
|
+
# resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.etag #=> String
|
16045
|
+
# resp.additional_inference_specifications[0].containers[0].model_data_etag #=> String
|
15993
16046
|
# resp.additional_inference_specifications[0].supported_transform_instance_types #=> Array
|
15994
16047
|
# resp.additional_inference_specifications[0].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.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"
|
15995
16048
|
# resp.additional_inference_specifications[0].supported_realtime_inference_instance_types #=> Array
|
@@ -27817,6 +27870,8 @@ module Aws::SageMaker
|
|
27817
27870
|
# hub_content_arn: "HubContentArn", # required
|
27818
27871
|
# },
|
27819
27872
|
# manifest_s3_uri: "S3ModelUri",
|
27873
|
+
# etag: "String",
|
27874
|
+
# manifest_etag: "String",
|
27820
27875
|
# },
|
27821
27876
|
# },
|
27822
27877
|
# product_id: "ProductId",
|
@@ -27833,7 +27888,9 @@ module Aws::SageMaker
|
|
27833
27888
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
27834
27889
|
# s3_uri: "S3Uri", # required
|
27835
27890
|
# compression_type: "None", # accepts None, Gzip
|
27891
|
+
# etag: "String",
|
27836
27892
|
# },
|
27893
|
+
# model_data_etag: "String",
|
27837
27894
|
# },
|
27838
27895
|
# ],
|
27839
27896
|
# 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.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
|
@@ -27861,6 +27918,8 @@ module Aws::SageMaker
|
|
27861
27918
|
# hub_content_arn: "HubContentArn", # required
|
27862
27919
|
# },
|
27863
27920
|
# manifest_s3_uri: "S3ModelUri",
|
27921
|
+
# etag: "String",
|
27922
|
+
# manifest_etag: "String",
|
27864
27923
|
# },
|
27865
27924
|
# },
|
27866
27925
|
# product_id: "ProductId",
|
@@ -27877,7 +27936,9 @@ module Aws::SageMaker
|
|
27877
27936
|
# s3_data_type: "S3Object", # required, accepts S3Object, S3Prefix
|
27878
27937
|
# s3_uri: "S3Uri", # required
|
27879
27938
|
# compression_type: "None", # accepts None, Gzip
|
27939
|
+
# etag: "String",
|
27880
27940
|
# },
|
27941
|
+
# model_data_etag: "String",
|
27881
27942
|
# },
|
27882
27943
|
# ],
|
27883
27944
|
# 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.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
|
@@ -29385,7 +29446,7 @@ module Aws::SageMaker
|
|
29385
29446
|
tracer: tracer
|
29386
29447
|
)
|
29387
29448
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29388
|
-
context[:gem_version] = '1.
|
29449
|
+
context[:gem_version] = '1.280.0'
|
29389
29450
|
Seahorse::Client::Request.new(handlers, context)
|
29390
29451
|
end
|
29391
29452
|
|
@@ -302,6 +302,7 @@ module Aws::SageMaker
|
|
302
302
|
ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig')
|
303
303
|
ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
|
304
304
|
ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
|
305
|
+
ClusterPrivatePrimaryIpv6 = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIpv6')
|
305
306
|
ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
|
306
307
|
ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
|
307
308
|
ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
|
@@ -2566,6 +2567,7 @@ module Aws::SageMaker
|
|
2566
2567
|
AdditionalS3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: AdditionalS3DataSourceDataType, required: true, location_name: "S3DataType"))
|
2567
2568
|
AdditionalS3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
2568
2569
|
AdditionalS3DataSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
|
2570
|
+
AdditionalS3DataSource.add_member(:etag, Shapes::ShapeRef.new(shape: String, location_name: "ETag"))
|
2569
2571
|
AdditionalS3DataSource.struct_class = Types::AdditionalS3DataSource
|
2570
2572
|
|
2571
2573
|
AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "Version"))
|
@@ -3175,6 +3177,7 @@ module Aws::SageMaker
|
|
3175
3177
|
ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
3176
3178
|
ClusterNodeDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
3177
3179
|
ClusterNodeDetails.add_member(:private_primary_ip, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIp, location_name: "PrivatePrimaryIp"))
|
3180
|
+
ClusterNodeDetails.add_member(:private_primary_ipv_6, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIpv6, location_name: "PrivatePrimaryIpv6"))
|
3178
3181
|
ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
3179
3182
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
3180
3183
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
@@ -8466,6 +8469,7 @@ module Aws::SageMaker
|
|
8466
8469
|
ModelPackageContainerDefinition.add_member(:framework_version, Shapes::ShapeRef.new(shape: ModelPackageFrameworkVersion, location_name: "FrameworkVersion"))
|
8467
8470
|
ModelPackageContainerDefinition.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
|
8468
8471
|
ModelPackageContainerDefinition.add_member(:additional_s3_data_source, Shapes::ShapeRef.new(shape: AdditionalS3DataSource, location_name: "AdditionalS3DataSource"))
|
8472
|
+
ModelPackageContainerDefinition.add_member(:model_data_etag, Shapes::ShapeRef.new(shape: String, location_name: "ModelDataETag"))
|
8469
8473
|
ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
|
8470
8474
|
|
8471
8475
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
@@ -9682,6 +9686,8 @@ module Aws::SageMaker
|
|
9682
9686
|
S3ModelDataSource.add_member(:model_access_config, Shapes::ShapeRef.new(shape: ModelAccessConfig, location_name: "ModelAccessConfig"))
|
9683
9687
|
S3ModelDataSource.add_member(:hub_access_config, Shapes::ShapeRef.new(shape: InferenceHubAccessConfig, location_name: "HubAccessConfig"))
|
9684
9688
|
S3ModelDataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3ModelUri, location_name: "ManifestS3Uri"))
|
9689
|
+
S3ModelDataSource.add_member(:etag, Shapes::ShapeRef.new(shape: String, location_name: "ETag"))
|
9690
|
+
S3ModelDataSource.add_member(:manifest_etag, Shapes::ShapeRef.new(shape: String, location_name: "ManifestEtag"))
|
9685
9691
|
S3ModelDataSource.struct_class = Types::S3ModelDataSource
|
9686
9692
|
|
9687
9693
|
S3Presign.add_member(:iam_policy_constraints, Shapes::ShapeRef.new(shape: IamPolicyConstraints, location_name: "IamPolicyConstraints"))
|
@@ -9848,6 +9854,7 @@ module Aws::SageMaker
|
|
9848
9854
|
|
9849
9855
|
SourceAlgorithm.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
9850
9856
|
SourceAlgorithm.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
|
9857
|
+
SourceAlgorithm.add_member(:model_data_etag, Shapes::ShapeRef.new(shape: String, location_name: "ModelDataETag"))
|
9851
9858
|
SourceAlgorithm.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
|
9852
9859
|
SourceAlgorithm.struct_class = Types::SourceAlgorithm
|
9853
9860
|
|
@@ -263,12 +263,17 @@ module Aws::SageMaker
|
|
263
263
|
# is not compressed.
|
264
264
|
# @return [String]
|
265
265
|
#
|
266
|
+
# @!attribute [rw] etag
|
267
|
+
# The ETag associated with S3 URI.
|
268
|
+
# @return [String]
|
269
|
+
#
|
266
270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AdditionalS3DataSource AWS API Documentation
|
267
271
|
#
|
268
272
|
class AdditionalS3DataSource < Struct.new(
|
269
273
|
:s3_data_type,
|
270
274
|
:s3_uri,
|
271
|
-
:compression_type
|
275
|
+
:compression_type,
|
276
|
+
:etag)
|
272
277
|
SENSITIVE = []
|
273
278
|
include Aws::Structure
|
274
279
|
end
|
@@ -4542,6 +4547,11 @@ module Aws::SageMaker
|
|
4542
4547
|
# node.
|
4543
4548
|
# @return [String]
|
4544
4549
|
#
|
4550
|
+
# @!attribute [rw] private_primary_ipv_6
|
4551
|
+
# The private primary IPv6 address of the SageMaker HyperPod cluster
|
4552
|
+
# node.
|
4553
|
+
# @return [String]
|
4554
|
+
#
|
4545
4555
|
# @!attribute [rw] private_dns_hostname
|
4546
4556
|
# The private DNS hostname of the SageMaker HyperPod cluster node.
|
4547
4557
|
# @return [String]
|
@@ -4563,6 +4573,7 @@ module Aws::SageMaker
|
|
4563
4573
|
:threads_per_core,
|
4564
4574
|
:instance_storage_configs,
|
4565
4575
|
:private_primary_ip,
|
4576
|
+
:private_primary_ipv_6,
|
4566
4577
|
:private_dns_hostname,
|
4567
4578
|
:placement)
|
4568
4579
|
SENSITIVE = []
|
@@ -34691,8 +34702,8 @@ module Aws::SageMaker
|
|
34691
34702
|
# @return [String]
|
34692
34703
|
#
|
34693
34704
|
# @!attribute [rw] image
|
34694
|
-
# The Amazon EC2 Container Registry
|
34695
|
-
#
|
34705
|
+
# The Amazon EC2 Container Registry path where inference code is
|
34706
|
+
# stored.
|
34696
34707
|
#
|
34697
34708
|
# If you are using your own custom algorithm instead of an algorithm
|
34698
34709
|
# provided by SageMaker, the inference code must meet SageMaker
|
@@ -34761,6 +34772,10 @@ module Aws::SageMaker
|
|
34761
34772
|
# Docker container for your model package.
|
34762
34773
|
# @return [Types::AdditionalS3DataSource]
|
34763
34774
|
#
|
34775
|
+
# @!attribute [rw] model_data_etag
|
34776
|
+
# The ETag associated with Model Data URL.
|
34777
|
+
# @return [String]
|
34778
|
+
#
|
34764
34779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
|
34765
34780
|
#
|
34766
34781
|
class ModelPackageContainerDefinition < Struct.new(
|
@@ -34775,7 +34790,8 @@ module Aws::SageMaker
|
|
34775
34790
|
:framework,
|
34776
34791
|
:framework_version,
|
34777
34792
|
:nearest_model_name,
|
34778
|
-
:additional_s3_data_source
|
34793
|
+
:additional_s3_data_source,
|
34794
|
+
:model_data_etag)
|
34779
34795
|
SENSITIVE = []
|
34780
34796
|
include Aws::Structure
|
34781
34797
|
end
|
@@ -41599,7 +41615,7 @@ module Aws::SageMaker
|
|
41599
41615
|
# manifest file containing a list of object keys that you want
|
41600
41616
|
# SageMaker to use for model training.
|
41601
41617
|
#
|
41602
|
-
# If you choose `AugmentedManifestFile`, S3Uri identifies an object
|
41618
|
+
# If you choose `AugmentedManifestFile`, `S3Uri` identifies an object
|
41603
41619
|
# that is an augmented manifest file in JSON lines format. This file
|
41604
41620
|
# contains the data you want to use for model training.
|
41605
41621
|
# `AugmentedManifestFile` can only be used if the Channel's input
|
@@ -41805,6 +41821,14 @@ module Aws::SageMaker
|
|
41805
41821
|
# file that stores the artifact locations.
|
41806
41822
|
# @return [String]
|
41807
41823
|
#
|
41824
|
+
# @!attribute [rw] etag
|
41825
|
+
# The ETag associated with S3 URI.
|
41826
|
+
# @return [String]
|
41827
|
+
#
|
41828
|
+
# @!attribute [rw] manifest_etag
|
41829
|
+
# The ETag associated with Manifest S3 URI.
|
41830
|
+
# @return [String]
|
41831
|
+
#
|
41808
41832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3ModelDataSource AWS API Documentation
|
41809
41833
|
#
|
41810
41834
|
class S3ModelDataSource < Struct.new(
|
@@ -41813,7 +41837,9 @@ module Aws::SageMaker
|
|
41813
41837
|
:compression_type,
|
41814
41838
|
:model_access_config,
|
41815
41839
|
:hub_access_config,
|
41816
|
-
:manifest_s3_uri
|
41840
|
+
:manifest_s3_uri,
|
41841
|
+
:etag,
|
41842
|
+
:manifest_etag)
|
41817
41843
|
SENSITIVE = []
|
41818
41844
|
include Aws::Structure
|
41819
41845
|
end
|
@@ -42905,6 +42931,10 @@ module Aws::SageMaker
|
|
42905
42931
|
# creation.
|
42906
42932
|
# @return [Types::ModelDataSource]
|
42907
42933
|
#
|
42934
|
+
# @!attribute [rw] model_data_etag
|
42935
|
+
# The ETag associated with Model Data URL.
|
42936
|
+
# @return [String]
|
42937
|
+
#
|
42908
42938
|
# @!attribute [rw] algorithm_name
|
42909
42939
|
# The name of an algorithm that was used to create the model package.
|
42910
42940
|
# The algorithm must be either an algorithm resource in your SageMaker
|
@@ -42917,6 +42947,7 @@ module Aws::SageMaker
|
|
42917
42947
|
class SourceAlgorithm < Struct.new(
|
42918
42948
|
:model_data_url,
|
42919
42949
|
:model_data_source,
|
42950
|
+
:model_data_etag,
|
42920
42951
|
:algorithm_name)
|
42921
42952
|
SENSITIVE = []
|
42922
42953
|
include Aws::Structure
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -232,7 +232,8 @@ module Aws
|
|
232
232
|
additional_s3_data_source: {
|
233
233
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
234
234
|
s3_uri: ::String,
|
235
|
-
compression_type: ("None" | "Gzip")
|
235
|
+
compression_type: ("None" | "Gzip")?,
|
236
|
+
etag: ::String?
|
236
237
|
}?
|
237
238
|
},
|
238
239
|
?inference_specification: {
|
@@ -253,7 +254,9 @@ module Aws
|
|
253
254
|
hub_access_config: {
|
254
255
|
hub_content_arn: ::String
|
255
256
|
}?,
|
256
|
-
manifest_s3_uri: ::String
|
257
|
+
manifest_s3_uri: ::String?,
|
258
|
+
etag: ::String?,
|
259
|
+
manifest_etag: ::String?
|
257
260
|
}?
|
258
261
|
}?,
|
259
262
|
product_id: ::String?,
|
@@ -267,8 +270,10 @@ module Aws
|
|
267
270
|
additional_s3_data_source: {
|
268
271
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
269
272
|
s3_uri: ::String,
|
270
|
-
compression_type: ("None" | "Gzip")
|
271
|
-
|
273
|
+
compression_type: ("None" | "Gzip")?,
|
274
|
+
etag: ::String?
|
275
|
+
}?,
|
276
|
+
model_data_etag: ::String?
|
272
277
|
},
|
273
278
|
],
|
274
279
|
supported_transform_instance_types: Array[("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")]?,
|
@@ -2561,7 +2566,9 @@ module Aws
|
|
2561
2566
|
hub_access_config: {
|
2562
2567
|
hub_content_arn: ::String
|
2563
2568
|
}?,
|
2564
|
-
manifest_s3_uri: ::String
|
2569
|
+
manifest_s3_uri: ::String?,
|
2570
|
+
etag: ::String?,
|
2571
|
+
manifest_etag: ::String?
|
2565
2572
|
}?
|
2566
2573
|
}?,
|
2567
2574
|
additional_model_data_sources: Array[
|
@@ -2577,7 +2584,9 @@ module Aws
|
|
2577
2584
|
hub_access_config: {
|
2578
2585
|
hub_content_arn: ::String
|
2579
2586
|
}?,
|
2580
|
-
manifest_s3_uri: ::String
|
2587
|
+
manifest_s3_uri: ::String?,
|
2588
|
+
etag: ::String?,
|
2589
|
+
manifest_etag: ::String?
|
2581
2590
|
}
|
2582
2591
|
},
|
2583
2592
|
]?,
|
@@ -2611,7 +2620,9 @@ module Aws
|
|
2611
2620
|
hub_access_config: {
|
2612
2621
|
hub_content_arn: ::String
|
2613
2622
|
}?,
|
2614
|
-
manifest_s3_uri: ::String
|
2623
|
+
manifest_s3_uri: ::String?,
|
2624
|
+
etag: ::String?,
|
2625
|
+
manifest_etag: ::String?
|
2615
2626
|
}?
|
2616
2627
|
}?,
|
2617
2628
|
additional_model_data_sources: Array[
|
@@ -2627,7 +2638,9 @@ module Aws
|
|
2627
2638
|
hub_access_config: {
|
2628
2639
|
hub_content_arn: ::String
|
2629
2640
|
}?,
|
2630
|
-
manifest_s3_uri: ::String
|
2641
|
+
manifest_s3_uri: ::String?,
|
2642
|
+
etag: ::String?,
|
2643
|
+
manifest_etag: ::String?
|
2631
2644
|
}
|
2632
2645
|
},
|
2633
2646
|
]?,
|
@@ -2917,7 +2930,9 @@ module Aws
|
|
2917
2930
|
hub_access_config: {
|
2918
2931
|
hub_content_arn: ::String
|
2919
2932
|
}?,
|
2920
|
-
manifest_s3_uri: ::String
|
2933
|
+
manifest_s3_uri: ::String?,
|
2934
|
+
etag: ::String?,
|
2935
|
+
manifest_etag: ::String?
|
2921
2936
|
}?
|
2922
2937
|
}?,
|
2923
2938
|
product_id: ::String?,
|
@@ -2931,8 +2946,10 @@ module Aws
|
|
2931
2946
|
additional_s3_data_source: {
|
2932
2947
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
2933
2948
|
s3_uri: ::String,
|
2934
|
-
compression_type: ("None" | "Gzip")
|
2935
|
-
|
2949
|
+
compression_type: ("None" | "Gzip")?,
|
2950
|
+
etag: ::String?
|
2951
|
+
}?,
|
2952
|
+
model_data_etag: ::String?
|
2936
2953
|
},
|
2937
2954
|
],
|
2938
2955
|
supported_transform_instance_types: Array[("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")]?,
|
@@ -2991,9 +3008,12 @@ module Aws
|
|
2991
3008
|
hub_access_config: {
|
2992
3009
|
hub_content_arn: ::String
|
2993
3010
|
}?,
|
2994
|
-
manifest_s3_uri: ::String
|
3011
|
+
manifest_s3_uri: ::String?,
|
3012
|
+
etag: ::String?,
|
3013
|
+
manifest_etag: ::String?
|
2995
3014
|
}?
|
2996
3015
|
}?,
|
3016
|
+
model_data_etag: ::String?,
|
2997
3017
|
algorithm_name: ::String
|
2998
3018
|
},
|
2999
3019
|
]
|
@@ -3143,7 +3163,9 @@ module Aws
|
|
3143
3163
|
hub_access_config: {
|
3144
3164
|
hub_content_arn: ::String
|
3145
3165
|
}?,
|
3146
|
-
manifest_s3_uri: ::String
|
3166
|
+
manifest_s3_uri: ::String?,
|
3167
|
+
etag: ::String?,
|
3168
|
+
manifest_etag: ::String?
|
3147
3169
|
}?
|
3148
3170
|
}?,
|
3149
3171
|
product_id: ::String?,
|
@@ -3157,8 +3179,10 @@ module Aws
|
|
3157
3179
|
additional_s3_data_source: {
|
3158
3180
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
3159
3181
|
s3_uri: ::String,
|
3160
|
-
compression_type: ("None" | "Gzip")
|
3161
|
-
|
3182
|
+
compression_type: ("None" | "Gzip")?,
|
3183
|
+
etag: ::String?
|
3184
|
+
}?,
|
3185
|
+
model_data_etag: ::String?
|
3162
3186
|
},
|
3163
3187
|
],
|
3164
3188
|
supported_transform_instance_types: Array[("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")]?,
|
@@ -9285,7 +9309,9 @@ module Aws
|
|
9285
9309
|
hub_access_config: {
|
9286
9310
|
hub_content_arn: ::String
|
9287
9311
|
}?,
|
9288
|
-
manifest_s3_uri: ::String
|
9312
|
+
manifest_s3_uri: ::String?,
|
9313
|
+
etag: ::String?,
|
9314
|
+
manifest_etag: ::String?
|
9289
9315
|
}?
|
9290
9316
|
}?,
|
9291
9317
|
product_id: ::String?,
|
@@ -9299,8 +9325,10 @@ module Aws
|
|
9299
9325
|
additional_s3_data_source: {
|
9300
9326
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
9301
9327
|
s3_uri: ::String,
|
9302
|
-
compression_type: ("None" | "Gzip")
|
9303
|
-
|
9328
|
+
compression_type: ("None" | "Gzip")?,
|
9329
|
+
etag: ::String?
|
9330
|
+
}?,
|
9331
|
+
model_data_etag: ::String?
|
9304
9332
|
},
|
9305
9333
|
],
|
9306
9334
|
supported_transform_instance_types: Array[("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")]?,
|
@@ -9327,7 +9355,9 @@ module Aws
|
|
9327
9355
|
hub_access_config: {
|
9328
9356
|
hub_content_arn: ::String
|
9329
9357
|
}?,
|
9330
|
-
manifest_s3_uri: ::String
|
9358
|
+
manifest_s3_uri: ::String?,
|
9359
|
+
etag: ::String?,
|
9360
|
+
manifest_etag: ::String?
|
9331
9361
|
}?
|
9332
9362
|
}?,
|
9333
9363
|
product_id: ::String?,
|
@@ -9341,8 +9371,10 @@ module Aws
|
|
9341
9371
|
additional_s3_data_source: {
|
9342
9372
|
s3_data_type: ("S3Object" | "S3Prefix"),
|
9343
9373
|
s3_uri: ::String,
|
9344
|
-
compression_type: ("None" | "Gzip")
|
9345
|
-
|
9374
|
+
compression_type: ("None" | "Gzip")?,
|
9375
|
+
etag: ::String?
|
9376
|
+
}?,
|
9377
|
+
model_data_etag: ::String?
|
9346
9378
|
},
|
9347
9379
|
],
|
9348
9380
|
supported_transform_instance_types: Array[("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")]?,
|
data/sig/types.rbs
CHANGED
@@ -71,6 +71,7 @@ module Aws::SageMaker
|
|
71
71
|
attr_accessor s3_data_type: ("S3Object" | "S3Prefix")
|
72
72
|
attr_accessor s3_uri: ::String
|
73
73
|
attr_accessor compression_type: ("None" | "Gzip")
|
74
|
+
attr_accessor etag: ::String
|
74
75
|
SENSITIVE: []
|
75
76
|
end
|
76
77
|
|
@@ -791,6 +792,7 @@ module Aws::SageMaker
|
|
791
792
|
attr_accessor threads_per_core: ::Integer
|
792
793
|
attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
|
793
794
|
attr_accessor private_primary_ip: ::String
|
795
|
+
attr_accessor private_primary_ipv_6: ::String
|
794
796
|
attr_accessor private_dns_hostname: ::String
|
795
797
|
attr_accessor placement: Types::ClusterInstancePlacement
|
796
798
|
SENSITIVE: []
|
@@ -7374,6 +7376,7 @@ module Aws::SageMaker
|
|
7374
7376
|
attr_accessor framework_version: ::String
|
7375
7377
|
attr_accessor nearest_model_name: ::String
|
7376
7378
|
attr_accessor additional_s3_data_source: Types::AdditionalS3DataSource
|
7379
|
+
attr_accessor model_data_etag: ::String
|
7377
7380
|
SENSITIVE: []
|
7378
7381
|
end
|
7379
7382
|
|
@@ -8785,6 +8788,8 @@ module Aws::SageMaker
|
|
8785
8788
|
attr_accessor model_access_config: Types::ModelAccessConfig
|
8786
8789
|
attr_accessor hub_access_config: Types::InferenceHubAccessConfig
|
8787
8790
|
attr_accessor manifest_s3_uri: ::String
|
8791
|
+
attr_accessor etag: ::String
|
8792
|
+
attr_accessor manifest_etag: ::String
|
8788
8793
|
SENSITIVE: []
|
8789
8794
|
end
|
8790
8795
|
|
@@ -8996,6 +9001,7 @@ module Aws::SageMaker
|
|
8996
9001
|
class SourceAlgorithm
|
8997
9002
|
attr_accessor model_data_url: ::String
|
8998
9003
|
attr_accessor model_data_source: Types::ModelDataSource
|
9004
|
+
attr_accessor model_data_etag: ::String
|
8999
9005
|
attr_accessor algorithm_name: ::String
|
9000
9006
|
SENSITIVE: []
|
9001
9007
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.280.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:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|