Interface ModelVersionOuterClass.ROCOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getFpr​(int index)
      repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      int getFprCount()
      repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      java.util.List<java.lang.Float> getFprList()
      repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      float getThresholds​(int index)
      repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
      int getThresholdsCount()
      repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
      java.util.List<java.lang.Float> getThresholdsList()
      repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
      float getTpr​(int index)
      repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      int getTprCount()
      repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      java.util.List<java.lang.Float> getTprList()
      repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • 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

      • getFprList

        java.util.List<java.lang.Float> getFprList()
        repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getFprCount

        int getFprCount()
        repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getFpr

        float getFpr​(int index)
        repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getTprList

        java.util.List<java.lang.Float> getTprList()
        repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getTprCount

        int getTprCount()
        repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getTpr

        float getTpr​(int index)
        repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getThresholdsList

        java.util.List<java.lang.Float> getThresholdsList()
        repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getThresholdsCount

        int getThresholdsCount()
        repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
      • getThresholds

        float getThresholds​(int index)
        repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];