Interface ClassifyRunsCreateRequest.FileStage
-
- All Known Implementing Classes:
ClassifyRunsCreateRequest.Builder
- Enclosing class:
- ClassifyRunsCreateRequest
public static interface ClassifyRunsCreateRequest.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRunsCreateRequest._FinalStagefile(ClassifyRunsCreateRequestFile file)The file to be classified.ClassifyRunsCreateRequest.Builderfrom(ClassifyRunsCreateRequest other)
-
-
-
Method Detail
-
file
ClassifyRunsCreateRequest._FinalStage file(@NotNull ClassifyRunsCreateRequestFile file)
The file to be classified. Files can be provided as a URL, an Extend file ID, or raw text.
-
from
ClassifyRunsCreateRequest.Builder from(ClassifyRunsCreateRequest other)
-
-