Interface ModelVersionOuterClass.GetModelVersionMetricsRequest.FieldsValueOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBinaryMetrics()
      bool binary_metrics = 4;
      boolean getConfusionMatrix()
      bool confusion_matrix = 1;
      boolean getCooccurrenceMatrix()
      bool cooccurrence_matrix = 2;
      boolean getLabelCounts()
      bool label_counts = 3;
      boolean getTestSet()
      bool test_set = 5;
      • 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

      • getConfusionMatrix

        boolean getConfusionMatrix()
        bool confusion_matrix = 1;
      • getCooccurrenceMatrix

        boolean getCooccurrenceMatrix()
        bool cooccurrence_matrix = 2;
      • getLabelCounts

        boolean getLabelCounts()
        bool label_counts = 3;
      • getBinaryMetrics

        boolean getBinaryMetrics()
        bool binary_metrics = 4;
      • getTestSet

        boolean getTestSet()
        bool test_set = 5;