s3DataType property
Whether you use an S3Prefix
or a ManifestFile
for
the data type. If you choose S3Prefix
, S3Uri
identifies a key name prefix. Amazon SageMaker uses all objects with the
specified key name prefix for the processing job. If you choose
ManifestFile
, S3Uri
identifies an object that is a
manifest file containing a list of object keys that you want Amazon
SageMaker to use for the processing job.
Implementation
final ProcessingS3DataType s3DataType;