Class: Aws::Types::FinalAutoMLJobObjectiveMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name"Accuracy", ...

Returns the value of attribute metric_name.

Returns:

  • ("Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "BalancedAccuracy", "R2", "Recall", "RecallMacro", "Precision", "PrecisionMacro", "MAE", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss")


6040
6041
6042
# File 'sig/types.rbs', line 6040

def metric_name
  @metric_name
end

#standard_metric_name"Accuracy", ...

Returns the value of attribute standard_metric_name.

Returns:

  • ("Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "BalancedAccuracy", "R2", "Recall", "RecallMacro", "Precision", "PrecisionMacro", "MAE", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss")


6042
6043
6044
# File 'sig/types.rbs', line 6042

def standard_metric_name
  @standard_metric_name
end

#type"Maximize", "Minimize"

Returns the value of attribute type.

Returns:

  • ("Maximize", "Minimize")


6039
6040
6041
# File 'sig/types.rbs', line 6039

def type
  @type
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


6041
6042
6043
# File 'sig/types.rbs', line 6041

def value
  @value
end