Class: Google::Cloud::DocumentAI::V1beta3::Evaluation::EvaluationRevision

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

Overview

A revision of the evaluation.

Defined Under Namespace

Classes: EntityMetricsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#all_entities_metrics::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics (readonly)

Returns Output only. Metrics for all the entities in aggregate.

Returns:



203
204
205
206
207
208
209
210
211
212
213
214
215
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 203

class EvaluationRevision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics]
  class EntityMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#document_counters::Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters (readonly)

Returns Output only. Counters for the documents used in the evaluation.

Returns:



203
204
205
206
207
208
209
210
211
212
213
214
215
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 203

class EvaluationRevision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics]
  class EntityMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#entity_metrics::Google::Protobuf::Map{::String => ::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics} (readonly)

Returns Output only. Metrics across confidence levels, for different entities.

Returns:



203
204
205
206
207
208
209
210
211
212
213
214
215
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 203

class EvaluationRevision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics]
  class EntityMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#revision_id::String (readonly)

Returns Output only. The revision ID of the evaluation.

Returns:

  • (::String)

    Output only. The revision ID of the evaluation.



203
204
205
206
207
208
209
210
211
212
213
214
215
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 203

class EvaluationRevision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics]
  class EntityMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end