Interface LearnerOuterClass.TimeSampleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getTime()
      double time = 1;
      LearnerOuterClass.DataField getValue()
      .DataField value = 2;
      LearnerOuterClass.DataFieldOrBuilder getValueOrBuilder()
      .DataField value = 2;
      boolean hasValue()
      .DataField value = 2;
      • 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 Detail

      • getTime

        double getTime()
        double time = 1;
        Returns:
        The time.
      • hasValue

        boolean hasValue()
        .DataField value = 2;
        Returns:
        Whether the value field is set.