Interface IPromptQueryExportAnalysisResult
public interface IPromptQueryExportAnalysisResult
Result of analyzing a prompt query export.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the metadata about the exported prompt connection.Gets the metadata of the prompt export.getQuery()Gets the metadata about the exported prompt query.
-
Method Details
-
getConnection
IPromptConnectionExportInfo 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
IPromptExportMetadataInfo getMetadata()Gets the metadata of the prompt export.- Returns:
- The metadata of the prompt export.
-
getQuery
IPromptQueryExportInfo getQuery()Gets the metadata about the exported prompt query.- Returns:
- The metadata of the prompt query.
-