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

com.clarifai.grpc.api.PostRunnerItemOutputsRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface PostRunnerItemOutputsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostRunnerItemOutputsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return Whether the userAppId field is set.
   */
  boolean hasUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return The userAppId.
   */
  com.clarifai.grpc.api.UserAppIDSet getUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   */
  com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();

  /**
   * 
   * The particular runner that processed the work.
   * 
* * string runner_id = 2; * @return The runnerId. */ java.lang.String getRunnerId(); /** *
   * The particular runner that processed the work.
   * 
* * string runner_id = 2; * @return The bytes for runnerId. */ com.google.protobuf.ByteString getRunnerIdBytes(); /** *
   * The particular item of work processed.
   * 
* * string runner_item_id = 3; * @return The runnerItemId. */ java.lang.String getRunnerItemId(); /** *
   * The particular item of work processed.
   * 
* * string runner_item_id = 3; * @return The bytes for runnerItemId. */ com.google.protobuf.ByteString getRunnerItemIdBytes(); /** *
   * This allows you to create one or more runner by posting it to the API.
   * 
* * repeated .clarifai.api.RunnerItemOutput runner_item_outputs = 4; */ java.util.List getRunnerItemOutputsList(); /** *
   * This allows you to create one or more runner by posting it to the API.
   * 
* * repeated .clarifai.api.RunnerItemOutput runner_item_outputs = 4; */ com.clarifai.grpc.api.RunnerItemOutput getRunnerItemOutputs(int index); /** *
   * This allows you to create one or more runner by posting it to the API.
   * 
* * repeated .clarifai.api.RunnerItemOutput runner_item_outputs = 4; */ int getRunnerItemOutputsCount(); /** *
   * This allows you to create one or more runner by posting it to the API.
   * 
* * repeated .clarifai.api.RunnerItemOutput runner_item_outputs = 4; */ java.util.List getRunnerItemOutputsOrBuilderList(); /** *
   * This allows you to create one or more runner by posting it to the API.
   * 
* * repeated .clarifai.api.RunnerItemOutput runner_item_outputs = 4; */ com.clarifai.grpc.api.RunnerItemOutputOrBuilder getRunnerItemOutputsOrBuilder( int index); /** *
   * This request has a status so that it can communicate to the API from runners and
   * communicate status, errors, etc. This is on the request since runners operate
   * in a reverse protocol.
   * 
* * .clarifai.api.status.Status status = 5; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * This request has a status so that it can communicate to the API from runners and
   * communicate status, errors, etc. This is on the request since runners operate
   * in a reverse protocol.
   * 
* * .clarifai.api.status.Status status = 5; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * This request has a status so that it can communicate to the API from runners and
   * communicate status, errors, etc. This is on the request since runners operate
   * in a reverse protocol.
   * 
* * .clarifai.api.status.Status status = 5; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy