Class: Aws::ComprehendMedical::Types::DescribeEntitiesDetectionV2JobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::DescribeEntitiesDetectionV2JobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier that Amazon Comprehend Medical generated for the job.
 
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend Medical generated for the job. The ‘StartEntitiesDetectionV2Job` operation returns this identifier in its response.
      235 236 237 238 239  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 235 class DescribeEntitiesDetectionV2JobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |