Class: Aws::ComprehendMedical::Types::StopSNOMEDCTInferenceJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job id of the asynchronous InferSNOMEDCT job to be stopped.

Returns:

  • (String)


2081
2082
2083
2084
2085
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2081

class StopSNOMEDCTInferenceJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end