Class: Aws::Types::CreateEntityRecognizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntityRecognizerRequest
- 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::EntityRecognizerInputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#model_policy ⇒ ::String
Returns the value of attribute model_policy.
-
#recognizer_name ⇒ ::String
Returns the value of attribute recognizer_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
289 290 291 |
# File 'sig/types.rbs', line 289 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::EntityRecognizerInputDataConfig
Returns the value of attribute input_data_config.
288 289 290 |
# File 'sig/types.rbs', line 288 def input_data_config @input_data_config end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
290 291 292 |
# File 'sig/types.rbs', line 290 def language_code @language_code end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def model_kms_key_id @model_kms_key_id end |
#model_policy ⇒ ::String
Returns the value of attribute model_policy.
294 295 296 |
# File 'sig/types.rbs', line 294 def model_policy @model_policy end |
#recognizer_name ⇒ ::String
Returns the value of attribute recognizer_name.
284 285 286 |
# File 'sig/types.rbs', line 284 def recognizer_name @recognizer_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
287 288 289 |
# File 'sig/types.rbs', line 287 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def version_name @version_name end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
292 293 294 |
# File 'sig/types.rbs', line 292 def vpc_config @vpc_config end |