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

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

  /**
   * 
   * Collect statistics about created inputs in job with given ID.
   * * 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.
   * * 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(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 2; * @return The appPat. */ java.lang.String getAppPat(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 2; * @return The bytes for appPat. */ com.google.protobuf.ByteString getAppPatBytes(); /** * .clarifai.api.Upload upload = 3; * @return Whether the upload field is set. */ boolean hasUpload(); /** * .clarifai.api.Upload upload = 3; * @return The upload. */ com.clarifai.grpc.api.Upload getUpload(); /** * .clarifai.api.Upload upload = 3; */ com.clarifai.grpc.api.UploadOrBuilder getUploadOrBuilder(); /** *
   * How to handle input ID conflicts.
   * 
* * .clarifai.api.InputIDConflictResolution input_id_conflict_resolution = 4; * @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 = 4; * @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 = 5; * @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 = 5; * @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 = 5; */ com.clarifai.grpc.api.InputOrBuilder getInputTemplateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy