Interface ClassifyRunsCreateBatchRequestInputsItem.FileStage
-
- All Known Implementing Classes:
ClassifyRunsCreateBatchRequestInputsItem.Builder
- Enclosing class:
- ClassifyRunsCreateBatchRequestInputsItem
public static interface ClassifyRunsCreateBatchRequestInputsItem.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRunsCreateBatchRequestInputsItem._FinalStagefile(ClassifyRunsCreateBatchRequestInputsItemFile file)The file to classify.ClassifyRunsCreateBatchRequestInputsItem.Builderfrom(ClassifyRunsCreateBatchRequestInputsItem other)
-
-
-
Method Detail
-
file
ClassifyRunsCreateBatchRequestInputsItem._FinalStage file(@NotNull ClassifyRunsCreateBatchRequestInputsItemFile file)
The file to classify. Can be a URL, an Extend file ID, or raw text.
-
-