Class: Aws::ComprehendMedical::Types::StartSNOMEDCTInferenceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StartSNOMEDCTInferenceJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for the request.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
-
#input_data_config ⇒ Types::InputDataConfig
The input properties for an entities detection job.
-
#job_name ⇒ String
The user generated name the asynchronous InferSNOMEDCT job.
-
#kms_key ⇒ String
An AWS Key Management Service key used to encrypt your output files.
-
#language_code ⇒ String
The language of the input documents.
-
#output_data_config ⇒ Types::OutputDataConfig
The output properties for a detection job.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The user generated name the asynchronous InferSNOMEDCT job.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language of the input documents. All documents must be in the same language.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |
#output_data_config ⇒ Types::OutputDataConfig
The output properties for a detection job.
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1959 class StartSNOMEDCTInferenceJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :client_request_token, :kms_key, :language_code) SENSITIVE = [] include Aws::Structure end |