Class: Aws::Types::EntityRecognizerMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_types ⇒ ::Array[Types::EntityRecognizerMetadataEntityTypesListItem]
Returns the value of attribute entity_types.
-
#evaluation_metrics ⇒ Types::EntityRecognizerEvaluationMetrics
Returns the value of attribute evaluation_metrics.
-
#number_of_test_documents ⇒ ::Integer
Returns the value of attribute number_of_test_documents.
-
#number_of_trained_documents ⇒ ::Integer
Returns the value of attribute number_of_trained_documents.
Instance Attribute Details
#entity_types ⇒ ::Array[Types::EntityRecognizerMetadataEntityTypesListItem]
Returns the value of attribute entity_types.
977 978 979 |
# File 'sig/types.rbs', line 977 def entity_types @entity_types end |
#evaluation_metrics ⇒ Types::EntityRecognizerEvaluationMetrics
Returns the value of attribute evaluation_metrics.
976 977 978 |
# File 'sig/types.rbs', line 976 def evaluation_metrics @evaluation_metrics end |
#number_of_test_documents ⇒ ::Integer
Returns the value of attribute number_of_test_documents.
975 976 977 |
# File 'sig/types.rbs', line 975 def number_of_test_documents @number_of_test_documents end |
#number_of_trained_documents ⇒ ::Integer
Returns the value of attribute number_of_trained_documents.
974 975 976 |
# File 'sig/types.rbs', line 974 def number_of_trained_documents @number_of_trained_documents end |