getPerformanceAnalysisReport
inline suspend fun PiClient.getPerformanceAnalysisReport(crossinline block: GetPerformanceAnalysisReportRequest.Builder.() -> Unit): GetPerformanceAnalysisReportResponse
Retrieves the report including the report ID, status, time details, and the insights with recommendations. The report status can be RUNNING
, SUCCEEDED
, or FAILED
. The insights include the description
and recommendation
fields.