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

org.tensorflow.metadata.v0.HistogramSelectionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface HistogramSelectionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.HistogramSelection)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .tensorflow.metadata.v0.HistogramSelection.Type type = 1;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional .tensorflow.metadata.v0.HistogramSelection.Type type = 1;
   * @return The type.
   */
  org.tensorflow.metadata.v0.HistogramSelection.Type getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy