
com.clarifai.grpc.api.TaskWorkerOrBuilder 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 TaskWorkerOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskWorker)
com.google.protobuf.MessageOrBuilder {
/**
*
* Worker strategy.
*
*
* .clarifai.api.TaskWorker.TaskWorkerStrategy strategy = 1;
* @return The enum numeric value on the wire for strategy.
*/
int getStrategyValue();
/**
*
* Worker strategy.
*
*
* .clarifai.api.TaskWorker.TaskWorkerStrategy strategy = 1;
* @return The strategy.
*/
com.clarifai.grpc.api.TaskWorker.TaskWorkerStrategy getStrategy();
/**
*
* Who will work on this task.
*
*
* repeated string user_ids = 2;
* @return A list containing the userIds.
*/
java.util.List
getUserIdsList();
/**
*
* Who will work on this task.
*
*
* repeated string user_ids = 2;
* @return The count of userIds.
*/
int getUserIdsCount();
/**
*
* Who will work on this task.
*
*
* repeated string user_ids = 2;
* @param index The index of the element to return.
* @return The userIds at the given index.
*/
java.lang.String getUserIds(int index);
/**
*
* Who will work on this task.
*
*
* repeated string user_ids = 2;
* @param index The index of the value to return.
* @return The bytes of the userIds at the given index.
*/
com.google.protobuf.ByteString
getUserIdsBytes(int index);
/**
* .clarifai.api.TaskWorkerPartitionedStrategyInfo partitioned_strategy_info = 3;
* @return Whether the partitionedStrategyInfo field is set.
*/
boolean hasPartitionedStrategyInfo();
/**
* .clarifai.api.TaskWorkerPartitionedStrategyInfo partitioned_strategy_info = 3;
* @return The partitionedStrategyInfo.
*/
com.clarifai.grpc.api.TaskWorkerPartitionedStrategyInfo getPartitionedStrategyInfo();
/**
* .clarifai.api.TaskWorkerPartitionedStrategyInfo partitioned_strategy_info = 3;
*/
com.clarifai.grpc.api.TaskWorkerPartitionedStrategyInfoOrBuilder getPartitionedStrategyInfoOrBuilder();
public com.clarifai.grpc.api.TaskWorker.StrategyInfoCase getStrategyInfoCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy