| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierProperties |
DocumentClassifierProperties.clone() |
DocumentClassifierProperties |
DescribeDocumentClassifierResult.getDocumentClassifierProperties()
An object that contains the properties associated with a document classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withClassifierMetadata(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.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withEndTime(Date endTime)
The time that training the document classifier completed.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
DocumentClassifierProperties |
DocumentClassifierProperties.withInputDataConfig(DocumentClassifierInputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classifier for training.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withLanguageCode(LanguageCode languageCode)
The language code for the language of the documents that the classifier was trained on.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withLanguageCode(String languageCode)
The language code for the language of the documents that the classifier was trained on.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withMessage(String message)
Additional information about the status of the classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withMode(DocumentClassifierMode mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withMode(String mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withModelKmsKeyId(String modelKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withOutputDataConfig(DocumentClassifierOutputDataConfig outputDataConfig)
Provides output results configuration parameters for custom classifier jobs.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withSourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the source model.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withStatus(ModelStatus status)
The status of the document classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withStatus(String status)
The status of the document classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withSubmitTime(Date submitTime)
The time that the document classifier was submitted for training.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withTrainingEndTime(Date trainingEndTime)
The time that training of the document classifier was completed.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withTrainingStartTime(Date trainingStartTime)
Indicates the time when the training starts on documentation classifiers.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withVersionName(String versionName)
The version name that you assigned to the document classifier.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withVolumeKmsKeyId(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.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withVpcConfig(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 |
|---|---|
List<DocumentClassifierProperties> |
ListDocumentClassifiersResult.getDocumentClassifierPropertiesList()
A list containing the properties of each job returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentClassifierResult.setDocumentClassifierProperties(DocumentClassifierProperties documentClassifierProperties)
An object that contains the properties associated with a document classifier.
|
DescribeDocumentClassifierResult |
DescribeDocumentClassifierResult.withDocumentClassifierProperties(DocumentClassifierProperties documentClassifierProperties)
An object that contains the properties associated with a document classifier.
|
ListDocumentClassifiersResult |
ListDocumentClassifiersResult.withDocumentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentClassifiersResult.setDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassifiersResult |
ListDocumentClassifiersResult.withDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
Copyright © 2023. All rights reserved.