Class: Aws::ComprehendMedical::Types::StartICD10CMInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StartICD10CMInferenceJobResponse
- Defined in:
- gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier generated for the job. To get the status of a job,
use this identifier with the StartICD10CMInferenceJob
operation.
1771 1772 1773 1774 1775 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1771 class StartICD10CMInferenceJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |