aws-sdk-sagemaker 1.46.0 → 1.47.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/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +26 -18
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +109 -47
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8a8685c1c6aac22286a2c0971beefa6df7d5f5f
|
4
|
+
data.tar.gz: 1ee645ff6c7de51ef061f304e30463ac2c9826a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 671d4dda7dcf5b2a6689f81f82baf1395a6a8ee38520bfb1da594a30115ce8d8977fe50b14419230be0ea6d643e2c27a4b05bc5471f57f977dfa206a8498138f
|
7
|
+
data.tar.gz: 23b96041d4a52765edec40f75544871862641f4e8913971e0d113b9ca6267334dd1aee5313a3e1a14ce562efee81ec9c2adf30f31934bc65de42d34d8d9cc275
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
@@ -868,24 +868,28 @@ module Aws::SageMaker
|
|
868
868
|
# that Amazon SageMaker uses to encrypt data on the storage volume
|
869
869
|
# attached to the ML compute instance that hosts the endpoint.
|
870
870
|
#
|
871
|
-
# <note markdown="1"> Nitro-based instances
|
872
|
-
#
|
873
|
-
#
|
874
|
-
#
|
875
|
-
#
|
876
|
-
#
|
877
|
-
#
|
878
|
-
#
|
879
|
-
#
|
880
|
-
#
|
881
|
-
#
|
871
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on the
|
872
|
+
# instance type. Local storage volumes are encrypted using a hardware
|
873
|
+
# module on the instance. You can't request a `KmsKeyId` when using an
|
874
|
+
# instance type with local storage. If any of the models that you
|
875
|
+
# specify in the `ProductionVariants` parameter use nitro-based
|
876
|
+
# instances with local storage, do not specify a value for the
|
877
|
+
# `KmsKeyId` parameter. If you specify a value for `KmsKeyId` when using
|
878
|
+
# any nitro-based instances with local storage, the call to
|
879
|
+
# `CreateEndpointConfig` fails.
|
880
|
+
#
|
881
|
+
# For a list of instance types that support local instance storage, see
|
882
|
+
# [Instance Store Volumes][1].
|
883
|
+
#
|
884
|
+
# For more information about local instance storage encryption, see [SSD
|
885
|
+
# Instance Store Volumes][2].
|
882
886
|
#
|
883
887
|
# </note>
|
884
888
|
#
|
885
889
|
#
|
886
890
|
#
|
887
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
888
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
891
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
892
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
889
893
|
#
|
890
894
|
# @return [Types::CreateEndpointConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
891
895
|
#
|
@@ -1429,6 +1433,7 @@ module Aws::SageMaker
|
|
1429
1433
|
# primary_container: {
|
1430
1434
|
# container_hostname: "ContainerHostname",
|
1431
1435
|
# image: "Image",
|
1436
|
+
# mode: "SingleModel", # accepts SingleModel, MultiModel
|
1432
1437
|
# model_data_url: "Url",
|
1433
1438
|
# environment: {
|
1434
1439
|
# "EnvironmentKey" => "EnvironmentValue",
|
@@ -1439,6 +1444,7 @@ module Aws::SageMaker
|
|
1439
1444
|
# {
|
1440
1445
|
# container_hostname: "ContainerHostname",
|
1441
1446
|
# image: "Image",
|
1447
|
+
# mode: "SingleModel", # accepts SingleModel, MultiModel
|
1442
1448
|
# model_data_url: "Url",
|
1443
1449
|
# environment: {
|
1444
1450
|
# "EnvironmentKey" => "EnvironmentValue",
|
@@ -2268,8 +2274,8 @@ module Aws::SageMaker
|
|
2268
2274
|
# * `TransformResources` - Identifies the ML compute instances for the
|
2269
2275
|
# transform job.
|
2270
2276
|
#
|
2271
|
-
# For more information about how batch transformation works
|
2272
|
-
#
|
2277
|
+
# For more information about how batch transformation works, see [Batch
|
2278
|
+
# Transform][1].
|
2273
2279
|
#
|
2274
2280
|
#
|
2275
2281
|
#
|
@@ -2318,8 +2324,8 @@ module Aws::SageMaker
|
|
2318
2324
|
# inference can be made on. For example, a single line in a CSV file is
|
2319
2325
|
# a record.
|
2320
2326
|
#
|
2321
|
-
# To enable the batch strategy, you must set `SplitType`
|
2322
|
-
# `RecordIO`, or `TFRecord`.
|
2327
|
+
# To enable the batch strategy, you must set the `SplitType` property of
|
2328
|
+
# the DataProcessing object to `Line`, `RecordIO`, or `TFRecord`.
|
2323
2329
|
#
|
2324
2330
|
# To use only one record when making an HTTP invocation request to a
|
2325
2331
|
# container, set `BatchStrategy` to `SingleRecord` and `SplitType` to
|
@@ -3382,6 +3388,7 @@ module Aws::SageMaker
|
|
3382
3388
|
# resp.model_name #=> String
|
3383
3389
|
# resp.primary_container.container_hostname #=> String
|
3384
3390
|
# resp.primary_container.image #=> String
|
3391
|
+
# resp.primary_container.mode #=> String, one of "SingleModel", "MultiModel"
|
3385
3392
|
# resp.primary_container.model_data_url #=> String
|
3386
3393
|
# resp.primary_container.environment #=> Hash
|
3387
3394
|
# resp.primary_container.environment["EnvironmentKey"] #=> String
|
@@ -3389,6 +3396,7 @@ module Aws::SageMaker
|
|
3389
3396
|
# resp.containers #=> Array
|
3390
3397
|
# resp.containers[0].container_hostname #=> String
|
3391
3398
|
# resp.containers[0].image #=> String
|
3399
|
+
# resp.containers[0].mode #=> String, one of "SingleModel", "MultiModel"
|
3392
3400
|
# resp.containers[0].model_data_url #=> String
|
3393
3401
|
# resp.containers[0].environment #=> Hash
|
3394
3402
|
# resp.containers[0].environment["EnvironmentKey"] #=> String
|
@@ -6058,7 +6066,7 @@ module Aws::SageMaker
|
|
6058
6066
|
params: params,
|
6059
6067
|
config: config)
|
6060
6068
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
6061
|
-
context[:gem_version] = '1.
|
6069
|
+
context[:gem_version] = '1.47.0'
|
6062
6070
|
Seahorse::Client::Request.new(handlers, context)
|
6063
6071
|
end
|
6064
6072
|
|
@@ -70,6 +70,7 @@ module Aws::SageMaker
|
|
70
70
|
ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
|
71
71
|
ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
|
72
72
|
ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
|
73
|
+
ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
|
73
74
|
ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
|
74
75
|
ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
|
75
76
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
@@ -651,6 +652,7 @@ module Aws::SageMaker
|
|
651
652
|
|
652
653
|
ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
653
654
|
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "Image"))
|
655
|
+
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
654
656
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
655
657
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
656
658
|
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageName"))
|
@@ -982,6 +982,7 @@ module Aws::SageMaker
|
|
982
982
|
# {
|
983
983
|
# container_hostname: "ContainerHostname",
|
984
984
|
# image: "Image",
|
985
|
+
# mode: "SingleModel", # accepts SingleModel, MultiModel
|
985
986
|
# model_data_url: "Url",
|
986
987
|
# environment: {
|
987
988
|
# "EnvironmentKey" => "EnvironmentValue",
|
@@ -1024,6 +1025,11 @@ module Aws::SageMaker
|
|
1024
1025
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html
|
1025
1026
|
# @return [String]
|
1026
1027
|
#
|
1028
|
+
# @!attribute [rw] mode
|
1029
|
+
# Specifies whether the container hosts a single model or multiple
|
1030
|
+
# models.
|
1031
|
+
# @return [String]
|
1032
|
+
#
|
1027
1033
|
# @!attribute [rw] model_data_url
|
1028
1034
|
# The S3 path where the model artifacts, which result from model
|
1029
1035
|
# training, are stored. This path must point to a single gzip
|
@@ -1066,6 +1072,7 @@ module Aws::SageMaker
|
|
1066
1072
|
class ContainerDefinition < Struct.new(
|
1067
1073
|
:container_hostname,
|
1068
1074
|
:image,
|
1075
|
+
:mode,
|
1069
1076
|
:model_data_url,
|
1070
1077
|
:environment,
|
1071
1078
|
:model_package_name)
|
@@ -1125,7 +1132,7 @@ module Aws::SageMaker
|
|
1125
1132
|
#
|
1126
1133
|
# ReverseLogarithmic
|
1127
1134
|
#
|
1128
|
-
# :
|
1135
|
+
# : Hyperparameter tuning searches the values in the hyperparameter
|
1129
1136
|
# range by using a reverse logarithmic scale.
|
1130
1137
|
#
|
1131
1138
|
# Reverse logarithmic scaling works only for ranges that are
|
@@ -1602,25 +1609,28 @@ module Aws::SageMaker
|
|
1602
1609
|
# that Amazon SageMaker uses to encrypt data on the storage volume
|
1603
1610
|
# attached to the ML compute instance that hosts the endpoint.
|
1604
1611
|
#
|
1605
|
-
# <note markdown="1"> Nitro-based instances
|
1606
|
-
#
|
1607
|
-
#
|
1608
|
-
#
|
1609
|
-
#
|
1612
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
1613
|
+
# the instance type. Local storage volumes are encrypted using a
|
1614
|
+
# hardware module on the instance. You can't request a `KmsKeyId`
|
1615
|
+
# when using an instance type with local storage. If any of the models
|
1616
|
+
# that you specify in the `ProductionVariants` parameter use
|
1617
|
+
# nitro-based instances with local storage, do not specify a value for
|
1618
|
+
# the `KmsKeyId` parameter. If you specify a value for `KmsKeyId` when
|
1619
|
+
# using any nitro-based instances with local storage, the call to
|
1620
|
+
# `CreateEndpointConfig` fails.
|
1610
1621
|
#
|
1611
|
-
# For a list of
|
1612
|
-
#
|
1613
|
-
# Instances*.
|
1622
|
+
# For a list of instance types that support local instance storage,
|
1623
|
+
# see [Instance Store Volumes][1].
|
1614
1624
|
#
|
1615
|
-
# For more information about
|
1616
|
-
#
|
1625
|
+
# For more information about local instance storage encryption, see
|
1626
|
+
# [SSD Instance Store Volumes][2].
|
1617
1627
|
#
|
1618
1628
|
# </note>
|
1619
1629
|
#
|
1620
1630
|
#
|
1621
1631
|
#
|
1622
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
1623
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
1632
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
1633
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
1624
1634
|
# @return [String]
|
1625
1635
|
#
|
1626
1636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfigInput AWS API Documentation
|
@@ -2106,6 +2116,7 @@ module Aws::SageMaker
|
|
2106
2116
|
# primary_container: {
|
2107
2117
|
# container_hostname: "ContainerHostname",
|
2108
2118
|
# image: "Image",
|
2119
|
+
# mode: "SingleModel", # accepts SingleModel, MultiModel
|
2109
2120
|
# model_data_url: "Url",
|
2110
2121
|
# environment: {
|
2111
2122
|
# "EnvironmentKey" => "EnvironmentValue",
|
@@ -2116,6 +2127,7 @@ module Aws::SageMaker
|
|
2116
2127
|
# {
|
2117
2128
|
# container_hostname: "ContainerHostname",
|
2118
2129
|
# image: "Image",
|
2130
|
+
# mode: "SingleModel", # accepts SingleModel, MultiModel
|
2119
2131
|
# model_data_url: "Url",
|
2120
2132
|
# environment: {
|
2121
2133
|
# "EnvironmentKey" => "EnvironmentValue",
|
@@ -3016,8 +3028,8 @@ module Aws::SageMaker
|
|
3016
3028
|
# that inference can be made on. For example, a single line in a CSV
|
3017
3029
|
# file is a record.
|
3018
3030
|
#
|
3019
|
-
# To enable the batch strategy, you must set `SplitType`
|
3020
|
-
# `RecordIO`, or `TFRecord`.
|
3031
|
+
# To enable the batch strategy, you must set the `SplitType` property
|
3032
|
+
# of the DataProcessing object to `Line`, `RecordIO`, or `TFRecord`.
|
3021
3033
|
#
|
3022
3034
|
# To use only one record when making an HTTP invocation request to a
|
3023
3035
|
# container, set `BatchStrategy` to `SingleRecord` and `SplitType` to
|
@@ -3241,10 +3253,10 @@ module Aws::SageMaker
|
|
3241
3253
|
#
|
3242
3254
|
# @!attribute [rw] join_source
|
3243
3255
|
# Specifies the source of the data to join with the transformed data.
|
3244
|
-
# The valid values are `None` and `Input
|
3245
|
-
# which specifies not to join the input with the transformed
|
3246
|
-
# you want the batch transform job to join the original input
|
3247
|
-
# with the transformed data, set `JoinSource` to `Input`.
|
3256
|
+
# The valid values are `None` and `Input`. The default value is
|
3257
|
+
# `None`, which specifies not to join the input with the transformed
|
3258
|
+
# data. If you want the batch transform job to join the original input
|
3259
|
+
# data with the transformed data, set `JoinSource` to `Input`.
|
3248
3260
|
#
|
3249
3261
|
# For JSON or JSONLines objects, such as a JSON array, Amazon
|
3250
3262
|
# SageMaker adds the transformed data to the input JSON object in an
|
@@ -5269,7 +5281,7 @@ module Aws::SageMaker
|
|
5269
5281
|
end
|
5270
5282
|
|
5271
5283
|
# A conditional statement for a search expression that includes a
|
5272
|
-
#
|
5284
|
+
# resource property, a Boolean operator, and a value.
|
5273
5285
|
#
|
5274
5286
|
# If you don't specify an `Operator` and a `Value`, the filter searches
|
5275
5287
|
# for only the specified property. For example, defining a `Filter` for
|
@@ -5374,7 +5386,8 @@ module Aws::SageMaker
|
|
5374
5386
|
# Contains
|
5375
5387
|
#
|
5376
5388
|
# : Only supported for text-based properties. The word-list of the
|
5377
|
-
# property contains the specified `Value`.
|
5389
|
+
# property contains the specified `Value`. A `SearchExpression` can
|
5390
|
+
# include only one `Contains` operator.
|
5378
5391
|
#
|
5379
5392
|
# If you have specified a filter `Value`, the default is `Equals`.
|
5380
5393
|
# @return [String]
|
@@ -6690,7 +6703,7 @@ module Aws::SageMaker
|
|
6690
6703
|
#
|
6691
6704
|
# Logarithmic
|
6692
6705
|
#
|
6693
|
-
# :
|
6706
|
+
# : Hyperparameter tuning searches the values in the hyperparameter
|
6694
6707
|
# range by using a logarithmic scale.
|
6695
6708
|
#
|
6696
6709
|
# Logarithmic scaling works only for ranges that have only values
|
@@ -7091,6 +7104,11 @@ module Aws::SageMaker
|
|
7091
7104
|
# conditions are met, the job is automatically stopped. You can use
|
7092
7105
|
# these conditions to control the cost of data labeling.
|
7093
7106
|
#
|
7107
|
+
# <note markdown="1"> Labeling jobs fail after 30 days with an appropriate client error
|
7108
|
+
# message.
|
7109
|
+
#
|
7110
|
+
# </note>
|
7111
|
+
#
|
7094
7112
|
# @note When making an API call, you may pass LabelingJobStoppingConditions
|
7095
7113
|
# data as a hash:
|
7096
7114
|
#
|
@@ -10024,13 +10042,44 @@ module Aws::SageMaker
|
|
10024
10042
|
# storage volume type.
|
10025
10043
|
#
|
10026
10044
|
# </note>
|
10045
|
+
#
|
10046
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage with a fixed
|
10047
|
+
# total size, dependent on the instance type. When using these
|
10048
|
+
# instances for training, Amazon SageMaker mounts the local instance
|
10049
|
+
# storage instead of Amazon EBS gp2 storage. You can't request a
|
10050
|
+
# `VolumeSizeInGB` greater than the total size of the local instance
|
10051
|
+
# storage.
|
10052
|
+
#
|
10053
|
+
# For a list of instance types that support local instance storage,
|
10054
|
+
# including the total size per instance type, see [Instance Store
|
10055
|
+
# Volumes][1].
|
10056
|
+
#
|
10057
|
+
# </note>
|
10058
|
+
#
|
10059
|
+
#
|
10060
|
+
#
|
10061
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
10027
10062
|
# @return [Integer]
|
10028
10063
|
#
|
10029
10064
|
# @!attribute [rw] volume_kms_key_id
|
10030
|
-
# The AWS
|
10031
|
-
#
|
10032
|
-
#
|
10033
|
-
#
|
10065
|
+
# The AWS KMS key that Amazon SageMaker uses to encrypt data on the
|
10066
|
+
# storage volume attached to the ML compute instance(s) that run the
|
10067
|
+
# training job.
|
10068
|
+
#
|
10069
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
10070
|
+
# the instance type. Local storage volumes are encrypted using a
|
10071
|
+
# hardware module on the instance. You can't request a
|
10072
|
+
# `VolumeKmsKeyId` when using an instance type with local storage.
|
10073
|
+
#
|
10074
|
+
# For a list of instance types that support local instance storage,
|
10075
|
+
# see [Instance Store Volumes][1].
|
10076
|
+
#
|
10077
|
+
# For more information about local instance storage encryption, see
|
10078
|
+
# [SSD Instance Store Volumes][2].
|
10079
|
+
#
|
10080
|
+
# </note>
|
10081
|
+
#
|
10082
|
+
# The `VolumeKmsKeyId` can be in any of the following formats:
|
10034
10083
|
#
|
10035
10084
|
# * // KMS Key ID
|
10036
10085
|
#
|
@@ -10039,6 +10088,11 @@ module Aws::SageMaker
|
|
10039
10088
|
# * // Amazon Resource Name (ARN) of a KMS Key
|
10040
10089
|
#
|
10041
10090
|
# `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
|
10091
|
+
#
|
10092
|
+
#
|
10093
|
+
#
|
10094
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
10095
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
10042
10096
|
# @return [String]
|
10043
10097
|
#
|
10044
10098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
@@ -10158,17 +10212,19 @@ module Aws::SageMaker
|
|
10158
10212
|
# The manifest is an S3 object which is a JSON file with the
|
10159
10213
|
# following format:
|
10160
10214
|
#
|
10161
|
-
# `
|
10215
|
+
# The preceding JSON matches the following `s3Uris`\:
|
10216
|
+
#
|
10217
|
+
# `[ \{"prefix": "s3://customer_bucket/some/prefix/"\},`
|
10162
10218
|
#
|
10163
|
-
# `
|
10219
|
+
# `"relative/path/to/custdata-1",`
|
10164
10220
|
#
|
10165
|
-
# `
|
10221
|
+
# `"relative/path/custdata-2",`
|
10166
10222
|
#
|
10167
|
-
#
|
10223
|
+
# `...`
|
10168
10224
|
#
|
10169
|
-
# `
|
10225
|
+
# `"relative/path/custdata-N"`
|
10170
10226
|
#
|
10171
|
-
# `
|
10227
|
+
# `]`
|
10172
10228
|
#
|
10173
10229
|
# The preceding JSON matches the following `s3Uris`\:
|
10174
10230
|
#
|
@@ -10178,6 +10234,8 @@ module Aws::SageMaker
|
|
10178
10234
|
#
|
10179
10235
|
# `...`
|
10180
10236
|
#
|
10237
|
+
# `s3://customer_bucket/some/prefix/relative/path/custdata-N`
|
10238
|
+
#
|
10181
10239
|
# The complete set of `s3uris` in this manifest is the input data
|
10182
10240
|
# for the channel for this datasource. The object that each `s3uris`
|
10183
10241
|
# points to must be readable by the IAM role that Amazon SageMaker
|
@@ -10234,7 +10292,8 @@ module Aws::SageMaker
|
|
10234
10292
|
#
|
10235
10293
|
# * A list of `Filter` objects. Each filter defines a simple Boolean
|
10236
10294
|
# expression comprised of a resource property name, Boolean operator,
|
10237
|
-
# and value.
|
10295
|
+
# and value. A `SearchExpression` can include only one `Contains`
|
10296
|
+
# operator.
|
10238
10297
|
#
|
10239
10298
|
# * A list of `NestedFilter` objects. Each nested filter defines a list
|
10240
10299
|
# of Boolean expressions using a list of resource properties. A nested
|
@@ -11562,15 +11621,16 @@ module Aws::SageMaker
|
|
11562
11621
|
# `SingleRecord`. Padding is not removed if the value of
|
11563
11622
|
# `BatchStrategy` is set to `MultiRecord`.
|
11564
11623
|
#
|
11565
|
-
# For more information about
|
11566
|
-
# MXNet documentation. For more information about
|
11567
|
-
# [Consuming TFRecord data][2] in the TensorFlow
|
11624
|
+
# For more information about `RecordIO`, see [Create a Dataset Using
|
11625
|
+
# RecordIO][1] in the MXNet documentation. For more information about
|
11626
|
+
# `TFRecord`, see [Consuming TFRecord data][2] in the TensorFlow
|
11627
|
+
# documentation.
|
11568
11628
|
#
|
11569
11629
|
# </note>
|
11570
11630
|
#
|
11571
11631
|
#
|
11572
11632
|
#
|
11573
|
-
# [1]:
|
11633
|
+
# [1]: https://mxnet.apache.org/api/faq/recordio
|
11574
11634
|
# [2]: https://www.tensorflow.org/guide/datasets#consuming_tfrecord_data
|
11575
11635
|
# @return [String]
|
11576
11636
|
#
|
@@ -11795,8 +11855,8 @@ module Aws::SageMaker
|
|
11795
11855
|
# Simple Storage Service Developer Guide.*
|
11796
11856
|
#
|
11797
11857
|
# The KMS key policy must grant permission to the IAM role that you
|
11798
|
-
# specify in your
|
11799
|
-
#
|
11858
|
+
# specify in your CreateModel request. For more information, see
|
11859
|
+
# [Using Key Policies in AWS KMS][2] in the *AWS Key Management
|
11800
11860
|
# Service Developer Guide*.
|
11801
11861
|
#
|
11802
11862
|
#
|
@@ -11900,26 +11960,28 @@ module Aws::SageMaker
|
|
11900
11960
|
# The manifest is an S3 object which is a JSON file with the
|
11901
11961
|
# following format:
|
11902
11962
|
#
|
11903
|
-
# `[
|
11963
|
+
# `[ \{"prefix": "s3://customer_bucket/some/prefix/"\},`
|
11904
11964
|
#
|
11905
|
-
# `
|
11965
|
+
# `"relative/path/to/custdata-1",`
|
11906
11966
|
#
|
11907
|
-
# `
|
11967
|
+
# `"relative/path/custdata-2",`
|
11908
11968
|
#
|
11909
|
-
#
|
11969
|
+
# `...`
|
11910
11970
|
#
|
11911
|
-
# `
|
11971
|
+
# `"relative/path/custdata-N"`
|
11912
11972
|
#
|
11913
|
-
# `
|
11973
|
+
# `]`
|
11914
11974
|
#
|
11915
|
-
# The preceding JSON matches the following `
|
11975
|
+
# The preceding JSON matches the following `s3Uris`\:
|
11916
11976
|
#
|
11917
11977
|
# `s3://customer_bucket/some/prefix/relative/path/to/custdata-1`
|
11918
11978
|
#
|
11919
|
-
# `s3://customer_bucket/some/prefix/relative/path/custdata-
|
11979
|
+
# `s3://customer_bucket/some/prefix/relative/path/custdata-2`
|
11920
11980
|
#
|
11921
11981
|
# `...`
|
11922
11982
|
#
|
11983
|
+
# `s3://customer_bucket/some/prefix/relative/path/custdata-N`
|
11984
|
+
#
|
11923
11985
|
# The complete set of `S3Uris` in this manifest constitutes the
|
11924
11986
|
# input data for the channel for this datasource. The object that
|
11925
11987
|
# each `S3Uris` points to must be readable by the IAM role that
|
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.47.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: 2019-
|
11
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|