Class: Aws::Types::ComprehendMedicalAsyncJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::ComprehendMedicalAsyncJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#language_code ⇒ "en"
Returns the value of attribute language_code.
-
#manifest_file_path ⇒ ::String
Returns the value of attribute manifest_file_path.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
44 45 46 |
# File 'sig/types.rbs', line 44 def end_time @end_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
45 46 47 |
# File 'sig/types.rbs', line 45 def expiration_time @expiration_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
46 47 48 |
# File 'sig/types.rbs', line 46 def input_data_config @input_data_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
40 41 42 |
# File 'sig/types.rbs', line 40 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
41 42 43 |
# File 'sig/types.rbs', line 41 def job_status @job_status end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
51 52 53 |
# File 'sig/types.rbs', line 51 def kms_key @kms_key end |
#language_code ⇒ "en"
Returns the value of attribute language_code.
48 49 50 |
# File 'sig/types.rbs', line 48 def language_code @language_code end |
#manifest_file_path ⇒ ::String
Returns the value of attribute manifest_file_path.
50 51 52 |
# File 'sig/types.rbs', line 50 def manifest_file_path @manifest_file_path end |
#message ⇒ ::String
Returns the value of attribute message.
42 43 44 |
# File 'sig/types.rbs', line 42 def @message end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
52 53 54 |
# File 'sig/types.rbs', line 52 def model_version @model_version end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
47 48 49 |
# File 'sig/types.rbs', line 47 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
43 44 45 |
# File 'sig/types.rbs', line 43 def submit_time @submit_time end |