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.ElementData
    Data containing the result of a JsonBuilderElements processing.
    See Also:
    Specification
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJson()
      The JSON string containing key value pairs of the properties in the FlowData.
      • Methods inherited from interface fiftyone.pipeline.core.data.Data

        asKeyMap, get, populateFromMap, put
      • Methods inherited from interface fiftyone.pipeline.core.data.ElementData

        getPipeline, setPipeline
    • Method Detail

      • getJson

        String getJson()
        The JSON string containing key value pairs of the properties in the FlowData.
        Returns:
        JSON string