Class: Aws::Types::Bias
- Inherits:
-
Object
- Object
- Aws::Types::Bias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#post_training_report ⇒ Types::MetricsSource
Returns the value of attribute post_training_report.
-
#pre_training_report ⇒ Types::MetricsSource
Returns the value of attribute pre_training_report.
-
#report ⇒ Types::MetricsSource
Returns the value of attribute report.
Instance Attribute Details
#post_training_report ⇒ Types::MetricsSource
Returns the value of attribute post_training_report.
984 985 986 |
# File 'sig/types.rbs', line 984 def post_training_report @post_training_report end |
#pre_training_report ⇒ Types::MetricsSource
Returns the value of attribute pre_training_report.
983 984 985 |
# File 'sig/types.rbs', line 983 def pre_training_report @pre_training_report end |
#report ⇒ Types::MetricsSource
Returns the value of attribute report.
982 983 984 |
# File 'sig/types.rbs', line 982 def report @report end |