public static interface OutputDataConfig.Builder extends CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
Modifier and Type | Method and Description |
---|---|
OutputDataConfig.Builder |
s3Uri(String s3Uri)
The Amazon S3 URI where you want to write the output data.
|
copy
applyMutation, build
OutputDataConfig.Builder s3Uri(String s3Uri)
The Amazon S3 URI where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling.
The service creates an output file called output.tar.gz
. It is a compressed archive that
contains two files, topic-terms.csv
that lists the terms associated with each topic, and
doc-topics.csv
that lists the documents associated with each topic. For more information, see
topic-modeling.
s3Uri
- The Amazon S3 URI where you want to write the output data. The URI must be in the same region as the
API endpoint that you are calling.
The service creates an output file called output.tar.gz
. It is a compressed archive that
contains two files, topic-terms.csv
that lists the terms associated with each topic, and
doc-topics.csv
that lists the documents associated with each topic. For more information,
see topic-modeling.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.