EntityRecognizerState class
Input properties used for looking up and filtering EntityRecognizer resources.
Constructors
-
EntityRecognizerState({Input<
String?> ? arn, Input<String?> ? dataAccessRoleArn, Input<EntityRecognizerInputDataConfig?> ? inputDataConfig, Input<String?> ? languageCode, Input<String?> ? modelKmsKeyId, Input<String?> ? name, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? versionName, Input<String?> ? versionNamePrefix, Input<String?> ? volumeKmsKeyId, Input<EntityRecognizerVpcConfig?> ? vpcConfig}) -
Creates a new EntityRecognizerState.
arnARN of the Entity Recognizer version.dataAccessRoleArnThe ARN for an IAM Role which allows Comprehend to read the training and testing data.inputDataConfigConfiguration for the training and testing data.languageCodeTwo-letter language code for the language.modelKmsKeyIdThe ID or ARN of a KMS Key used to encrypt trained Entity Recognizers.nameName for the Entity Recognizer.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsConfiguration Block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.versionNameName for the version of the Entity Recognizer.versionNamePrefixCreates a unique version name beginning with the specified prefix.volumeKmsKeyIdID or ARN of a KMS Key used to encrypt storage volumes during job processing.vpcConfigConfiguration parameters for VPC to contain Entity Recognizer resources.const -
EntityRecognizerState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the Entity Recognizer version.
final
-
dataAccessRoleArn
→ Input<
String?> ? -
The ARN for an IAM Role which allows Comprehend to read the training and testing data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputDataConfig
→ Input<
EntityRecognizerInputDataConfig?> ? -
Configuration for the training and testing data.
See the
inputDataConfigConfiguration Block section below.final -
languageCode
→ Input<
String?> ? -
Two-letter language code for the language.
One of
en,es,fr,it,de, orpt.final -
modelKmsKeyId
→ Input<
String?> ? -
The ID or ARN of a KMS Key used to encrypt trained Entity Recognizers.
final
-
name
→ Input<
String?> ? -
Name for the Entity Recognizer.
Has a maximum length of 63 characters.
Can contain upper- and lower-case letters, numbers, and hypen (
-).final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsConfiguration Block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
versionName
→ Input<
String?> ? -
Name for the version of the Entity Recognizer.
Each version must have a unique name within the Entity Recognizer.
If omitted, the provider will assign a random, unique version name.
If explicitly set to
"", no version name will be set. Has a maximum length of 63 characters. Can contain upper- and lower-case letters, numbers, and hypen (-). Conflicts withversionNamePrefix.final -
versionNamePrefix
→ Input<
String?> ? -
Creates a unique version name beginning with the specified prefix.
Has a maximum length of 37 characters.
Can contain upper- and lower-case letters, numbers, and hypen (
-). Conflicts withversionName.final -
volumeKmsKeyId
→ Input<
String?> ? -
ID or ARN of a KMS Key used to encrypt storage volumes during job processing.
final
-
vpcConfig
→ Input<
EntityRecognizerVpcConfig?> ? -
Configuration parameters for VPC to contain Entity Recognizer resources.
See the
vpcConfigConfiguration Block section below.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited