
com.clarifai.grpc.api.DatasetVersionSummaryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface DatasetVersionSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionSummary)
com.google.protobuf.MessageOrBuilder {
/**
*
* Counts by different filters. Each key is the filter key,
* e.g. total_image, train_image, test_image, total_video, train_video, test_video.
*
*
* map<string, uint64> input_counts = 1;
*/
int getInputCountsCount();
/**
*
* Counts by different filters. Each key is the filter key,
* e.g. total_image, train_image, test_image, total_video, train_video, test_video.
*
*
* map<string, uint64> input_counts = 1;
*/
boolean containsInputCounts(
java.lang.String key);
/**
* Use {@link #getInputCountsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getInputCounts();
/**
*
* Counts by different filters. Each key is the filter key,
* e.g. total_image, train_image, test_image, total_video, train_video, test_video.
*
*
* map<string, uint64> input_counts = 1;
*/
java.util.Map
getInputCountsMap();
/**
*
* Counts by different filters. Each key is the filter key,
* e.g. total_image, train_image, test_image, total_video, train_video, test_video.
*
*
* map<string, uint64> input_counts = 1;
*/
long getInputCountsOrDefault(
java.lang.String key,
long defaultValue);
/**
*
* Counts by different filters. Each key is the filter key,
* e.g. total_image, train_image, test_image, total_video, train_video, test_video.
*
*
* map<string, uint64> input_counts = 1;
*/
long getInputCountsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy