| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
TopicsDetectionJobProperties.getOutputDataConfig()
The output data configuration supplied when you created the topic detection job.
|
OutputDataConfig |
StartTopicsDetectionJobRequest.getOutputDataConfig()
Specifies where to send the output files.
|
OutputDataConfig |
OutputDataConfig.withS3Uri(String s3Uri)
The Amazon S3 URI where you want to write the output data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicsDetectionJobProperties.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
void |
StartTopicsDetectionJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2018. All rights reserved.