com.clarifai.grpc.api.FieldsValueOrBuilder 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 FieldsValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.FieldsValue)
com.google.protobuf.MessageOrBuilder {
/**
* bool confusion_matrix = 1;
* @return The confusionMatrix.
*/
boolean getConfusionMatrix();
/**
* bool cooccurrence_matrix = 2;
* @return The cooccurrenceMatrix.
*/
boolean getCooccurrenceMatrix();
/**
* bool label_counts = 3;
* @return The labelCounts.
*/
boolean getLabelCounts();
/**
* bool binary_metrics = 4;
* @return The binaryMetrics.
*/
boolean getBinaryMetrics();
/**
* bool test_set = 5;
* @return The testSet.
*/
boolean getTestSet();
/**
* bool metrics_by_area = 6;
* @return The metricsByArea.
*/
boolean getMetricsByArea();
/**
* bool metrics_by_class = 7;
* @return The metricsByClass.
*/
boolean getMetricsByClass();
}