| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.builder() |
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.endTime(Instant endTime)
The time that the targeted sentiment detection job ended.
|
default TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.jobArn(String jobArn)
The Amazon Resource Name (ARN) of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.jobId(String jobId)
The identifier assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.jobName(String jobName)
The name that you assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.jobStatus(JobStatus jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.jobStatus(String jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.languageCode(LanguageCode languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.languageCode(String languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.message(String message)
A description of the status of a job.
|
default TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Sets the value of the OutputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Sets the value of the OutputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.submitTime(Instant submitTime)
The time that the targeted sentiment detection job was submitted for processing.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.toBuilder() |
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.volumeKmsKeyId(String volumeKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt the data on the storage volume attached to the ML
compute instance(s) that process the targeted sentiment detection job.
|
default TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetedSentimentDetectionJobProperties.Builder> |
TargetedSentimentDetectionJobProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTargetedSentimentDetectionJobResponse.Builder |
DescribeTargetedSentimentDetectionJobResponse.Builder.targetedSentimentDetectionJobProperties(Consumer<TargetedSentimentDetectionJobProperties.Builder> targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
Copyright © 2023. All rights reserved.