Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::EvaluationReference.
Gives a short summary of an evaluation, and links to the evaluation itself.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregate_metrics
def aggregate_metrics() -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching on.
#aggregate_metrics=
def aggregate_metrics=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching on.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching on.
#aggregate_metrics_exact
def aggregate_metrics_exact() -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching off.
#aggregate_metrics_exact=
def aggregate_metrics_exact=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching off.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics) — An aggregate of the statistics for the evaluation with fuzzy matching off.
#evaluation
def evaluation() -> ::String
Returns
- (::String) — The resource name of the evaluation.
#evaluation=
def evaluation=(value) -> ::String
Parameter
- value (::String) — The resource name of the evaluation.
Returns
- (::String) — The resource name of the evaluation.
#operation
def operation() -> ::String
Returns
- (::String) — The resource name of the Long Running Operation for the evaluation.
#operation=
def operation=(value) -> ::String
Parameter
- value (::String) — The resource name of the Long Running Operation for the evaluation.
Returns
- (::String) — The resource name of the Long Running Operation for the evaluation.