You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::TransformDataSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TransformDataSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_data_source: { # required
    s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
    s3_uri: "S3Uri", # required
  },
}

Describes the location of the channel data.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::TransformS3DataSource

The S3 location of the data source that is associated with a channel.

Returns: