TransformOutput
class TransformOutput
Describes the results of a transform job.
Types
Properties
Link copied to clipboard
Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None
. To add a newline character at the end of every transformed record, specify Line
.
Link copied to clipboard
The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix
.