Interface Output

All Known Implementing Classes:
DisplayDataOutput, ErrorOutput, ExecuteResultOutput, StreamOutput

public sealed interface Output permits StreamOutput, DisplayDataOutput, ExecuteResultOutput, ErrorOutput
A single output produced by executing a CodeCell. The output type is determined by the output_type field and can be one of:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the output type identifier.
  • Method Details

    • outputType

      String outputType()
      Returns the output type identifier.
      Returns:
      one of "stream", "display_data", "execute_result", or "error".