Interface DocumentClassifierDocuments.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentClassifierDocuments.Builder,
,DocumentClassifierDocuments> SdkBuilder<DocumentClassifierDocuments.Builder,
,DocumentClassifierDocuments> SdkPojo
- Enclosing class:
DocumentClassifierDocuments
@Mutable
@NotThreadSafe
public static interface DocumentClassifierDocuments.Builder
extends SdkPojo, CopyableBuilder<DocumentClassifierDocuments.Builder,DocumentClassifierDocuments>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 URI location of the training documents specified in the S3Uri CSV file.The S3 URI location of the test documents included in the TestS3Uri CSV file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
The S3 URI location of the training documents specified in the S3Uri CSV file.
- Parameters:
s3Uri
- The S3 URI location of the training documents specified in the S3Uri CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testS3Uri
The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
- Parameters:
testS3Uri
- The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-