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

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

There is a newer version: 0.6.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/problem_statement.proto

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

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

  /**
   * 
   * The name of the label. Assumes the label is a flat, top-level field.
   * 
* * string label = 1; * @return Whether the label field is set. */ boolean hasLabel(); /** *
   * The name of the label. Assumes the label is a flat, top-level field.
   * 
* * string label = 1; * @return The label. */ java.lang.String getLabel(); /** *
   * The name of the label. Assumes the label is a flat, top-level field.
   * 
* * string label = 1; * @return The bytes for label. */ com.google.protobuf.ByteString getLabelBytes(); /** *
   * A path can be used instead of a flat string if the label is nested.
   * 
* * .tensorflow.metadata.v0.Path label_path = 3; * @return Whether the labelPath field is set. */ boolean hasLabelPath(); /** *
   * A path can be used instead of a flat string if the label is nested.
   * 
* * .tensorflow.metadata.v0.Path label_path = 3; * @return The labelPath. */ org.tensorflow.metadata.v0.Path getLabelPath(); /** *
   * A path can be used instead of a flat string if the label is nested.
   * 
* * .tensorflow.metadata.v0.Path label_path = 3; */ org.tensorflow.metadata.v0.PathOrBuilder getLabelPathOrBuilder(); /** *
   * (optional) The weight column.
   * 
* * string weight = 2; * @return The weight. */ java.lang.String getWeight(); /** *
   * (optional) The weight column.
   * 
* * string weight = 2; * @return The bytes for weight. */ com.google.protobuf.ByteString getWeightBytes(); /** *
   * When set means the label is a probability in range [0..1].
   * 
* * .tensorflow.metadata.v0.MultiDimensionalRegression.Probability probability = 4; * @return Whether the probability field is set. */ boolean hasProbability(); /** *
   * When set means the label is a probability in range [0..1].
   * 
* * .tensorflow.metadata.v0.MultiDimensionalRegression.Probability probability = 4; * @return The probability. */ org.tensorflow.metadata.v0.MultiDimensionalRegression.Probability getProbability(); /** *
   * When set means the label is a probability in range [0..1].
   * 
* * .tensorflow.metadata.v0.MultiDimensionalRegression.Probability probability = 4; */ org.tensorflow.metadata.v0.MultiDimensionalRegression.ProbabilityOrBuilder getProbabilityOrBuilder(); org.tensorflow.metadata.v0.MultiDimensionalRegression.LabelIdCase getLabelIdCase(); org.tensorflow.metadata.v0.MultiDimensionalRegression.LabelTypeCase getLabelTypeCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy