com.clarifai.grpc.api.TaskInputSourceMetricsOrBuilder 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 TaskInputSourceMetricsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskInputSourceMetrics)
com.google.protobuf.MessageOrBuilder {
/**
*
* Estimated number of inputs that are in the source of data
*
*
* uint64 inputs_count_estimated = 1;
* @return The inputsCountEstimated.
*/
long getInputsCountEstimated();
}