Class: Aws::Comprehend::Types::EntityRecognizerOutputDataConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Output data configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_stats_s3_prefixString

The Amazon S3 prefix for the data lake location of the flywheel statistics.

Returns:

  • (String)


4267
4268
4269
4270
4271
# File 'lib/aws-sdk-comprehend/types.rb', line 4267

class EntityRecognizerOutputDataConfig < Struct.new(
  :flywheel_stats_s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end