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

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

  /**
   * .clarifai.api.status.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .clarifai.api.status.Status status = 1;
   * @return The status.
   */
  com.clarifai.grpc.api.status.Status getStatus();
  /**
   * .clarifai.api.status.Status status = 1;
   */
  com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();

  /**
   * 
   * ID of extraction job
   * 
* * string id = 2; * @return The id. */ java.lang.String getId(); /** *
   * ID of extraction job
   * 
* * string id = 2; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * Url of archive or bucket
   * 
* * string url = 3; * @return The url. */ java.lang.String getUrl(); /** *
   * Url of archive or bucket
   * 
* * string url = 3; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); /** *
   * Progress counts of the job
   * 
* * .clarifai.api.InputsExtractionJobProgress progress = 4; * @return Whether the progress field is set. */ boolean hasProgress(); /** *
   * Progress counts of the job
   * 
* * .clarifai.api.InputsExtractionJobProgress progress = 4; * @return The progress. */ com.clarifai.grpc.api.InputsExtractionJobProgress getProgress(); /** *
   * Progress counts of the job
   * 
* * .clarifai.api.InputsExtractionJobProgress progress = 4; */ com.clarifai.grpc.api.InputsExtractionJobProgressOrBuilder getProgressOrBuilder(); /** *
   * When the extraction job was started.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 5; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   * When the extraction job was started.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 5; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   * When the extraction job was started.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 5; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   * Most recent time when the extraction 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 = 6; * @return Whether the modifiedAt field is set. */ boolean hasModifiedAt(); /** *
   * Most recent time when the extraction 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 = 6; * @return The modifiedAt. */ com.google.protobuf.Timestamp getModifiedAt(); /** *
   * Most recent time when the extraction 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 = 6; */ com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder(); /** *
   * How to handle input ID conflicts.
   * 
* * .clarifai.api.InputIDConflictResolution input_id_conflict_resolution = 7; * @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 = 7; * @return The inputIdConflictResolution. */ com.clarifai.grpc.api.InputIDConflictResolution getInputIdConflictResolution(); /** *
   * Fields set in the template are added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 8; * @return Whether the inputTemplate field is set. */ boolean hasInputTemplate(); /** *
   * Fields set in the template are added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 8; * @return The inputTemplate. */ com.clarifai.grpc.api.Input getInputTemplate(); /** *
   * Fields set in the template are added to all generated inputs
   * 
* * .clarifai.api.Input input_template = 8; */ com.clarifai.grpc.api.InputOrBuilder getInputTemplateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy