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

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

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

package com.clarifai.grpc.api;

public interface PostModelsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostModelsRequest)
    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();

  /**
   * 
   * NOTE: inconsistent since "model" is not plural, please use "models" below.
   * Previously you could only create one model at a time.
   * We still support this but you should pass it as models=[model] so
   * that this endpoint is consistent with the rest of our API.
   * 
* * .clarifai.api.Model model = 2 [deprecated = true]; * @deprecated clarifai.api.PostModelsRequest.model is deprecated. * See proto/clarifai/api/service.proto;l=5459 * @return Whether the model field is set. */ @java.lang.Deprecated boolean hasModel(); /** *
   * NOTE: inconsistent since "model" is not plural, please use "models" below.
   * Previously you could only create one model at a time.
   * We still support this but you should pass it as models=[model] so
   * that this endpoint is consistent with the rest of our API.
   * 
* * .clarifai.api.Model model = 2 [deprecated = true]; * @deprecated clarifai.api.PostModelsRequest.model is deprecated. * See proto/clarifai/api/service.proto;l=5459 * @return The model. */ @java.lang.Deprecated com.clarifai.grpc.api.Model getModel(); /** *
   * NOTE: inconsistent since "model" is not plural, please use "models" below.
   * Previously you could only create one model at a time.
   * We still support this but you should pass it as models=[model] so
   * that this endpoint is consistent with the rest of our API.
   * 
* * .clarifai.api.Model model = 2 [deprecated = true]; */ @java.lang.Deprecated com.clarifai.grpc.api.ModelOrBuilder getModelOrBuilder(); /** *
   * This allows you to create one or more model by posting it to the API.
   * 
* * repeated .clarifai.api.Model models = 3; */ java.util.List getModelsList(); /** *
   * This allows you to create one or more model by posting it to the API.
   * 
* * repeated .clarifai.api.Model models = 3; */ com.clarifai.grpc.api.Model getModels(int index); /** *
   * This allows you to create one or more model by posting it to the API.
   * 
* * repeated .clarifai.api.Model models = 3; */ int getModelsCount(); /** *
   * This allows you to create one or more model by posting it to the API.
   * 
* * repeated .clarifai.api.Model models = 3; */ java.util.List getModelsOrBuilderList(); /** *
   * This allows you to create one or more model by posting it to the API.
   * 
* * repeated .clarifai.api.Model models = 3; */ com.clarifai.grpc.api.ModelOrBuilder getModelsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy