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

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

  /**
   * 
   * Collect statistics about created inputs in job with given ID.
   * On Post call:
   * * If job ID is empty, then job is automatically created with random ID.
   * * If job ID is non-empty, then a new job will be created with given ID.
   * 
* * string inputs_add_job_id = 1; * @return The inputsAddJobId. */ java.lang.String getInputsAddJobId(); /** *
   * Collect statistics about created inputs in job with given ID.
   * On Post call:
   * * If job ID is empty, then job is automatically created with random ID.
   * * If job ID is non-empty, then a new job will be created with given ID.
   * 
* * string inputs_add_job_id = 1; * @return The bytes for inputsAddJobId. */ com.google.protobuf.ByteString getInputsAddJobIdBytes(); /** * .clarifai.api.DataSourceURL url = 2; * @return Whether the url field is set. */ boolean hasUrl(); /** * .clarifai.api.DataSourceURL url = 2; * @return The url. */ com.clarifai.grpc.api.DataSourceURL getUrl(); /** * .clarifai.api.DataSourceURL url = 2; */ com.clarifai.grpc.api.DataSourceURLOrBuilder getUrlOrBuilder(); /** *
   * How to handle input ID conflicts.
   * 
* * .clarifai.api.InputIDConflictResolution input_id_conflict_resolution = 3; * @return The enum numeric value on the wire for inputIdConflictResolution. */ int getInputIdConflictResolutionValue(); /** *
   * How to handle input ID conflicts.
   * 
* * .clarifai.api.InputIDConflictResolution input_id_conflict_resolution = 3; * @return The inputIdConflictResolution. */ com.clarifai.grpc.api.InputIDConflictResolution getInputIdConflictResolution(); /** *
   * Fields set in the template will also be added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 4; * @return Whether the inputTemplate field is set. */ boolean hasInputTemplate(); /** *
   * Fields set in the template will also be added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 4; * @return The inputTemplate. */ com.clarifai.grpc.api.Input getInputTemplate(); /** *
   * Fields set in the template will also be added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 4; */ com.clarifai.grpc.api.InputOrBuilder getInputTemplateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy