Class: Aws::Types::EntityRecognizerProperties
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerProperties
- 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::EntityRecognizerInputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#output_data_config ⇒ Types::EntityRecognizerOutputDataConfig
Returns the value of attribute output_data_config.
-
#recognizer_metadata ⇒ Types::EntityRecognizerMetadata
Returns the value of attribute recognizer_metadata.
-
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
-
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#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.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def end_time @end_time end |
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
994 995 996 |
# File 'sig/types.rbs', line 994 def entity_recognizer_arn @entity_recognizer_arn end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::EntityRecognizerInputDataConfig
Returns the value of attribute input_data_config.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def input_data_config @input_data_config end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
995 996 997 |
# File 'sig/types.rbs', line 995 def language_code @language_code end |
#message ⇒ ::String
Returns the value of attribute message.
997 998 999 |
# File 'sig/types.rbs', line 997 def @message end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def model_kms_key_id @model_kms_key_id end |
#output_data_config ⇒ Types::EntityRecognizerOutputDataConfig
Returns the value of attribute output_data_config.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def output_data_config @output_data_config end |
#recognizer_metadata ⇒ Types::EntityRecognizerMetadata
Returns the value of attribute recognizer_metadata.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def @recognizer_metadata end |
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def source_model_arn @source_model_arn end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
996 997 998 |
# File 'sig/types.rbs', line 996 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
998 999 1000 |
# File 'sig/types.rbs', line 998 def submit_time @submit_time end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def training_end_time @training_end_time end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def training_start_time @training_start_time end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def version_name @version_name end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def vpc_config @vpc_config end |