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

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

  /**
   * 
   * User is the human that created the annotation.
   * By default no real names of users are returned in responses. These can
   * be requested with the 'names' additional field.
   * 
* * .clarifai.api.User user = 1; * @return Whether the user field is set. */ boolean hasUser(); /** *
   * User is the human that created the annotation.
   * By default no real names of users are returned in responses. These can
   * be requested with the 'names' additional field.
   * 
* * .clarifai.api.User user = 1; * @return The user. */ com.clarifai.grpc.api.User getUser(); /** *
   * User is the human that created the annotation.
   * By default no real names of users are returned in responses. These can
   * be requested with the 'names' additional field.
   * 
* * .clarifai.api.User user = 1; */ com.clarifai.grpc.api.UserOrBuilder getUserOrBuilder(); /** *
   * Model is the model that created the annotation.
   * 
* * .clarifai.api.Model model = 2; * @return Whether the model field is set. */ boolean hasModel(); /** *
   * Model is the model that created the annotation.
   * 
* * .clarifai.api.Model model = 2; * @return The model. */ com.clarifai.grpc.api.Model getModel(); /** *
   * Model is the model that created the annotation.
   * 
* * .clarifai.api.Model model = 2; */ com.clarifai.grpc.api.ModelOrBuilder getModelOrBuilder(); /** *
   * Workflow is the workflow that created the annotation.
   * 
* * .clarifai.api.Workflow workflow = 3; * @return Whether the workflow field is set. */ boolean hasWorkflow(); /** *
   * Workflow is the workflow that created the annotation.
   * 
* * .clarifai.api.Workflow workflow = 3; * @return The workflow. */ com.clarifai.grpc.api.Workflow getWorkflow(); /** *
   * Workflow is the workflow that created the annotation.
   * 
* * .clarifai.api.Workflow workflow = 3; */ com.clarifai.grpc.api.WorkflowOrBuilder getWorkflowOrBuilder(); public com.clarifai.grpc.api.Worker.WorkerCase getWorkerCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy