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")


6036
6037
6038
# File 'sig/types.rbs', line 6036

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")


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

def standard_metric_name
  @standard_metric_name
end

#type"Maximize", "Minimize"

Returns the value of attribute type.

Returns:

  • ("Maximize", "Minimize")


6035
6036
6037
# File 'sig/types.rbs', line 6035

def type
  @type
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


6037
6038
6039
# File 'sig/types.rbs', line 6037

def value
  @value
end