Interface ClassifyRunsCreateBatchRequest._FinalStage
-
- All Known Implementing Classes:
ClassifyRunsCreateBatchRequest.Builder
- Enclosing class:
- ClassifyRunsCreateBatchRequest
public static interface ClassifyRunsCreateBatchRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRunsCreateBatchRequest._FinalStageaddAllInputs(java.util.List<ClassifyRunsCreateBatchRequestInputsItem> inputs)ClassifyRunsCreateBatchRequest._FinalStageaddInputs(ClassifyRunsCreateBatchRequestInputsItem inputs)ClassifyRunsCreateBatchRequestbuild()ClassifyRunsCreateBatchRequest._FinalStageinputs(java.util.List<ClassifyRunsCreateBatchRequestInputsItem> inputs)An array of inputs to process.ClassifyRunsCreateBatchRequest._FinalStagepriority(java.lang.Integer priority)ClassifyRunsCreateBatchRequest._FinalStagepriority(java.util.Optional<java.lang.Integer> priority)
-
-
-
Method Detail
-
build
ClassifyRunsCreateBatchRequest build()
-
inputs
ClassifyRunsCreateBatchRequest._FinalStage inputs(java.util.List<ClassifyRunsCreateBatchRequestInputsItem> inputs)
An array of inputs to process. Each item produces one classify run. Must contain between 1 and 1,000 items.
-
addInputs
ClassifyRunsCreateBatchRequest._FinalStage addInputs(ClassifyRunsCreateBatchRequestInputsItem inputs)
-
addAllInputs
ClassifyRunsCreateBatchRequest._FinalStage addAllInputs(java.util.List<ClassifyRunsCreateBatchRequestInputsItem> inputs)
-
priority
ClassifyRunsCreateBatchRequest._FinalStage priority(java.util.Optional<java.lang.Integer> priority)
-
priority
ClassifyRunsCreateBatchRequest._FinalStage priority(java.lang.Integer priority)
-
-