Class: Aws::Types::ClassifierMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_metricsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def number_of_trained_documents
  @number_of_trained_documents
end