com.clarifai.grpc.api.PostModelVersionEvaluationsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostModelVersionEvaluationsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostModelVersionEvaluationsRequest)
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();
/**
* string model_id = 2;
* @return The modelId.
*/
java.lang.String getModelId();
/**
* string model_id = 2;
* @return The bytes for modelId.
*/
com.google.protobuf.ByteString
getModelIdBytes();
/**
* string model_version_id = 3;
* @return The modelVersionId.
*/
java.lang.String getModelVersionId();
/**
* string model_version_id = 3;
* @return The bytes for modelVersionId.
*/
com.google.protobuf.ByteString
getModelVersionIdBytes();
/**
*
* EvalInfo and ID will be used when creating the evaluation
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 4;
*/
java.util.List
getEvalMetricsList();
/**
*
* EvalInfo and ID will be used when creating the evaluation
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 4;
*/
com.clarifai.grpc.api.EvalMetrics getEvalMetrics(int index);
/**
*
* EvalInfo and ID will be used when creating the evaluation
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 4;
*/
int getEvalMetricsCount();
/**
*
* EvalInfo and ID will be used when creating the evaluation
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 4;
*/
java.util.List extends com.clarifai.grpc.api.EvalMetricsOrBuilder>
getEvalMetricsOrBuilderList();
/**
*
* EvalInfo and ID will be used when creating the evaluation
*
*
* repeated .clarifai.api.EvalMetrics eval_metrics = 4;
*/
com.clarifai.grpc.api.EvalMetricsOrBuilder getEvalMetricsOrBuilder(
int index);
}