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

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

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * 
   * Creation time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   * Creation time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   * Creation time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp created_at = 2; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   * Most recent modification time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 3; * @return Whether the modifiedAt field is set. */ boolean hasModifiedAt(); /** *
   * Most recent modification time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 3; * @return The modifiedAt. */ com.google.protobuf.Timestamp getModifiedAt(); /** *
   * Most recent modification time.
   * The format is https://www.ietf.org/rfc/rfc3339.txt.
   * Example: "2006-01-02T15:04:05.999999Z".
   * 
* * .google.protobuf.Timestamp modified_at = 3; */ com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder(); /** *
   * Assigned worker.
   * 
* * .clarifai.api.Worker worker = 4; * @return Whether the worker field is set. */ boolean hasWorker(); /** *
   * Assigned worker.
   * 
* * .clarifai.api.Worker worker = 4; * @return The worker. */ com.clarifai.grpc.api.Worker getWorker(); /** *
   * Assigned worker.
   * 
* * .clarifai.api.Worker worker = 4; */ com.clarifai.grpc.api.WorkerOrBuilder getWorkerOrBuilder(); /** *
   * Assigned input.
   * 
* * .clarifai.api.Input input = 5; * @return Whether the input field is set. */ boolean hasInput(); /** *
   * Assigned input.
   * 
* * .clarifai.api.Input input = 5; * @return The input. */ com.clarifai.grpc.api.Input getInput(); /** *
   * Assigned input.
   * 
* * .clarifai.api.Input input = 5; */ com.clarifai.grpc.api.InputOrBuilder getInputOrBuilder(); /** *
   * Assignment status.
   * Read as: This is the status of the work assigned to worker W, on input I in task T.
   * 
* * .clarifai.api.status.Status status = 6; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Assignment status.
   * Read as: This is the status of the work assigned to worker W, on input I in task T.
   * 
* * .clarifai.api.status.Status status = 6; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * Assignment status.
   * Read as: This is the status of the work assigned to worker W, on input I in task T.
   * 
* * .clarifai.api.status.Status status = 6; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy