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)


4211
4212
4213
4214
4215
# File 'lib/aws-sdk-comprehend/types.rb', line 4211

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