getConceptIdsList();
/**
*
* List of concept ids used in the work of this task.
* DEPRECATED: Use task.concepts instead.
*
*
* repeated string concept_ids = 7 [deprecated = true];
* @deprecated clarifai.api.Task.concept_ids is deprecated.
* See proto/clarifai/api/resources.proto;l=2985
* @return The count of conceptIds.
*/
@java.lang.Deprecated int getConceptIdsCount();
/**
*
* List of concept ids used in the work of this task.
* DEPRECATED: Use task.concepts instead.
*
*
* repeated string concept_ids = 7 [deprecated = true];
* @deprecated clarifai.api.Task.concept_ids is deprecated.
* See proto/clarifai/api/resources.proto;l=2985
* @param index The index of the element to return.
* @return The conceptIds at the given index.
*/
@java.lang.Deprecated java.lang.String getConceptIds(int index);
/**
*
* List of concept ids used in the work of this task.
* DEPRECATED: Use task.concepts instead.
*
*
* repeated string concept_ids = 7 [deprecated = true];
* @deprecated clarifai.api.Task.concept_ids is deprecated.
* See proto/clarifai/api/resources.proto;l=2985
* @param index The index of the value to return.
* @return The bytes of the conceptIds at the given index.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getConceptIdsBytes(int index);
/**
*
* List of inputs used in this task will be taken from this source.
*
*
* .clarifai.api.TaskInputSource input_source = 8;
* @return Whether the inputSource field is set.
*/
boolean hasInputSource();
/**
*
* List of inputs used in this task will be taken from this source.
*
*
* .clarifai.api.TaskInputSource input_source = 8;
* @return The inputSource.
*/
com.clarifai.grpc.api.TaskInputSource getInputSource();
/**
*
* List of inputs used in this task will be taken from this source.
*
*
* .clarifai.api.TaskInputSource input_source = 8;
*/
com.clarifai.grpc.api.TaskInputSourceOrBuilder getInputSourceOrBuilder();
/**
*
* For model predictions on video: Sample delay for video predicting (1 frame per N milliseconds)
*
*
* uint32 sample_ms = 9;
* @return The sampleMs.
*/
int getSampleMs();
/**
*
* AI assistant details.
*
*
* .clarifai.api.TaskAIAssistant ai_assistant = 10;
* @return Whether the aiAssistant field is set.
*/
boolean hasAiAssistant();
/**
*
* AI assistant details.
*
*
* .clarifai.api.TaskAIAssistant ai_assistant = 10;
* @return The aiAssistant.
*/
com.clarifai.grpc.api.TaskAIAssistant getAiAssistant();
/**
*
* AI assistant details.
*
*
* .clarifai.api.TaskAIAssistant ai_assistant = 10;
*/
com.clarifai.grpc.api.TaskAIAssistantOrBuilder getAiAssistantOrBuilder();
/**
*
* Review details.
*
*
* .clarifai.api.TaskReview review = 11;
* @return Whether the review field is set.
*/
boolean hasReview();
/**
*
* Review details.
*
*
* .clarifai.api.TaskReview review = 11;
* @return The review.
*/
com.clarifai.grpc.api.TaskReview getReview();
/**
*
* Review details.
*
*
* .clarifai.api.TaskReview review = 11;
*/
com.clarifai.grpc.api.TaskReviewOrBuilder getReviewOrBuilder();
/**
*
* Status of this task.
*
*
* .clarifai.api.status.Status status = 12;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* Status of this task.
*
*
* .clarifai.api.status.Status status = 12;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
*
* Status of this task.
*
*
* .clarifai.api.status.Status status = 12;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
*
* Add a title for this task to quickly recognise it in a list of tasks.
*
*
* string name = 13;
* @return The name.
*/
java.lang.String getName();
/**
*
* Add a title for this task to quickly recognise it in a list of tasks.
*
*
* string name = 13;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .clarifai.api.AiAssistParameters ai_assist_params = 14;
* @return Whether the aiAssistParams field is set.
*/
boolean hasAiAssistParams();
/**
* .clarifai.api.AiAssistParameters ai_assist_params = 14;
* @return The aiAssistParams.
*/
com.clarifai.grpc.api.AiAssistParameters getAiAssistParams();
/**
* .clarifai.api.AiAssistParameters ai_assist_params = 14;
*/
com.clarifai.grpc.api.AiAssistParametersOrBuilder getAiAssistParamsOrBuilder();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 15;
* @return Whether the visibility field is set.
*/
boolean hasVisibility();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 15;
* @return The visibility.
*/
com.clarifai.grpc.api.Visibility getVisibility();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 15;
*/
com.clarifai.grpc.api.VisibilityOrBuilder getVisibilityOrBuilder();
/**
*
* The app the task belongs to.
*
*
* string app_id = 16;
* @return The appId.
*/
java.lang.String getAppId();
/**
*
* The app the task belongs to.
*
*
* string app_id = 16;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
*
* The user the task belongs to.
*
*
* string user_id = 17;
* @return The userId.
*/
java.lang.String getUserId();
/**
*
* The user the task belongs to.
*
*
* string user_id = 17;
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
*
* The label order the task belongs to.
*
*
* string label_order_id = 18;
* @return The labelOrderId.
*/
java.lang.String getLabelOrderId();
/**
*
* The label order the task belongs to.
*
*
* string label_order_id = 18;
* @return The bytes for labelOrderId.
*/
com.google.protobuf.ByteString
getLabelOrderIdBytes();
/**
*
* Ignore Task.concept_ids field if Task.TaskConcept are supplied.
*
*
* repeated .clarifai.api.TaskConcept concepts = 19;
*/
java.util.List
getConceptsList();
/**
*
* Ignore Task.concept_ids field if Task.TaskConcept are supplied.
*
*
* repeated .clarifai.api.TaskConcept concepts = 19;
*/
com.clarifai.grpc.api.TaskConcept getConcepts(int index);
/**
*
* Ignore Task.concept_ids field if Task.TaskConcept are supplied.
*
*
* repeated .clarifai.api.TaskConcept concepts = 19;
*/
int getConceptsCount();
/**
*
* Ignore Task.concept_ids field if Task.TaskConcept are supplied.
*
*
* repeated .clarifai.api.TaskConcept concepts = 19;
*/
java.util.List extends com.clarifai.grpc.api.TaskConceptOrBuilder>
getConceptsOrBuilderList();
/**
*
* Ignore Task.concept_ids field if Task.TaskConcept are supplied.
*
*
* repeated .clarifai.api.TaskConcept concepts = 19;
*/
com.clarifai.grpc.api.TaskConceptOrBuilder getConceptsOrBuilder(
int index);
/**
*
* Specify whether existing Annotations within the same app that are generated by other auto annotation tasks
* with the specified Concept from the selected Model or Workflow should deleted before executing the Task
*
*
* bool delete_previous_annotations = 20;
* @return The deletePreviousAnnotations.
*/
boolean getDeletePreviousAnnotations();
}