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

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

  /**
   * uint64 pending_count = 1;
   * @return The pendingCount.
   */
  long getPendingCount();

  /**
   * uint64 in_progress_count = 2;
   * @return The inProgressCount.
   */
  long getInProgressCount();

  /**
   * uint64 success_count = 3;
   * @return The successCount.
   */
  long getSuccessCount();

  /**
   * uint64 failed_count = 4;
   * @return The failedCount.
   */
  long getFailedCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy