@Generated(value="software.amazon.awssdk:codegen") public final class DocumentClassifierInputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentClassifierInputDataConfig.Builder,DocumentClassifierInputDataConfig>
The input properties for training a document classifier.
For more information on how the input file is formatted, see how-document-classification-training-data.
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentClassifierInputDataConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static DocumentClassifierInputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The Amazon S3 URI for the input data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentClassifierInputDataConfig.Builder> |
serializableBuilderClass() |
DocumentClassifierInputDataConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String s3Uri()
The Amazon S3 URI for the input data. The S3 bucket must be in the 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 input 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.
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.
public DocumentClassifierInputDataConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DocumentClassifierInputDataConfig.Builder,DocumentClassifierInputDataConfig>
public static DocumentClassifierInputDataConfig.Builder builder()
public static Class<? extends DocumentClassifierInputDataConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.