Class: Aws::Types::CreateDocumentClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDocumentClassifierRequest
- 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.
-
#document_classifier_name ⇒ ::String
Returns the value of attribute document_classifier_name.
-
#input_data_config ⇒ Types::DocumentClassifierInputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#mode ⇒ "MULTI_CLASS", "MULTI_LABEL"
Returns the value of attribute mode.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#model_policy ⇒ ::String
Returns the value of attribute model_policy.
-
#output_data_config ⇒ Types::DocumentClassifierOutputDataConfig
Returns the value of attribute output_data_config.
-
#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.
251 252 253 |
# File 'sig/types.rbs', line 251 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def data_access_role_arn @data_access_role_arn end |
#document_classifier_name ⇒ ::String
Returns the value of attribute document_classifier_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def document_classifier_name @document_classifier_name end |
#input_data_config ⇒ Types::DocumentClassifierInputDataConfig
Returns the value of attribute input_data_config.
249 250 251 |
# File 'sig/types.rbs', line 249 def input_data_config @input_data_config end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
252 253 254 |
# File 'sig/types.rbs', line 252 def language_code @language_code end |
#mode ⇒ "MULTI_CLASS", "MULTI_LABEL"
Returns the value of attribute mode.
255 256 257 |
# File 'sig/types.rbs', line 255 def mode @mode end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def model_kms_key_id @model_kms_key_id end |
#model_policy ⇒ ::String
Returns the value of attribute model_policy.
257 258 259 |
# File 'sig/types.rbs', line 257 def model_policy @model_policy end |
#output_data_config ⇒ Types::DocumentClassifierOutputDataConfig
Returns the value of attribute output_data_config.
250 251 252 |
# File 'sig/types.rbs', line 250 def output_data_config @output_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
248 249 250 |
# File 'sig/types.rbs', line 248 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def version_name @version_name end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
254 255 256 |
# File 'sig/types.rbs', line 254 def vpc_config @vpc_config end |