Interface IPromptQueryExportAnalysisResult


public interface IPromptQueryExportAnalysisResult
Result of analyzing a prompt query export.
Since:
8.5.0
  • Method Details

    • getConnection

      Gets the metadata about the exported prompt connection. May be null if the connection was not exported.
      Returns:
      The metadata of the connection.
    • getMetadata

      Gets the metadata of the prompt export.
      Returns:
      The metadata of the prompt export.
    • getQuery

      Gets the metadata about the exported prompt query.
      Returns:
      The metadata of the prompt query.