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