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