org.tensorflow.metadata.v0.FeaturePresenceWithinGroupOrBuilder 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 FeaturePresenceWithinGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.FeaturePresenceWithinGroup)
com.google.protobuf.MessageOrBuilder {
/**
* optional bool required = 1;
* @return Whether the required field is set.
*/
boolean hasRequired();
/**
* optional bool required = 1;
* @return The required.
*/
boolean getRequired();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy