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

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

  /**
   * uint64 audio_inputs_count = 2;
   * @return The audioInputsCount.
   */
  long getAudioInputsCount();

  /**
   * uint64 image_inputs_count = 3;
   * @return The imageInputsCount.
   */
  long getImageInputsCount();

  /**
   * uint64 video_inputs_count = 4;
   * @return The videoInputsCount.
   */
  long getVideoInputsCount();

  /**
   * uint64 text_inputs_count = 5;
   * @return The textInputsCount.
   */
  long getTextInputsCount();

  /**
   * uint64 pending_archives_count = 6;
   * @return The pendingArchivesCount.
   */
  long getPendingArchivesCount();

  /**
   * uint64 in_progress_archives_count = 7;
   * @return The inProgressArchivesCount.
   */
  long getInProgressArchivesCount();

  /**
   * uint64 completed_archives_count = 8;
   * @return The completedArchivesCount.
   */
  long getCompletedArchivesCount();

  /**
   * uint64 failed_archives_count = 9;
   * @return The failedArchivesCount.
   */
  long getFailedArchivesCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy