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

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

There is a newer version: 0.14.10
Show 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 SequenceValueConstraintsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.SequenceValueConstraints)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 int_value = 1;
   * @return Whether the intValue field is set.
   */
  boolean hasIntValue();
  /**
   * int64 int_value = 1;
   * @return The intValue.
   */
  long getIntValue();

  /**
   * string string_value = 2;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * string string_value = 2;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string string_value = 2;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  /**
   * 
   * Min / max number of times the value can occur in a sequence.
   * 
* * optional int64 min_per_sequence = 3; * @return Whether the minPerSequence field is set. */ boolean hasMinPerSequence(); /** *
   * Min / max number of times the value can occur in a sequence.
   * 
* * optional int64 min_per_sequence = 3; * @return The minPerSequence. */ long getMinPerSequence(); /** * optional int64 max_per_sequence = 4; * @return Whether the maxPerSequence field is set. */ boolean hasMaxPerSequence(); /** * optional int64 max_per_sequence = 4; * @return The maxPerSequence. */ long getMaxPerSequence(); /** *
   * Min / max fraction of sequences that must contain the value.
   * 
* * optional float min_fraction_of_sequences = 5; * @return Whether the minFractionOfSequences field is set. */ boolean hasMinFractionOfSequences(); /** *
   * Min / max fraction of sequences that must contain the value.
   * 
* * optional float min_fraction_of_sequences = 5; * @return The minFractionOfSequences. */ float getMinFractionOfSequences(); /** * optional float max_fraction_of_sequences = 6; * @return Whether the maxFractionOfSequences field is set. */ boolean hasMaxFractionOfSequences(); /** * optional float max_fraction_of_sequences = 6; * @return The maxFractionOfSequences. */ float getMaxFractionOfSequences(); org.tensorflow.metadata.v0.SequenceValueConstraints.ValueCase getValueCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy