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

com.clarifai.grpc.api.PostDatasetInputsRequestOrBuilder 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 PostDatasetInputsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostDatasetInputsRequest)
    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();

  /**
   * 
   * Identify dataset by id.
   * 
* * string dataset_id = 2; * @return The datasetId. */ java.lang.String getDatasetId(); /** *
   * Identify dataset by id.
   * 
* * string dataset_id = 2; * @return The bytes for datasetId. */ com.google.protobuf.ByteString getDatasetIdBytes(); /** *
   * List of inputs that are requested to be added to this dataset.
   * Identify each input by id field. All other inputs fields are ignored.
   * 
* * repeated .clarifai.api.DatasetInput dataset_inputs = 3; */ java.util.List getDatasetInputsList(); /** *
   * List of inputs that are requested to be added to this dataset.
   * Identify each input by id field. All other inputs fields are ignored.
   * 
* * repeated .clarifai.api.DatasetInput dataset_inputs = 3; */ com.clarifai.grpc.api.DatasetInput getDatasetInputs(int index); /** *
   * List of inputs that are requested to be added to this dataset.
   * Identify each input by id field. All other inputs fields are ignored.
   * 
* * repeated .clarifai.api.DatasetInput dataset_inputs = 3; */ int getDatasetInputsCount(); /** *
   * List of inputs that are requested to be added to this dataset.
   * Identify each input by id field. All other inputs fields are ignored.
   * 
* * repeated .clarifai.api.DatasetInput dataset_inputs = 3; */ java.util.List getDatasetInputsOrBuilderList(); /** *
   * List of inputs that are requested to be added to this dataset.
   * Identify each input by id field. All other inputs fields are ignored.
   * 
* * repeated .clarifai.api.DatasetInput dataset_inputs = 3; */ com.clarifai.grpc.api.DatasetInputOrBuilder getDatasetInputsOrBuilder( int index); /** *
   * Query to search inputs to be added to this dataset.
   * 
* * .clarifai.api.Search search = 4; * @return Whether the search field is set. */ boolean hasSearch(); /** *
   * Query to search inputs to be added to this dataset.
   * 
* * .clarifai.api.Search search = 4; * @return The search. */ com.clarifai.grpc.api.Search getSearch(); /** *
   * Query to search inputs to be added to this dataset.
   * 
* * .clarifai.api.Search search = 4; */ com.clarifai.grpc.api.SearchOrBuilder getSearchOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy