| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.builder() |
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.documentClassifierArn(String documentClassifierArn)
The Amazon Resource Name (ARN) that identifies the document classifier.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.endTime(Instant endTime)
The time that the document classification job completed.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
default DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.jobArn(String jobArn)
The Amazon Resource Name (ARN) of the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.jobId(String jobId)
The identifier assigned to the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.jobName(String jobName)
The name that you assigned to the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.jobStatus(JobStatus jobStatus)
The current status of the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.jobStatus(String jobStatus)
The current status of the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.message(String message)
A description of the status of the job.
|
default DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.submitTime(Instant submitTime)
The time that the document classification job was submitted for processing.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.toBuilder() |
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.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 DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your document classification job.
|
DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.vpcConfig(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 |
|---|---|
static Class<? extends DocumentClassificationJobProperties.Builder> |
DocumentClassificationJobProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDocumentClassificationJobResponse.Builder |
DescribeDocumentClassificationJobResponse.Builder.documentClassificationJobProperties(Consumer<DocumentClassificationJobProperties.Builder> documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
|
Copyright © 2023. All rights reserved.