AWSComprehendStopTrainingEntityRecognizerRequest
Objective-C
@interface AWSComprehendStopTrainingEntityRecognizerRequest
Swift
class AWSComprehendStopTrainingEntityRecognizerRequest
-
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable entityRecognizerArn;
Swift
var entityRecognizerArn: String? { get set }