Class: Aws::Types::EntitiesDetectionJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::EntitiesDetectionJobProperties
- 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.
-
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#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.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
902 903 904 |
# File 'sig/types.rbs', line 902 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
897 898 899 |
# File 'sig/types.rbs', line 897 def end_time @end_time end |
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
898 899 900 |
# File 'sig/types.rbs', line 898 def entity_recognizer_arn @entity_recognizer_arn end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
905 906 907 |
# File 'sig/types.rbs', line 905 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
899 900 901 |
# File 'sig/types.rbs', line 899 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
892 893 894 |
# File 'sig/types.rbs', line 892 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
891 892 893 |
# File 'sig/types.rbs', line 891 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
893 894 895 |
# File 'sig/types.rbs', line 893 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
894 895 896 |
# File 'sig/types.rbs', line 894 def job_status @job_status end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
901 902 903 |
# File 'sig/types.rbs', line 901 def language_code @language_code end |
#message ⇒ ::String
Returns the value of attribute message.
895 896 897 |
# File 'sig/types.rbs', line 895 def end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
900 901 902 |
# File 'sig/types.rbs', line 900 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
896 897 898 |
# File 'sig/types.rbs', line 896 def submit_time @submit_time end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
904 905 906 |
# File 'sig/types.rbs', line 904 def vpc_config @vpc_config end |