Interface JsonBuilderData
-
- All Superinterfaces:
fiftyone.pipeline.core.data.Data,fiftyone.pipeline.core.data.ElementData
- All Known Implementing Classes:
JsonBuilderDataInternal
public interface JsonBuilderData extends fiftyone.pipeline.core.data.ElementDataData containing the result of aJsonBuilderElements processing.- See Also:
- Specification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJson()The JSON string containing key value pairs of the properties in theFlowData.
-
-
-
Method Detail
-
getJson
String getJson()
The JSON string containing key value pairs of the properties in theFlowData.- Returns:
- JSON string
-
-