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

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

  /**
   * 
   * id of the job
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   * id of the job
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * If call back url is set, we will send a Post request to this endpoint with job status.
   * 
* * string call_back_url = 3; * @return The callBackUrl. */ java.lang.String getCallBackUrl(); /** *
   * If call back url is set, we will send a Post request to this endpoint with job status.
   * 
* * string call_back_url = 3; * @return The bytes for callBackUrl. */ com.google.protobuf.ByteString getCallBackUrlBytes(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 4; * @return The appPat. */ java.lang.String getAppPat(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 4; * @return The bytes for appPat. */ com.google.protobuf.ByteString getAppPatBytes(); /** *
   * Progress of an on-going Input Ingestion task
   * 
* * .clarifai.api.InputsAddJobProgress progress = 7; * @return Whether the progress field is set. */ boolean hasProgress(); /** *
   * Progress of an on-going Input Ingestion task
   * 
* * .clarifai.api.InputsAddJobProgress progress = 7; * @return The progress. */ com.clarifai.grpc.api.InputsAddJobProgress getProgress(); /** *
   * Progress of an on-going Input Ingestion task
   * 
* * .clarifai.api.InputsAddJobProgress progress = 7; */ com.clarifai.grpc.api.InputsAddJobProgressOrBuilder getProgressOrBuilder(); /** *
   * When the job was created.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 8; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   * When the job was created.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 8; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   * When the job was created.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 8; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   * Most recent time when the job was updated.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 9; * @return Whether the modifiedAt field is set. */ boolean hasModifiedAt(); /** *
   * Most recent time when the job was updated.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 9; * @return The modifiedAt. */ com.google.protobuf.Timestamp getModifiedAt(); /** *
   * Most recent time when the job was updated.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 9; */ com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder(); /** *
   * Sub-jobs that extract inputs from the cloud and/or archives
   * 
* * repeated .clarifai.api.InputsExtractionJob extraction_jobs = 10; */ java.util.List getExtractionJobsList(); /** *
   * Sub-jobs that extract inputs from the cloud and/or archives
   * 
* * repeated .clarifai.api.InputsExtractionJob extraction_jobs = 10; */ com.clarifai.grpc.api.InputsExtractionJob getExtractionJobs(int index); /** *
   * Sub-jobs that extract inputs from the cloud and/or archives
   * 
* * repeated .clarifai.api.InputsExtractionJob extraction_jobs = 10; */ int getExtractionJobsCount(); /** *
   * Sub-jobs that extract inputs from the cloud and/or archives
   * 
* * repeated .clarifai.api.InputsExtractionJob extraction_jobs = 10; */ java.util.List getExtractionJobsOrBuilderList(); /** *
   * Sub-jobs that extract inputs from the cloud and/or archives
   * 
* * repeated .clarifai.api.InputsExtractionJob extraction_jobs = 10; */ com.clarifai.grpc.api.InputsExtractionJobOrBuilder getExtractionJobsOrBuilder( int index); /** *
   * Archive uploads
   * 
* * repeated .clarifai.api.Upload uploads = 11; */ java.util.List getUploadsList(); /** *
   * Archive uploads
   * 
* * repeated .clarifai.api.Upload uploads = 11; */ com.clarifai.grpc.api.Upload getUploads(int index); /** *
   * Archive uploads
   * 
* * repeated .clarifai.api.Upload uploads = 11; */ int getUploadsCount(); /** *
   * Archive uploads
   * 
* * repeated .clarifai.api.Upload uploads = 11; */ java.util.List getUploadsOrBuilderList(); /** *
   * Archive uploads
   * 
* * repeated .clarifai.api.Upload uploads = 11; */ com.clarifai.grpc.api.UploadOrBuilder getUploadsOrBuilder( int index); /** *
   * Status of the job
   * 
* * .clarifai.api.status.Status status = 12; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Status of the job
   * 
* * .clarifai.api.status.Status status = 12; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * Status of the job
   * 
* * .clarifai.api.status.Status status = 12; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy