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

org.tensorflow.metadata.v0.TopKClassificationOrBuilder 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 TopKClassificationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.TopKClassification)
    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 = 6; * @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 = 6; * @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 = 6; */ org.tensorflow.metadata.v0.PathOrBuilder getLabelPathOrBuilder(); /** *
   * (optional) The weight column.
   * 
* * string example_weight = 2; * @return The exampleWeight. */ java.lang.String getExampleWeight(); /** *
   * (optional) The weight column.
   * 
* * string example_weight = 2; * @return The bytes for exampleWeight. */ com.google.protobuf.ByteString getExampleWeightBytes(); /** *
   * (optional) The number of label classes. If unset, the solution provider
   * is expected to infer the number of classes from the data.
   * 
* * uint64 n_classes = 3; * @return The nClasses. */ long getNClasses(); /** *
   * (optional) The number of class labels to predict. If unset, we assume 1.
   * 
* * uint64 n_predicted_labels = 4; * @return The nPredictedLabels. */ long getNPredictedLabels(); /** * .tensorflow.metadata.v0.TopKClassification.Order predictions_order = 5; * @return The enum numeric value on the wire for predictionsOrder. */ int getPredictionsOrderValue(); /** * .tensorflow.metadata.v0.TopKClassification.Order predictions_order = 5; * @return The predictionsOrder. */ org.tensorflow.metadata.v0.TopKClassification.Order getPredictionsOrder(); org.tensorflow.metadata.v0.TopKClassification.LabelIdCase getLabelIdCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy