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

org.tensorflow.util.testlog.MetricEntryOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto

package org.tensorflow.util.testlog;

public interface MetricEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.MetricEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Metric name
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Metric name
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Metric value
   * 
* * double value = 2; */ double getValue(); /** *
   * The minimum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue min_value = 3; */ boolean hasMinValue(); /** *
   * The minimum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue min_value = 3; */ com.google.protobuf.DoubleValue getMinValue(); /** *
   * The minimum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue min_value = 3; */ com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder(); /** *
   * The maximum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue max_value = 4; */ boolean hasMaxValue(); /** *
   * The maximum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue max_value = 4; */ com.google.protobuf.DoubleValue getMaxValue(); /** *
   * The maximum acceptable value for the metric if specified
   * 
* * .google.protobuf.DoubleValue max_value = 4; */ com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy