@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 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 |
getJobArn()
The Amazon Resource Name (ARN) of the topics 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 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.
|
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 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 |
setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the topics 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 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.
|
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 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 |
withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the topics 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 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.
|
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 setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn
- The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for
the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
public String getJobArn()
The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
public TopicsDetectionJobProperties withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn
- The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for
the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
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 IAM role that grants Amazon Comprehend read access to your job data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.
public TopicsDetectionJobProperties withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your job data.public void setVolumeKmsKeyId(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. 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 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. 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 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. 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 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. 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 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. 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.