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.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def post_training_report @post_training_report end |
#pre_training_report ⇒ Types::MetricsSource
Returns the value of attribute pre_training_report.
998 999 1000 |
# File 'sig/types.rbs', line 998 def pre_training_report @pre_training_report end |
#report ⇒ Types::MetricsSource
Returns the value of attribute report.
997 998 999 |
# File 'sig/types.rbs', line 997 def report @report end |