@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopicsDetectionJobProperties extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a topic detection job.
Constructor and Description |
---|
TopicsDetectionJobProperties() |
Modifier and Type | Method and Description |
---|---|
TopicsDetectionJobProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your job data.
|
Date |
getEndTime()
The time that the topic detection job was completed.
|
InputDataConfig |
getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
|
String |
getJobId()
The identifier assigned to the topic detection job.
|
String |
getJobName()
The name of the topic detection job.
|
String |
getJobStatus()
The current status of the topic detection job.
|
String |
getMessage()
A description for the status of a job.
|
Integer |
getNumberOfTopics()
The number of topics to detect supplied when you created the topic detection job.
|
OutputDataConfig |
getOutputDataConfig()
The output data configuration supplied when you created the topic detection job.
|
Date |
getSubmitTime()
The time that the topic detection job was submitted for processing.
|
String |
getVolumeKmsKeyId()
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.
|
VpcConfig |
getVpcConfig()
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your job data.
|
void |
setEndTime(Date endTime)
The time that the topic detection job was completed.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
void |
setJobId(String jobId)
The identifier assigned to the topic detection job.
|
void |
setJobName(String jobName)
The name of the topic detection job.
|
void |
setJobStatus(String jobStatus)
The current status of the topic detection job.
|
void |
setMessage(String message)
A description for the status of a job.
|
void |
setNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job.
|
void |
setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
void |
setSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
|
void |
setVolumeKmsKeyId(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.
|
void |
setVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|
String |
toString()
Returns a string representation of this object.
|
TopicsDetectionJobProperties |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your job data.
|
TopicsDetectionJobProperties |
withEndTime(Date endTime)
The time that the topic detection job was completed.
|
TopicsDetectionJobProperties |
withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withJobId(String jobId)
The identifier assigned to the topic detection job.
|
TopicsDetectionJobProperties |
withJobName(String jobName)
The name of the topic detection job.
|
TopicsDetectionJobProperties |
withJobStatus(JobStatus jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
withJobStatus(String jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
withMessage(String message)
A description for the status of a job.
|
TopicsDetectionJobProperties |
withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
|
TopicsDetectionJobProperties |
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.
|
TopicsDetectionJobProperties |
withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your topic detection job.
|
public void setJobId(String jobId)
The identifier assigned to the topic detection job.
jobId
- The identifier assigned to the topic detection job.public String getJobId()
The identifier assigned to the topic detection job.
public TopicsDetectionJobProperties withJobId(String jobId)
The identifier assigned to the topic detection job.
jobId
- The identifier assigned to the topic detection job.public void setJobName(String jobName)
The name of the topic detection job.
jobName
- The name of the topic detection job.public String getJobName()
The name of the topic detection job.
public TopicsDetectionJobProperties withJobName(String jobName)
The name of the topic detection job.
jobName
- The name of the topic detection job.public void setJobStatus(String jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public String getJobStatus()
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public TopicsDetectionJobProperties withJobStatus(String jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public TopicsDetectionJobProperties withJobStatus(JobStatus jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public void setMessage(String message)
A description for the status of a job.
message
- A description for the status of a job.public String getMessage()
A description for the status of a job.
public TopicsDetectionJobProperties withMessage(String message)
A description for the status of a job.
message
- A description for the status of a job.public void setSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
submitTime
- The time that the topic detection job was submitted for processing.public Date getSubmitTime()
The time that the topic detection job was submitted for processing.
public TopicsDetectionJobProperties withSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
submitTime
- The time that the topic detection job was submitted for processing.public void setEndTime(Date endTime)
The time that the topic detection job was completed.
endTime
- The time that the topic detection job was completed.public Date getEndTime()
The time that the topic detection job was completed.
public TopicsDetectionJobProperties withEndTime(Date endTime)
The time that the topic detection job was completed.
endTime
- The time that the topic detection job was completed.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
inputDataConfig
- The input data configuration supplied when you created the topic detection job.public InputDataConfig getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
public TopicsDetectionJobProperties withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
inputDataConfig
- The input data configuration supplied when you created the topic detection job.public void setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
outputDataConfig
- The output data configuration supplied when you created the topic detection job.public OutputDataConfig getOutputDataConfig()
The output data configuration supplied when you created the topic detection job.
public TopicsDetectionJobProperties withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
outputDataConfig
- The output data configuration supplied when you created the topic detection job.public void setNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job. The default is 10.
numberOfTopics
- The number of topics to detect supplied when you created the topic detection job. The default is 10.public Integer getNumberOfTopics()
The number of topics to detect supplied when you created the topic detection job. The default is 10.
public TopicsDetectionJobProperties withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job. The default is 10.
numberOfTopics
- The number of topics to detect supplied when you created the topic detection job. The default is 10.public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend
read access to your job data.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
public TopicsDetectionJobProperties withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend
read access to your job data.public void setVolumeKmsKeyId(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. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
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. The VolumeKmsKeyId can be
either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
public String getVolumeKmsKeyId()
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. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
public TopicsDetectionJobProperties 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. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
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. The VolumeKmsKeyId can be
either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
public void setVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see Amazon VPC.
vpcConfig
- Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using
for your topic detection job. For more information, see Amazon VPC.public VpcConfig getVpcConfig()
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see Amazon VPC.
public TopicsDetectionJobProperties withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see Amazon VPC.
vpcConfig
- Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using
for your topic detection job. For more information, see Amazon VPC.public String toString()
toString
in class Object
Object.toString()
public TopicsDetectionJobProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.