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.
@@ -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
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.309.0'
58
+ GEM_VERSION = '1.310.0'
59
59
 
60
60
  end
61
61