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

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

  /**
   * 
   * Id of the domain. Required if the domain is defined at the schema level. If
   * so, then the name must be unique within the schema.
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Id of the domain. Required if the domain is defined at the schema level. If
   * so, then the name must be unique within the schema.
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Id of the domain. Required if the domain is defined at the schema level. If
   * so, then the name must be unique within the schema.
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Strings values for TRUE/FALSE.
   * 
* * optional string true_value = 2; * @return Whether the trueValue field is set. */ boolean hasTrueValue(); /** *
   * Strings values for TRUE/FALSE.
   * 
* * optional string true_value = 2; * @return The trueValue. */ java.lang.String getTrueValue(); /** *
   * Strings values for TRUE/FALSE.
   * 
* * optional string true_value = 2; * @return The bytes for trueValue. */ com.google.protobuf.ByteString getTrueValueBytes(); /** * optional string false_value = 3; * @return Whether the falseValue field is set. */ boolean hasFalseValue(); /** * optional string false_value = 3; * @return The falseValue. */ java.lang.String getFalseValue(); /** * optional string false_value = 3; * @return The bytes for falseValue. */ com.google.protobuf.ByteString getFalseValueBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy