Package ai.extend.types
Interface EvaluationSetItem.FileIdStage
-
- All Known Implementing Classes:
EvaluationSetItem.Builder
- Enclosing class:
- EvaluationSetItem
public static interface EvaluationSetItem.FileIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItem.ExpectedOutputStagefileId(java.lang.String fileId)Extend's internal ID for the file.
-
-
-
Method Detail
-
fileId
EvaluationSetItem.ExpectedOutputStage fileId(@NotNull java.lang.String fileId)
Extend's internal ID for the file. It will always start with "file_".
Example:
"file_xK9mLPqRtN3vS8wF5hB2cQ"
-
-