Class: Aws::Comprehend::Types::EntityRecognizerOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EntityRecognizerOutputDataConfig
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Output data configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_stats_s3_prefix ⇒ String
The Amazon S3 prefix for the data lake location of the flywheel statistics.
Instance Attribute Details
#flywheel_stats_s3_prefix ⇒ String
The Amazon S3 prefix for the data lake location of the flywheel statistics.
4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4267 class EntityRecognizerOutputDataConfig < Struct.new( :flywheel_stats_s3_prefix) SENSITIVE = [] include Aws::Structure end |