com.clarifai.grpc.api.TaskReviewManualStrategyInfoOrBuilder 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 TaskReviewManualStrategyInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TaskReviewManualStrategyInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* This field represents the percentage of inputs that will be reviewed by reviewers. It is a value between 0 and 1.
*
*
* float sample_percentage = 1;
* @return The samplePercentage.
*/
float getSamplePercentage();
}