com.clarifai.grpc.api.CollectorSourceOrBuilder 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 CollectorSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.CollectorSource)
com.google.protobuf.MessageOrBuilder {
/**
*
* Collect from the inputs passed in for PostModelOutputs predictions of a specific model.
* This does not apply to models used within workflows, only PostModelOutputs calls.
*
*
* .clarifai.api.APIPostModelOutputsCollectorSource api_post_model_outputs_collector_source = 2;
* @return Whether the apiPostModelOutputsCollectorSource field is set.
*/
boolean hasApiPostModelOutputsCollectorSource();
/**
*
* Collect from the inputs passed in for PostModelOutputs predictions of a specific model.
* This does not apply to models used within workflows, only PostModelOutputs calls.
*
*
* .clarifai.api.APIPostModelOutputsCollectorSource api_post_model_outputs_collector_source = 2;
* @return The apiPostModelOutputsCollectorSource.
*/
com.clarifai.grpc.api.APIPostModelOutputsCollectorSource getApiPostModelOutputsCollectorSource();
/**
*
* Collect from the inputs passed in for PostModelOutputs predictions of a specific model.
* This does not apply to models used within workflows, only PostModelOutputs calls.
*
*
* .clarifai.api.APIPostModelOutputsCollectorSource api_post_model_outputs_collector_source = 2;
*/
com.clarifai.grpc.api.APIPostModelOutputsCollectorSourceOrBuilder getApiPostModelOutputsCollectorSourceOrBuilder();
}