@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
Provides configuration parameters for the output of topic detection jobs.
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The Amazon S3 URI where you want to write the output data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The Amazon S3 URI where you want to write the output data.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutputDataConfig |
withS3Uri(String s3Uri)
The Amazon S3 URI where you want to write the output data.
|
public void setS3Uri(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.
public String getS3Uri()
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.
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.
public OutputDataConfig withS3Uri(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.
public String toString()
toString
in class Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.