All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.StatValueAggregateResultOrBuilder 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 StatValueAggregateResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.StatValueAggregateResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of repeated aggregate values and their counts.
   * 
* * repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1; */ java.util.List getStatValueAggregatesList(); /** *
   * The list of repeated aggregate values and their counts.
   * 
* * repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1; */ com.clarifai.grpc.api.StatValueAggregate getStatValueAggregates(int index); /** *
   * The list of repeated aggregate values and their counts.
   * 
* * repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1; */ int getStatValueAggregatesCount(); /** *
   * The list of repeated aggregate values and their counts.
   * 
* * repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1; */ java.util.List getStatValueAggregatesOrBuilderList(); /** *
   * The list of repeated aggregate values and their counts.
   * 
* * repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1; */ com.clarifai.grpc.api.StatValueAggregateOrBuilder getStatValueAggregatesOrBuilder( int index); /** *
   * The query that created these results.
   * 
* * .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2; * @return Whether the statValueAggregateQuery field is set. */ boolean hasStatValueAggregateQuery(); /** *
   * The query that created these results.
   * 
* * .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2; * @return The statValueAggregateQuery. */ com.clarifai.grpc.api.StatValueAggregateQuery getStatValueAggregateQuery(); /** *
   * The query that created these results.
   * 
* * .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2; */ com.clarifai.grpc.api.StatValueAggregateQueryOrBuilder getStatValueAggregateQueryOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy