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

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

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

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

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

  /**
   * 
   * Sql expression used to create a derived feature based on the extracted
   * slice keys. It must return result of STRUCT type.
   * 
* * string expression = 1; * @return The expression. */ java.lang.String getExpression(); /** *
   * Sql expression used to create a derived feature based on the extracted
   * slice keys. It must return result of STRUCT type.
   * 
* * string expression = 1; * @return The bytes for expression. */ com.google.protobuf.ByteString getExpressionBytes(); /** *
   * Value type of the derived feature. The default type is string.
   * 
* * .tensorflow.metadata.v0.SliceValueTypes feature_value_type = 2; * @return The enum numeric value on the wire for featureValueType. */ int getFeatureValueTypeValue(); /** *
   * Value type of the derived feature. The default type is string.
   * 
* * .tensorflow.metadata.v0.SliceValueTypes feature_value_type = 2; * @return The featureValueType. */ org.tensorflow.metadata.v0.SliceValueTypes getFeatureValueType(); /** *
   * Indicates whether to drop struct name in the generated output.
   * 
* * bool drop_struct_name = 3; * @return The dropStructName. */ boolean getDropStructName(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy