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

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

  /**
   * 
   * Name for the weighted feature. This should not clash with other features in
   * the same schema.
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Name for the weighted feature. This should not clash with other features in
   * the same schema.
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Name for the weighted feature. This should not clash with other features in
   * the same schema.
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Path of a base feature to be weighted. Required.
   * 
* * optional .tensorflow.metadata.v0.Path feature = 2; * @return Whether the feature field is set. */ boolean hasFeature(); /** *
   * Path of a base feature to be weighted. Required.
   * 
* * optional .tensorflow.metadata.v0.Path feature = 2; * @return The feature. */ org.tensorflow.metadata.v0.Path getFeature(); /** *
   * Path of a base feature to be weighted. Required.
   * 
* * optional .tensorflow.metadata.v0.Path feature = 2; */ org.tensorflow.metadata.v0.PathOrBuilder getFeatureOrBuilder(); /** *
   * Path of weight feature to associate with the base feature. Must be same
   * shape as feature. Required.
   * 
* * optional .tensorflow.metadata.v0.Path weight_feature = 3; * @return Whether the weightFeature field is set. */ boolean hasWeightFeature(); /** *
   * Path of weight feature to associate with the base feature. Must be same
   * shape as feature. Required.
   * 
* * optional .tensorflow.metadata.v0.Path weight_feature = 3; * @return The weightFeature. */ org.tensorflow.metadata.v0.Path getWeightFeature(); /** *
   * Path of weight feature to associate with the base feature. Must be same
   * shape as feature. Required.
   * 
* * optional .tensorflow.metadata.v0.Path weight_feature = 3; */ org.tensorflow.metadata.v0.PathOrBuilder getWeightFeatureOrBuilder(); /** *
   * The lifecycle_stage determines where a feature is expected to be used,
   * and therefore how important issues with it are.
   * 
* * optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 4; * @return Whether the lifecycleStage field is set. */ boolean hasLifecycleStage(); /** *
   * The lifecycle_stage determines where a feature is expected to be used,
   * and therefore how important issues with it are.
   * 
* * optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 4; * @return The lifecycleStage. */ org.tensorflow.metadata.v0.LifecycleStage getLifecycleStage(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy