Class: Aws::Types::Bias

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

#reportTypes::MetricsSource

Returns the value of attribute report.



982
983
984
# File 'sig/types.rbs', line 982

def report
  @report
end