Batch Runtime Info
data class BatchRuntimeInfo(val approximateUsages: List<BatchRuntimeInfoApproximateUsage>? = null, val currentUsages: List<BatchRuntimeInfoCurrentUsage>? = null, val diagnosticOutputUri: String? = null, val endpoints: Map<String, String>? = null, val outputUri: String? = null)
Constructors
Link copied to clipboard
constructor(approximateUsages: List<BatchRuntimeInfoApproximateUsage>? = null, currentUsages: List<BatchRuntimeInfoCurrentUsage>? = null, diagnosticOutputUri: String? = null, endpoints: Map<String, String>? = null, outputUri: String? = null)
Properties
Link copied to clipboard
(Output) Approximate workload resource usage, calculated when the workload completes(see Dataproc Serverless pricing) Structure is documented below.
Link copied to clipboard
(Output) Snapshot of current workload resource usage(see Dataproc Serverless pricing) Structure is documented below.
Link copied to clipboard
(Output) A URI pointing to the location of the diagnostics tarball.