| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.clone() |
DocumentClassificationJobProperties |
DescribeDocumentClassificationJobResult.getDocumentClassificationJobProperties()
An object that describes the properties associated with the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withDocumentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withEndTime(Date endTime)
The time that the document classification job completed.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobId(String jobId)
The identifier assigned to the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobName(String jobName)
The name that you assigned to the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobStatus(String jobStatus)
The current status of the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withMessage(String message)
A description of the status of the job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withSubmitTime(Date submitTime)
The time that the document classification job was submitted for processing.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.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.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your document classification job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentClassificationJobProperties> |
ListDocumentClassificationJobsResult.getDocumentClassificationJobPropertiesList()
A list containing the properties of each job returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentClassificationJobResult.setDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
|
DescribeDocumentClassificationJobResult |
DescribeDocumentClassificationJobResult.withDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
|
ListDocumentClassificationJobsResult |
ListDocumentClassificationJobsResult.withDocumentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentClassificationJobsResult.setDocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResult |
ListDocumentClassificationJobsResult.withDocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
Copyright © 2022. All rights reserved.