Package org.tensorflow.example
Interface ExampleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Example,Example.Builder
public interface ExampleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturesgetFeatures().tensorflow.Features features = 1;FeaturesOrBuildergetFeaturesOrBuilder().tensorflow.Features features = 1;booleanhasFeatures().tensorflow.Features features = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFeatures
boolean hasFeatures()
.tensorflow.Features features = 1;- Returns:
- Whether the features field is set.
-
getFeatures
Features getFeatures()
.tensorflow.Features features = 1;- Returns:
- The features.
-
getFeaturesOrBuilder
FeaturesOrBuilder getFeaturesOrBuilder()
.tensorflow.Features features = 1;
-
-