Class: Aws::Types::DatasetDocumentClassifierInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::DatasetDocumentClassifierInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_delimiter ⇒ ::String
Returns the value of attribute label_delimiter.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#label_delimiter ⇒ ::String
Returns the value of attribute label_delimiter.
341 342 343 |
# File 'sig/types.rbs', line 341 def label_delimiter @label_delimiter end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
340 341 342 |
# File 'sig/types.rbs', line 340 def s3_uri @s3_uri end |