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

    Modifier and Type
    Method
    Description
    .tensorflow.Features features = 1;
    .tensorflow.Features features = 1;
    boolean
    .tensorflow.Features features = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;