All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.PrecisionAtRecallOrBuilder 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 PrecisionAtRecallOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.PrecisionAtRecall)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Minimal required recall, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue recall = 1; * @return Whether the recall field is set. */ boolean hasRecall(); /** *
   * Minimal required recall, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue recall = 1; * @return The recall. */ com.google.protobuf.DoubleValue getRecall(); /** *
   * Minimal required recall, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue recall = 1; */ com.google.protobuf.DoubleValueOrBuilder getRecallOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy