EntityRecognizerProperties
public struct EntityRecognizerProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
Declaration
Swift
public let dataAccessRoleArn: String?
-
The time that the recognizer creation completed.
Declaration
Swift
public let endTime: TimeStamp?
-
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Declaration
Swift
public let entityRecognizerArn: String?
-
The input data properties of an entity recognizer.
Declaration
Swift
public let inputDataConfig: EntityRecognizerInputDataConfig?
-
The language of the input documents. All documents must be in the same language. Only English (“en”) is currently supported.
Declaration
Swift
public let languageCode: LanguageCode?
-
A description of the status of the recognizer.
Declaration
Swift
public let message: String?
-
Provides information about an entity recognizer.
Declaration
Swift
public let recognizerMetadata: EntityRecognizerMetadata?
-
Provides the status of the entity recognizer.
Declaration
Swift
public let status: ModelStatus?
-
The time that the recognizer was submitted for processing.
Declaration
Swift
public let submitTime: TimeStamp?
-
The time that training of the entity recognizer was completed.
Declaration
Swift
public let trainingEndTime: TimeStamp?
-
The time that training of the entity recognizer started.
Declaration
Swift
public let trainingStartTime: TimeStamp?
-
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats: KMS Key ID: “1234abcd-12ab-34cd-56ef-1234567890ab” Amazon Resource Name (ARN) of a KMS Key: “arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab”
Declaration
Swift
public let volumeKmsKeyId: String?
-
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.
Declaration
Swift
public let vpcConfig: VpcConfig?
-
init(dataAccessRoleArn:endTime:entityRecognizerArn:inputDataConfig:languageCode:message:recognizerMetadata:status:submitTime:trainingEndTime:trainingStartTime:volumeKmsKeyId:vpcConfig:)
Undocumented
Declaration
Swift
public init(dataAccessRoleArn: String? = nil, endTime: TimeStamp? = nil, entityRecognizerArn: String? = nil, inputDataConfig: EntityRecognizerInputDataConfig? = nil, languageCode: LanguageCode? = nil, message: String? = nil, recognizerMetadata: EntityRecognizerMetadata? = nil, status: ModelStatus? = nil, submitTime: TimeStamp? = nil, trainingEndTime: TimeStamp? = nil, trainingStartTime: TimeStamp? = nil, volumeKmsKeyId: String? = nil, vpcConfig: VpcConfig? = nil)