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

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

  /**
   * 
   * Minimal required sensitivity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue sensitivity = 1; * @return Whether the sensitivity field is set. */ boolean hasSensitivity(); /** *
   * Minimal required sensitivity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue sensitivity = 1; * @return The sensitivity. */ com.google.protobuf.DoubleValue getSensitivity(); /** *
   * Minimal required sensitivity, (0.0, 1.0).
   * 
* * .google.protobuf.DoubleValue sensitivity = 1; */ com.google.protobuf.DoubleValueOrBuilder getSensitivityOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy