Class: Aws::Textract::Types::AdapterVersionEvaluationMetric

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

Overview

Contains information on the metrics used to evalute the peformance of a given adapter version. Includes data for baseline model performance and individual adapter version perfromance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_versionTypes::EvaluationMetric

The F1 score, precision, and recall metrics for the baseline model.



132
133
134
135
136
137
138
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 132

class AdapterVersionEvaluationMetric < Struct.new(
  :baseline,
  :adapter_version,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end

#baselineTypes::EvaluationMetric

The F1 score, precision, and recall metrics for the baseline model.



132
133
134
135
136
137
138
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 132

class AdapterVersionEvaluationMetric < Struct.new(
  :baseline,
  :adapter_version,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end

#feature_typeString

Indicates the feature type being analyzed by a given adapter version.

Returns:

  • (String)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 132

class AdapterVersionEvaluationMetric < Struct.new(
  :baseline,
  :adapter_version,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end