com.clarifai.grpc.api.GetModelVersionMetricsRequestOrBuilder 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 GetModelVersionMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.GetModelVersionMetricsRequest)
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();
/**
*
* Any of the fields you wish to return from multiclass_metrics
* By default, only the summary will be returned
*
*
* .clarifai.api.FieldsValue fields = 4;
* @return Whether the fields field is set.
*/
boolean hasFields();
/**
*
* Any of the fields you wish to return from multiclass_metrics
* By default, only the summary will be returned
*
*
* .clarifai.api.FieldsValue fields = 4;
* @return The fields.
*/
com.clarifai.grpc.api.FieldsValue getFields();
/**
*
* Any of the fields you wish to return from multiclass_metrics
* By default, only the summary will be returned
*
*
* .clarifai.api.FieldsValue fields = 4;
*/
com.clarifai.grpc.api.FieldsValueOrBuilder getFieldsOrBuilder();
}