com.clarifai.grpc.api.ROCOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ROCOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ROC)
com.google.protobuf.MessageOrBuilder {
/**
* repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return A list containing the fpr.
*/
java.util.List getFprList();
/**
* repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The count of fpr.
*/
int getFprCount();
/**
* repeated float fpr = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @param index The index of the element to return.
* @return The fpr at the given index.
*/
float getFpr(int index);
/**
* repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return A list containing the tpr.
*/
java.util.List getTprList();
/**
* repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The count of tpr.
*/
int getTprCount();
/**
* repeated float tpr = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @param index The index of the element to return.
* @return The tpr at the given index.
*/
float getTpr(int index);
/**
* repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return A list containing the thresholds.
*/
java.util.List getThresholdsList();
/**
* repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The count of thresholds.
*/
int getThresholdsCount();
/**
* repeated float thresholds = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @param index The index of the element to return.
* @return The thresholds at the given index.
*/
float getThresholds(int index);
/**
* repeated float fpr_per_image = 4;
* @return A list containing the fprPerImage.
*/
java.util.List getFprPerImageList();
/**
* repeated float fpr_per_image = 4;
* @return The count of fprPerImage.
*/
int getFprPerImageCount();
/**
* repeated float fpr_per_image = 4;
* @param index The index of the element to return.
* @return The fprPerImage at the given index.
*/
float getFprPerImage(int index);
/**
* repeated float fpr_per_object = 5;
* @return A list containing the fprPerObject.
*/
java.util.List getFprPerObjectList();
/**
* repeated float fpr_per_object = 5;
* @return The count of fprPerObject.
*/
int getFprPerObjectCount();
/**
* repeated float fpr_per_object = 5;
* @param index The index of the element to return.
* @return The fprPerObject at the given index.
*/
float getFprPerObject(int index);
}