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