Class: Aws::Glue::Types::EvaluationMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Evaluation metrics provide an estimate of the quality of your machine learning transform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#find_matches_metricsTypes::FindMatchesMetrics

The evaluation metrics for the find matches algorithm.



8517
8518
8519
8520
8521
8522
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8517

class EvaluationMetrics < Struct.new(
  :transform_type,
  :find_matches_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#transform_typeString

The type of machine learning transform.

Returns:

  • (String)


8517
8518
8519
8520
8521
8522
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8517

class EvaluationMetrics < Struct.new(
  :transform_type,
  :find_matches_metrics)
  SENSITIVE = []
  include Aws::Structure
end