Class: Aws::ComprehendMedical::Types::ListSNOMEDCTInferenceJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ComprehendMedicalAsyncJobFilter

Provides information for filtering a list of detection jobs.


1149
1150
1151
1152
1153
1154
1155
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1149

class ListSNOMEDCTInferenceJobsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in each page. The default is 100.

Returns:

  • (Integer)

1149
1150
1151
1152
1153
1154
1155
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1149

class ListSNOMEDCTInferenceJobsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Identifies the next page of InferSNOMEDCT results to return.

Returns:

  • (String)

1149
1150
1151
1152
1153
1154
1155
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1149

class ListSNOMEDCTInferenceJobsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end