Class: Aws::Types::StartICD10CMInferenceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartICD10CMInferenceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#language_code ⇒ "en"
Returns the value of attribute language_code.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
447 448 449 |
# File 'sig/types.rbs', line 447 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
443 444 445 |
# File 'sig/types.rbs', line 443 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
446 447 448 |
# File 'sig/types.rbs', line 446 def job_name @job_name end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
448 449 450 |
# File 'sig/types.rbs', line 448 def kms_key @kms_key end |
#language_code ⇒ "en"
Returns the value of attribute language_code.
449 450 451 |
# File 'sig/types.rbs', line 449 def language_code @language_code end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
444 445 446 |
# File 'sig/types.rbs', line 444 def output_data_config @output_data_config end |