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

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

  /**
   * 
   * The worker is helped by an AI assistant.
   * This field is the workflow id which is used to assist the worker with predictions.
   * If empty, then AI assistant is disabled.
   * 
* * string workflow_id = 1; * @return The workflowId. */ java.lang.String getWorkflowId(); /** *
   * The worker is helped by an AI assistant.
   * This field is the workflow id which is used to assist the worker with predictions.
   * If empty, then AI assistant is disabled.
   * 
* * string workflow_id = 1; * @return The bytes for workflowId. */ com.google.protobuf.ByteString getWorkflowIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy