public static interface EntityRecognizerDocuments.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerDocuments.Builder,EntityRecognizerDocuments>
Modifier and Type | Method and Description |
---|---|
EntityRecognizerDocuments.Builder |
s3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
copy
applyMutation, build
EntityRecognizerDocuments.Builder s3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.
s3Uri
- Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
The URI must be in the same region as the API endpoint that you are calling.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.