Module: Aws::Comprehend::Client::_StartEntitiesDetectionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartEntitiesDetectionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #entity_recognizer_arn ⇒ ::String
- #job_arn ⇒ ::String
- #job_id ⇒ ::String
- #job_status ⇒ "SUBMITTED", ...
Instance Method Details
#entity_recognizer_arn ⇒ ::String
1120 |
# File 'sig/client.rbs', line 1120
def entity_recognizer_arn: () -> ::String
|
#job_arn ⇒ ::String
1118 |
# File 'sig/client.rbs', line 1118
def job_arn: () -> ::String
|
#job_id ⇒ ::String
1117 |
# File 'sig/client.rbs', line 1117
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
1119 |
# File 'sig/client.rbs', line 1119
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOP_REQUESTED" | "STOPPED")
|