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

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

  /**
   * 
   * The output of the first task type.
   * TODO(zeiler): should the interface be more like pairs of things wiht request/response in one "item"?
   * 
* * .clarifai.api.MultiOutputResponse multi_output_response = 1; * @return Whether the multiOutputResponse field is set. */ boolean hasMultiOutputResponse(); /** *
   * The output of the first task type.
   * TODO(zeiler): should the interface be more like pairs of things wiht request/response in one "item"?
   * 
* * .clarifai.api.MultiOutputResponse multi_output_response = 1; * @return The multiOutputResponse. */ com.clarifai.grpc.api.MultiOutputResponse getMultiOutputResponse(); /** *
   * The output of the first task type.
   * TODO(zeiler): should the interface be more like pairs of things wiht request/response in one "item"?
   * 
* * .clarifai.api.MultiOutputResponse multi_output_response = 1; */ com.clarifai.grpc.api.MultiOutputResponseOrBuilder getMultiOutputResponseOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy