aws-sdk-sagemaker 1.309.0 → 1.310.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +79 -79
- data/lib/aws-sdk-sagemaker/types.rb +5 -0
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +38 -38
- data/sig/types.rbs +18 -18
- metadata +1 -1
@@ -42286,6 +42286,11 @@ module Aws::SageMaker
|
|
42286
42286
|
# contains the data you want to use for model training.
|
42287
42287
|
# `AugmentedManifestFile` can only be used if the Channel's input
|
42288
42288
|
# mode is `Pipe`.
|
42289
|
+
#
|
42290
|
+
# If you choose `Converse`, `S3Uri` identifies an Amazon S3 location
|
42291
|
+
# that contains data formatted according to Converse format. This
|
42292
|
+
# format structures conversational messages with specific roles and
|
42293
|
+
# content types used for training and fine-tuning foundational models.
|
42289
42294
|
# @return [String]
|
42290
42295
|
#
|
42291
42296
|
# @!attribute [rw] s3_uri
|