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

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

  /**
   * 
   * The ground truth we are evaluating against
   * 
* * .clarifai.api.Search ground_truth = 1; * @return Whether the groundTruth field is set. */ boolean hasGroundTruth(); /** *
   * The ground truth we are evaluating against
   * 
* * .clarifai.api.Search ground_truth = 1; * @return The groundTruth. */ com.clarifai.grpc.api.Search getGroundTruth(); /** *
   * The ground truth we are evaluating against
   * 
* * .clarifai.api.Search ground_truth = 1; */ com.clarifai.grpc.api.SearchOrBuilder getGroundTruthOrBuilder(); /** *
   * The set we are evaluating
   * 
* * .clarifai.api.Search search_to_eval = 2; * @return Whether the searchToEval field is set. */ boolean hasSearchToEval(); /** *
   * The set we are evaluating
   * 
* * .clarifai.api.Search search_to_eval = 2; * @return The searchToEval. */ com.clarifai.grpc.api.Search getSearchToEval(); /** *
   * The set we are evaluating
   * 
* * .clarifai.api.Search search_to_eval = 2; */ com.clarifai.grpc.api.SearchOrBuilder getSearchToEvalOrBuilder(); /** *
   * The metric result
   * 
* * .clarifai.api.EvalMetrics metrics = 3; * @return Whether the metrics field is set. */ boolean hasMetrics(); /** *
   * The metric result
   * 
* * .clarifai.api.EvalMetrics metrics = 3; * @return The metrics. */ com.clarifai.grpc.api.EvalMetrics getMetrics(); /** *
   * The metric result
   * 
* * .clarifai.api.EvalMetrics metrics = 3; */ com.clarifai.grpc.api.EvalMetricsOrBuilder getMetricsOrBuilder(); /** *
   * data is filled out with the concepts used for this evaluation
   * 
* * .clarifai.api.Data data = 4; * @return Whether the data field is set. */ boolean hasData(); /** *
   * data is filled out with the concepts used for this evaluation
   * 
* * .clarifai.api.Data data = 4; * @return The data. */ com.clarifai.grpc.api.Data getData(); /** *
   * data is filled out with the concepts used for this evaluation
   * 
* * .clarifai.api.Data data = 4; */ com.clarifai.grpc.api.DataOrBuilder getDataOrBuilder(); /** *
   * active_concept_count is the number of concepts for this evaluation
   * 
* * uint32 active_concept_count = 5; * @return The activeConceptCount. */ int getActiveConceptCount(); /** *
   * The visibility field represents whether this message is privately/publicly visible.
   * To be visible to the public the App that contains it AND the User that contains the App must
   * also be publicly visible.
   * 
* * .clarifai.api.Visibility visibility = 6; * @return Whether the visibility field is set. */ boolean hasVisibility(); /** *
   * The visibility field represents whether this message is privately/publicly visible.
   * To be visible to the public the App that contains it AND the User that contains the App must
   * also be publicly visible.
   * 
* * .clarifai.api.Visibility visibility = 6; * @return The visibility. */ com.clarifai.grpc.api.Visibility getVisibility(); /** *
   * The visibility field represents whether this message is privately/publicly visible.
   * To be visible to the public the App that contains it AND the User that contains the App must
   * also be publicly visible.
   * 
* * .clarifai.api.Visibility visibility = 6; */ com.clarifai.grpc.api.VisibilityOrBuilder getVisibilityOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy