com.clarifai.grpc.api.PostEvaluationsRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostEvaluationsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostEvaluationsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* eval_info, id, model, and ground_truth_dataset will be used when creating the evaluation
* If no dataset is provided, all app data that is annotated with concepts from the model will be used.
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 2;
*/
java.util.List
getEvalMetricsList();
/**
*
* eval_info, id, model, and ground_truth_dataset will be used when creating the evaluation
* If no dataset is provided, all app data that is annotated with concepts from the model will be used.
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 2;
*/
com.clarifai.grpc.api.EvalMetrics getEvalMetrics(int index);
/**
*
* eval_info, id, model, and ground_truth_dataset will be used when creating the evaluation
* If no dataset is provided, all app data that is annotated with concepts from the model will be used.
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 2;
*/
int getEvalMetricsCount();
/**
*
* eval_info, id, model, and ground_truth_dataset will be used when creating the evaluation
* If no dataset is provided, all app data that is annotated with concepts from the model will be used.
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 2;
*/
java.util.List extends com.clarifai.grpc.api.EvalMetricsOrBuilder>
getEvalMetricsOrBuilderList();
/**
*
* eval_info, id, model, and ground_truth_dataset will be used when creating the evaluation
* If no dataset is provided, all app data that is annotated with concepts from the model will be used.
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 2;
*/
com.clarifai.grpc.api.EvalMetricsOrBuilder getEvalMetricsOrBuilder(
int index);
}