| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.clone() |
DominantLanguageDetectionJobProperties |
DescribeDominantLanguageDetectionJobResult.getDominantLanguageDetectionJobProperties()
An object that contains the properties associated with a dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withEndTime(Date endTime)
The time that the dominant language detection job completed.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobName(String jobName)
The name that you assigned to the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withMessage(String message)
A description for the status of a job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the dominant language detection job was submitted for processing.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.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.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withVpcConfig(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 |
|---|---|
List<DominantLanguageDetectionJobProperties> |
ListDominantLanguageDetectionJobsResult.getDominantLanguageDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDominantLanguageDetectionJobResult.setDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
DescribeDominantLanguageDetectionJobResult |
DescribeDominantLanguageDetectionJobResult.withDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDominantLanguageDetectionJobsResult.setDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.