com.clarifai.grpc.api.PostModelVersionMetricsRequestOrBuilder 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 PostModelVersionMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostModelVersionMetricsRequest)
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 version_id = 3;
* @return The versionId.
*/
java.lang.String getVersionId();
/**
* string version_id = 3;
* @return The bytes for versionId.
*/
com.google.protobuf.ByteString
getVersionIdBytes();
/**
*
* Use this to filter inputs that are used in evaluation
*
*
* .clarifai.api.Search test_search = 5;
* @return Whether the testSearch field is set.
*/
boolean hasTestSearch();
/**
*
* Use this to filter inputs that are used in evaluation
*
*
* .clarifai.api.Search test_search = 5;
* @return The testSearch.
*/
com.clarifai.grpc.api.Search getTestSearch();
/**
*
* Use this to filter inputs that are used in evaluation
*
*
* .clarifai.api.Search test_search = 5;
*/
com.clarifai.grpc.api.SearchOrBuilder getTestSearchOrBuilder();
/**
*
* evaluation info. Such as dataset used for evaluation.
*
*
* .clarifai.api.EvalInfo eval_info = 10;
* @return Whether the evalInfo field is set.
*/
boolean hasEvalInfo();
/**
*
* evaluation info. Such as dataset used for evaluation.
*
*
* .clarifai.api.EvalInfo eval_info = 10;
* @return The evalInfo.
*/
com.clarifai.grpc.api.EvalInfo getEvalInfo();
/**
*
* evaluation info. Such as dataset used for evaluation.
*
*
* .clarifai.api.EvalInfo eval_info = 10;
*/
com.clarifai.grpc.api.EvalInfoOrBuilder getEvalInfoOrBuilder();
}