Class: Aws::Types::ModelVersionEvaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_score::String

Returns the value of attribute evaluation_score.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def evaluation_score
  @evaluation_score
end

#output_variable_name::String

Returns the value of attribute output_variable_name.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def output_variable_name
  @output_variable_name
end

#prediction_explanationsTypes::PredictionExplanations

Returns the value of attribute prediction_explanations.



1052
1053
1054
# File 'sig/types.rbs', line 1052

def prediction_explanations
  @prediction_explanations
end