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
constructor(approximateUsage: UsageMetricsResponse, currentUsage: UsageSnapshotResponse, diagnosticOutputUri: String, endpoints: Map<String, String>, outputUri: String)
Properties
Link copied to clipboard
Approximate workload resource usage calculated after workload finishes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
Link copied to clipboard
Snapshot of current workload resource usage.
Link copied to clipboard
A URI pointing to the location of the diagnostics tarball.