Class: Google::Cloud::DocumentAI::V1beta3::EvaluationReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/evaluation.rb

Overview

Gives a short summary of an evaluation, and links to the evaluation itself.

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_metrics::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics

Returns An aggregate of the statistics for the evaluation with fuzzy matching on.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 37

class EvaluationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#aggregate_metrics_exact::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics

Returns An aggregate of the statistics for the evaluation with fuzzy matching off.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 37

class EvaluationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#evaluation::String

Returns The resource name of the evaluation.

Returns:

  • (::String)

    The resource name of the evaluation.



37
38
39
40
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 37

class EvaluationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation::String

Returns The resource name of the Long Running Operation for the evaluation.

Returns:

  • (::String)

    The resource name of the Long Running Operation for the evaluation.



37
38
39
40
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 37

class EvaluationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end