com.clarifai.grpc.api.ModelPredictConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ModelPredictConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ModelPredictConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Assumed to be owned by the calling users app unless user_id and app_id are filled out.
*
*
* .clarifai.api.Model model = 1;
* @return Whether the model field is set.
*/
boolean hasModel();
/**
*
* Assumed to be owned by the calling users app unless user_id and app_id are filled out.
*
*
* .clarifai.api.Model model = 1;
* @return The model.
*/
com.clarifai.grpc.api.Model getModel();
/**
*
* Assumed to be owned by the calling users app unless user_id and app_id are filled out.
*
*
* .clarifai.api.Model model = 1;
*/
com.clarifai.grpc.api.ModelOrBuilder getModelOrBuilder();
}