| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
StartDocumentClassificationJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartSentimentDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartDominantLanguageDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartEventsDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
EntitiesDetectionJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the entities detection job.
|
InputDataConfig |
DominantLanguageDetectionJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the dominant language detection job.
|
InputDataConfig |
TopicsDetectionJobProperties.getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
|
InputDataConfig |
EventsDetectionJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the events detection job.
|
InputDataConfig |
SentimentDetectionJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the sentiment detection job.
|
InputDataConfig |
KeyPhrasesDetectionJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the key phrases detection job.
|
InputDataConfig |
PiiEntitiesDetectionJobProperties.getInputDataConfig()
The input properties for a PII entities detection job.
|
InputDataConfig |
StartPiiEntitiesDetectionJobRequest.getInputDataConfig()
The input properties for a PII entities detection job.
|
InputDataConfig |
StartEntitiesDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
DocumentClassificationJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the document classification job.
|
InputDataConfig |
StartTopicsDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartKeyPhrasesDetectionJobRequest.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 |
StartDocumentClassificationJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartSentimentDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartDominantLanguageDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartEventsDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
EntitiesDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
void |
DominantLanguageDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the dominant language detection job.
|
void |
TopicsDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
void |
EventsDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
void |
SentimentDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
void |
KeyPhrasesDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the key phrases detection job.
|
void |
PiiEntitiesDetectionJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input properties for a PII entities detection job.
|
void |
StartPiiEntitiesDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
The input properties for a PII entities detection job.
|
void |
StartEntitiesDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
DocumentClassificationJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
void |
StartTopicsDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartKeyPhrasesDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartDocumentClassificationJobRequest |
StartDocumentClassificationJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartDominantLanguageDetectionJobRequest |
StartDominantLanguageDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the dominant language detection job.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the key phrases detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input properties for a PII entities detection job.
|
StartPiiEntitiesDetectionJobRequest |
StartPiiEntitiesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
The input properties for a PII entities detection job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartKeyPhrasesDetectionJobRequest |
StartKeyPhrasesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
Copyright © 2021. All rights reserved.