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

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

  /**
   * 
   * Minimal required specificity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue specificity = 1; * @return Whether the specificity field is set. */ boolean hasSpecificity(); /** *
   * Minimal required specificity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue specificity = 1; * @return The specificity. */ com.google.protobuf.DoubleValue getSpecificity(); /** *
   * Minimal required specificity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue specificity = 1; */ com.google.protobuf.DoubleValueOrBuilder getSpecificityOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy