| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassifierProperties.Builder |
DocumentClassifierProperties.builder() |
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.classifierMetadata(ClassifierMetadata classifierMetadata)
Information about the document classifier, including the number of documents used for training the
classifier, the number of documents used for test the classifier, and an accuracy rating.
|
default DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.classifierMetadata(Consumer<ClassifierMetadata.Builder> classifierMetadata)
Information about the document classifier, including the number of documents used for training the
classifier, the number of documents used for test the classifier, and an accuracy rating.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.documentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.endTime(Instant endTime)
The time that training the document classifier completed.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
default DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.inputDataConfig(Consumer<DocumentClassifierInputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the document classifier for training.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.inputDataConfig(DocumentClassifierInputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classifier for training.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.languageCode(LanguageCode languageCode)
The language code for the language of the documents that the classifier was trained on.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.languageCode(String languageCode)
The language code for the language of the documents that the classifier was trained on.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.message(String message)
Additional information about the status of the classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.mode(DocumentClassifierMode mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.mode(String mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.modelKmsKeyId(String modelKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.
|
default DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.outputDataConfig(Consumer<DocumentClassifierOutputDataConfig.Builder> outputDataConfig)
Provides output results configuration parameters for custom classifier jobs.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.outputDataConfig(DocumentClassifierOutputDataConfig outputDataConfig)
Provides output results configuration parameters for custom classifier jobs.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.sourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the source model.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.status(ModelStatus status)
The status of the document classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.status(String status)
The status of the document classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.submitTime(Instant submitTime)
The time that the document classifier was submitted for training.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.toBuilder() |
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.trainingEndTime(Instant trainingEndTime)
The time that training of the document classifier was completed.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.trainingStartTime(Instant trainingStartTime)
Indicates the time when the training starts on documentation classifiers.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.versionName(String versionName)
The version name that you assigned to the document classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data
on the storage volume attached to the ML compute instance(s) that process the analysis job.
|
default DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom classifier.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.vpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom classifier.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentClassifierProperties.Builder> |
DocumentClassifierProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDocumentClassifierResponse.Builder |
DescribeDocumentClassifierResponse.Builder.documentClassifierProperties(Consumer<DocumentClassifierProperties.Builder> documentClassifierProperties)
An object that contains the properties associated with a document classifier.
|
Copyright © 2023. All rights reserved.