google_api_tool_results v0.23.3 GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary View Source
A summary of perf metrics collected and performance environment info
Attributes
appStartTime
(type:GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t
, default:nil
) -executionId
(type:String.t
, default:nil
) - A tool results execution ID. @OutputOnlygraphicsStats
(type:GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t
, default:nil
) - Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run.historyId
(type:String.t
, default:nil
) - A tool results history ID. @OutputOnlyperfEnvironment
(type:GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t
, default:nil
) - Describes the environment in which the performance metrics were collectedperfMetrics
(type:list(String.t)
, default:nil
) - Set of resource collectedprojectId
(type:String.t
, default:nil
) - The cloud project @OutputOnlystepId
(type:String.t
, default:nil
) - A tool results step ID. @OutputOnly
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary{ appStartTime: GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t(), executionId: String.t(), graphicsStats: GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t(), historyId: String.t(), perfEnvironment: GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t(), perfMetrics: [String.t()], projectId: String.t(), stepId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.