com.clarifai.grpc.api.TaskWorkMetricsOrBuilder 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 TaskWorkMetricsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskWorkMetrics)
com.google.protobuf.MessageOrBuilder {
/**
*
* Estimated number of inputs that workers have worked on.
*
*
* uint64 inputs_count_estimated = 1;
* @return The inputsCountEstimated.
*/
long getInputsCountEstimated();
/**
*
* Estimated percent of inputs that workers have worked on.
* This is a value between 0 and 100, where 0 = 0% and 100 = 100%.
*
*
* uint32 inputs_percent_estimated = 2;
* @return The inputsPercentEstimated.
*/
int getInputsPercentEstimated();
}