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

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

  /**
   * repeated .clarifai.api.ConfusionMatrixEntry matrix = 1;
   */
  java.util.List 
      getMatrixList();
  /**
   * repeated .clarifai.api.ConfusionMatrixEntry matrix = 1;
   */
  com.clarifai.grpc.api.ConfusionMatrixEntry getMatrix(int index);
  /**
   * repeated .clarifai.api.ConfusionMatrixEntry matrix = 1;
   */
  int getMatrixCount();
  /**
   * repeated .clarifai.api.ConfusionMatrixEntry matrix = 1;
   */
  java.util.List 
      getMatrixOrBuilderList();
  /**
   * repeated .clarifai.api.ConfusionMatrixEntry matrix = 1;
   */
  com.clarifai.grpc.api.ConfusionMatrixEntryOrBuilder getMatrixOrBuilder(
      int index);

  /**
   * 
   * These concept_ids are ordered by the strength of the diagonal in the ConfusionMatrix.
   * 
* * repeated string concept_ids = 2; * @return A list containing the conceptIds. */ java.util.List getConceptIdsList(); /** *
   * These concept_ids are ordered by the strength of the diagonal in the ConfusionMatrix.
   * 
* * repeated string concept_ids = 2; * @return The count of conceptIds. */ int getConceptIdsCount(); /** *
   * These concept_ids are ordered by the strength of the diagonal in the ConfusionMatrix.
   * 
* * repeated string concept_ids = 2; * @param index The index of the element to return. * @return The conceptIds at the given index. */ java.lang.String getConceptIds(int index); /** *
   * These concept_ids are ordered by the strength of the diagonal in the ConfusionMatrix.
   * 
* * repeated string concept_ids = 2; * @param index The index of the value to return. * @return The bytes of the conceptIds at the given index. */ com.google.protobuf.ByteString getConceptIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy