| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
TopicsDetectionJobProperties.getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
|
InputDataConfig |
StartTopicsDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
InputDataConfig.withInputFormat(InputFormat inputFormat)
Specifies how the text in an input file should be processed:
|
InputDataConfig |
InputDataConfig.withInputFormat(String inputFormat)
Specifies how the text in an input file should be processed:
|
InputDataConfig |
InputDataConfig.withS3Uri(String s3Uri)
The Amazon S3 URI for the input data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicsDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
void |
StartTopicsDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
Copyright © 2018. All rights reserved.