AWSComprehendEntityRecognizerOutputDataConfig
Objective-C
@interface AWSComprehendEntityRecognizerOutputDataConfig
Swift
class AWSComprehendEntityRecognizerOutputDataConfig
Output data configuration.
-
The Amazon S3 prefix for the data lake location of the flywheel statistics.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelStatsS3Prefix;
Swift
var flywheelStatsS3Prefix: String? { get set }