org.tensorflow.metadata.v0.BinaryClassificationOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/problem_statement.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface BinaryClassificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.BinaryClassification)
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 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) specification of the positive and/or negative class value.
*
*
* .tensorflow.metadata.v0.BinaryClassification.PositiveNegativeSpec positive_negative_spec = 4;
* @return Whether the positiveNegativeSpec field is set.
*/
boolean hasPositiveNegativeSpec();
/**
*
* (optional) specification of the positive and/or negative class value.
*
*
* .tensorflow.metadata.v0.BinaryClassification.PositiveNegativeSpec positive_negative_spec = 4;
* @return The positiveNegativeSpec.
*/
org.tensorflow.metadata.v0.BinaryClassification.PositiveNegativeSpec getPositiveNegativeSpec();
/**
*
* (optional) specification of the positive and/or negative class value.
*
*
* .tensorflow.metadata.v0.BinaryClassification.PositiveNegativeSpec positive_negative_spec = 4;
*/
org.tensorflow.metadata.v0.BinaryClassification.PositiveNegativeSpecOrBuilder getPositiveNegativeSpecOrBuilder();
org.tensorflow.metadata.v0.BinaryClassification.LabelIdCase getLabelIdCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy