Class: Aws::Types::ClassifierMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ClassifierMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_metrics ⇒ Types::ClassifierEvaluationMetrics
Returns the value of attribute evaluation_metrics.
-
#number_of_labels ⇒ ::Integer
Returns the value of attribute number_of_labels.
-
#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
#evaluation_metrics ⇒ Types::ClassifierEvaluationMetrics
Returns the value of attribute evaluation_metrics.
190 191 192 |
# File 'sig/types.rbs', line 190 def evaluation_metrics @evaluation_metrics end |
#number_of_labels ⇒ ::Integer
Returns the value of attribute number_of_labels.
187 188 189 |
# File 'sig/types.rbs', line 187 def number_of_labels @number_of_labels end |
#number_of_test_documents ⇒ ::Integer
Returns the value of attribute number_of_test_documents.
189 190 191 |
# File 'sig/types.rbs', line 189 def number_of_test_documents @number_of_test_documents end |
#number_of_trained_documents ⇒ ::Integer
Returns the value of attribute number_of_trained_documents.
188 189 190 |
# File 'sig/types.rbs', line 188 def number_of_trained_documents @number_of_trained_documents end |