Class: Aws::Types::EntityRecognizerMetadataEntityTypesListItem
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerMetadataEntityTypesListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_metrics ⇒ Types::EntityTypesEvaluationMetrics
Returns the value of attribute evaluation_metrics.
-
#number_of_train_mentions ⇒ ::Integer
Returns the value of attribute number_of_train_mentions.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#evaluation_metrics ⇒ Types::EntityTypesEvaluationMetrics
Returns the value of attribute evaluation_metrics.
983 984 985 |
# File 'sig/types.rbs', line 983 def evaluation_metrics @evaluation_metrics end |
#number_of_train_mentions ⇒ ::Integer
Returns the value of attribute number_of_train_mentions.
984 985 986 |
# File 'sig/types.rbs', line 984 def number_of_train_mentions @number_of_train_mentions end |
#type ⇒ ::String
Returns the value of attribute type.
982 983 984 |
# File 'sig/types.rbs', line 982 def type @type end |