Package ai.extend.types
Interface EditRunOutput._FinalStage
-
- All Known Implementing Classes:
EditRunOutput.Builder
- Enclosing class:
- EditRunOutput
public static interface EditRunOutput._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditRunOutputbuild()EditRunOutput._FinalStagefilledValues(java.util.Map<java.lang.String,java.lang.Object> filledValues)EditRunOutput._FinalStagefilledValues(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> filledValues)The field values that were filled into the document.
-
-
-
Method Detail
-
build
EditRunOutput build()
-
filledValues
EditRunOutput._FinalStage filledValues(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> filledValues)
The field values that were filled into the document. Keys correspond to the property names in the schema. Will not be present if no values were filled.
-
filledValues
EditRunOutput._FinalStage filledValues(java.util.Map<java.lang.String,java.lang.Object> filledValues)
-
-