BatchRuntimeInfo

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)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard
val endpoints: Map<String, String>? = null

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

Link copied to clipboard
val outputUri: String? = null

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