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

org.tensorflow.metadata.v0.StringDomainOrBuilder 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 StringDomainOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.StringDomain)
    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(); /** *
   * The values appearing in the domain.
   * 
* * repeated string value = 2; * @return A list containing the value. */ java.util.List getValueList(); /** *
   * The values appearing in the domain.
   * 
* * repeated string value = 2; * @return The count of value. */ int getValueCount(); /** *
   * The values appearing in the domain.
   * 
* * repeated string value = 2; * @param index The index of the element to return. * @return The value at the given index. */ java.lang.String getValue(int index); /** *
   * The values appearing in the domain.
   * 
* * repeated string value = 2; * @param index The index of the value to return. * @return The bytes of the value at the given index. */ com.google.protobuf.ByteString getValueBytes(int index); /** * optional .tensorflow.metadata.v0.StringDomain.Categorical is_categorical = 3; * @return Whether the isCategorical field is set. */ boolean hasIsCategorical(); /** * optional .tensorflow.metadata.v0.StringDomain.Categorical is_categorical = 3; * @return The isCategorical. */ org.tensorflow.metadata.v0.StringDomain.Categorical getIsCategorical(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy