static TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.builder() |
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.endTime(Instant endTime) |
The time that the topic detection job was completed.
|
default TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig) |
The input data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig) |
The input data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.jobArn(String jobArn) |
The Amazon Resource Name (ARN) of the topics detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.jobId(String jobId) |
The identifier assigned to the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.jobName(String jobName) |
The name of the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.jobStatus(String jobStatus) |
The current status of the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.jobStatus(JobStatus jobStatus) |
The current status of the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.message(String message) |
A description for the status of a job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.numberOfTopics(Integer numberOfTopics) |
The number of topics to detect supplied when you created the topic detection job.
|
default TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig) |
The output data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig) |
The output data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.submitTime(Instant submitTime) |
The time that the topic detection job was submitted for processing.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.toBuilder() |
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.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 TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) |
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|
TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.vpcConfig(VpcConfig vpcConfig) |
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|