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.



8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8946

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

#transform_typeString

The type of machine learning transform.

Returns:

  • (String)


8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8946

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