| 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 AWS Identity and Management (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.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.withOutputDataConfig(DocumentClassifierOutputDataConfig outputDataConfig)
Provides output results configuration parameters for custom classifier jobs.
|
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.withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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 © 2019. All rights reserved.