Runtime information about workload execution.
JSON representation |
---|
{ "endpoints": { string: string, ... }, "outputUri": string, "diagnosticOutputUri": string, "approximateUsage": { object ( |
Fields | |
---|---|
endpoints |
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs. An object containing a list of |
outputUri |
Output only. A URI pointing to the location of the stdout and stderr of the workload. |
diagnosticOutputUri |
Output only. A URI pointing to the location of the diagnostics tarball. |
approximateUsage |
Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing). Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes for announcements, changes, fixes and other Dataproc developments). |
currentUsage |
Output only. Snapshot of current workload resource usage. |
UsageMetrics
Usage metrics represent approximate total resources consumed by a workload.
JSON representation |
---|
{ "milliDcuSeconds": string, "shuffleStorageGbSeconds": string, "milliAcceleratorSeconds": string, "acceleratorType": string } |
Fields | |
---|---|
milliDcuSeconds |
Optional. DCU (Dataproc Compute Units) usage in ( |
shuffleStorageGbSeconds |
Optional. Shuffle storage usage in ( |
milliAcceleratorSeconds |
Optional. Accelerator usage in ( |
acceleratorType |
Optional. Accelerator type being used, if any |
UsageSnapshot
The usage snapshot represents the resources consumed by a workload at a specified time.
JSON representation |
---|
{ "milliDcu": string, "shuffleStorageGb": string, "milliDcuPremium": string, "shuffleStorageGbPremium": string, "milliAccelerator": string, "acceleratorType": string, "snapshotTime": string } |
Fields | |
---|---|
milliDcu |
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing). |
shuffleStorageGb |
Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing) |
milliDcuPremium |
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing). |
shuffleStorageGbPremium |
Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing) |
milliAccelerator |
Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing) |
acceleratorType |
Optional. Accelerator type being used, if any |
snapshotTime |
Optional. The timestamp of the usage snapshot. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |