org.tensorflow.metadata.v0.RecallAtPrecisionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/metric.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface RecallAtPrecisionOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.RecallAtPrecision)
com.google.protobuf.MessageOrBuilder {
/**
*
* Minimal required precision, (0.0, 1.0).
*
*
* .google.protobuf.DoubleValue precision = 1;
* @return Whether the precision field is set.
*/
boolean hasPrecision();
/**
*
* Minimal required precision, (0.0, 1.0).
*
*
* .google.protobuf.DoubleValue precision = 1;
* @return The precision.
*/
com.google.protobuf.DoubleValue getPrecision();
/**
*
* Minimal required precision, (0.0, 1.0).
*
*
* .google.protobuf.DoubleValue precision = 1;
*/
com.google.protobuf.DoubleValueOrBuilder getPrecisionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy