@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartEntitiesDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartEntitiesDetectionJobResult() |
Modifier and Type | Method and Description |
---|---|
StartEntitiesDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getEntityRecognizerArn()
The ARN of the custom entity recognition model.
|
String |
getJobArn()
The Amazon Resource Name (ARN) of the entities detection job.
|
String |
getJobId()
The identifier generated for the job.
|
String |
getJobStatus()
The status of the job.
|
int |
hashCode() |
void |
setEntityRecognizerArn(String entityRecognizerArn)
The ARN of the custom entity recognition model.
|
void |
setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities detection job.
|
void |
setJobId(String jobId)
The identifier generated for the job.
|
void |
setJobStatus(String jobStatus)
The status of the job.
|
String |
toString()
Returns a string representation of this object.
|
StartEntitiesDetectionJobResult |
withEntityRecognizerArn(String entityRecognizerArn)
The ARN of the custom entity recognition model.
|
StartEntitiesDetectionJobResult |
withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities detection job.
|
StartEntitiesDetectionJobResult |
withJobId(String jobId)
The identifier generated for the job.
|
StartEntitiesDetectionJobResult |
withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartEntitiesDetectionJobResult |
withJobStatus(String jobStatus)
The status of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The identifier generated for the job. To get the status of job, use this identifier with the operation.
jobId
- The identifier generated for the job. To get the status of job, use this identifier with the operation.public String getJobId()
The identifier generated for the job. To get the status of job, use this identifier with the operation.
public StartEntitiesDetectionJobResult withJobId(String jobId)
The identifier generated for the job. To get the status of job, use this identifier with the operation.
jobId
- The identifier generated for the job. To get the status of job, use this identifier with the operation.public void setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities 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>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn
- The Amazon Resource Name (ARN) of the entities 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>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
public String getJobArn()
The Amazon Resource Name (ARN) of the entities 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>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
public StartEntitiesDetectionJobResult withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the entities 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>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn
- The Amazon Resource Name (ARN) of the entities 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>:entities-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
public void setJobStatus(String jobStatus)
The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
jobStatus
- The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
JobStatus
public String getJobStatus()
The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
JobStatus
public StartEntitiesDetectionJobResult withJobStatus(String jobStatus)
The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
jobStatus
- The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
JobStatus
public StartEntitiesDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
jobStatus
- The status of the job.
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the operation.
STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request.
STOPPED - The job was successfully stopped without completing.
JobStatus
public void setEntityRecognizerArn(String entityRecognizerArn)
The ARN of the custom entity recognition model.
entityRecognizerArn
- The ARN of the custom entity recognition model.public String getEntityRecognizerArn()
The ARN of the custom entity recognition model.
public StartEntitiesDetectionJobResult withEntityRecognizerArn(String entityRecognizerArn)
The ARN of the custom entity recognition model.
entityRecognizerArn
- The ARN of the custom entity recognition model.public String toString()
toString
in class Object
Object.toString()
public StartEntitiesDetectionJobResult clone()