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