AWS SDK for C++
1.8.127
AWS SDK for C++
|
#include <InputDataConfig.h>
Public Member Functions | |
InputDataConfig () | |
InputDataConfig (Aws::Utils::Json::JsonView jsonValue) | |
InputDataConfig & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetS3Uri () const |
bool | S3UriHasBeenSet () const |
void | SetS3Uri (const Aws::String &value) |
void | SetS3Uri (Aws::String &&value) |
void | SetS3Uri (const char *value) |
InputDataConfig & | WithS3Uri (const Aws::String &value) |
InputDataConfig & | WithS3Uri (Aws::String &&value) |
InputDataConfig & | WithS3Uri (const char *value) |
const InputFormat & | GetInputFormat () const |
bool | InputFormatHasBeenSet () const |
void | SetInputFormat (const InputFormat &value) |
void | SetInputFormat (InputFormat &&value) |
InputDataConfig & | WithInputFormat (const InputFormat &value) |
InputDataConfig & | WithInputFormat (InputFormat &&value) |
The input properties for a topic detection job.
Definition at line 32 of file InputDataConfig.h.
Aws::Comprehend::Model::InputDataConfig::InputDataConfig | ( | ) |
Aws::Comprehend::Model::InputDataConfig::InputDataConfig | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 130 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 49 of file InputDataConfig.h.
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 140 of file InputDataConfig.h.
Aws::Utils::Json::JsonValue Aws::Comprehend::Model::InputDataConfig::Jsonize | ( | ) | const |
InputDataConfig& Aws::Comprehend::Model::InputDataConfig::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 59 of file InputDataConfig.h.
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 150 of file InputDataConfig.h.
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 160 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 79 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 69 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 89 of file InputDataConfig.h.
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 170 of file InputDataConfig.h.
|
inline |
Specifies how the text in an input file should be processed:
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.
ONE_DOC_PER_LINE
Definition at line 180 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 109 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 99 of file InputDataConfig.h.
|
inline |
The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.
For example, if you use the URI S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.
Definition at line 119 of file InputDataConfig.h.