Interface ClassifyRunsCreateBatchRequest.ClassifierStage
-
- All Known Implementing Classes:
ClassifyRunsCreateBatchRequest.Builder
- Enclosing class:
- ClassifyRunsCreateBatchRequest
public static interface ClassifyRunsCreateBatchRequest.ClassifierStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRunsCreateBatchRequest._FinalStageclassifier(ClassifyRunsCreateBatchRequestClassifier classifier)Reference to the classifier to run against every input in this batch.ClassifyRunsCreateBatchRequest.Builderfrom(ClassifyRunsCreateBatchRequest other)
-
-
-
Method Detail
-
classifier
ClassifyRunsCreateBatchRequest._FinalStage classifier(@NotNull ClassifyRunsCreateBatchRequestClassifier classifier)
Reference to the classifier to run against every input in this batch.
-
from
ClassifyRunsCreateBatchRequest.Builder from(ClassifyRunsCreateBatchRequest other)
-
-