Class: Aws::Types::Bias

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#post_training_reportTypes::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_reportTypes::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

#reportTypes::MetricsSource

Returns the value of attribute report.



997
998
999
# File 'sig/types.rbs', line 997

def report
  @report
end