AWSComprehendEntityRecognizerProperties Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
dataAccessRoleArn
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
@property (nonatomic, strong) NSString *dataAccessRoleArn
Declared In
AWSComprehendModel.h
endTime
The time that the recognizer creation completed.
@property (nonatomic, strong) NSDate *endTime
Declared In
AWSComprehendModel.h
entityRecognizerArn
The Amazon Resource Name (ARN) that identifies the entity recognizer.
@property (nonatomic, strong) NSString *entityRecognizerArn
Declared In
AWSComprehendModel.h
inputDataConfig
The input data properties of an entity recognizer.
@property (nonatomic, strong) AWSComprehendEntityRecognizerInputDataConfig *inputDataConfig
Declared In
AWSComprehendModel.h
languageCode
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
@property (nonatomic, assign) AWSComprehendLanguageCode languageCode
Declared In
AWSComprehendModel.h
message
A description of the status of the recognizer.
@property (nonatomic, strong) NSString *message
Declared In
AWSComprehendModel.h
recognizerMetadata
Provides information about an entity recognizer.
@property (nonatomic, strong) AWSComprehendEntityRecognizerMetadata *recognizerMetadata
Declared In
AWSComprehendModel.h
status
Provides the status of the entity recognizer.
@property (nonatomic, assign) AWSComprehendModelStatus status
Declared In
AWSComprehendModel.h
submitTime
The time that the recognizer was submitted for processing.
@property (nonatomic, strong) NSDate *submitTime
Declared In
AWSComprehendModel.h
trainingEndTime
The time that training of the entity recognizer was completed.
@property (nonatomic, strong) NSDate *trainingEndTime
Declared In
AWSComprehendModel.h
trainingStartTime
The time that training of the entity recognizer started.
@property (nonatomic, strong) NSDate *trainingStartTime
Declared In
AWSComprehendModel.h