Runtime Info Response
data class RuntimeInfoResponse(val approximateUsage: UsageMetricsResponse, val currentUsage: UsageSnapshotResponse, val diagnosticOutputUri: String, val endpoints: Map<String, String>, val outputUri: String)
Runtime information about workload execution.
Constructors
Link copied to clipboard
fun RuntimeInfoResponse(approximateUsage: UsageMetricsResponse, currentUsage: UsageSnapshotResponse, diagnosticOutputUri: String, endpoints: Map<String, String>, outputUri: String)