RuntimeInfoResponse

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)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Map of remote access endpoints (such as web interfaces and APIs) to their URIs.

Link copied to clipboard

A URI pointing to the location of the stdout and stderr of the workload.