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. |
propertiesInfo |
Optional. Properties of the workload organized by origin. |
UsageMetrics
Usage metrics represent approximate total resources consumed by a workload.
JSON representation |
---|
{ "milliDcuSeconds": string, "shuffleStorageGbSeconds": string, "milliAcceleratorSeconds": string, "acceleratorType": string, "milliSlotSeconds": string, "updateTime": 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 |
milliSlotSeconds |
Optional. Slot usage in ( |
updateTime |
Optional. The timestamp of the usage metrics. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
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, "milliSlot": 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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
milliSlot |
Optional. Milli (one-thousandth) Slot usage of the workload. |
PropertiesInfo
Properties of the workload organized by origin.
JSON representation |
---|
{
"autotuningProperties": {
string: {
object ( |
Fields | |
---|---|
autotuningProperties |
Output only. Properties set by autotuning engine. An object containing a list of |
ValueInfo
Annotatated property value.
JSON representation |
---|
{ "value": string, "annotation": string, "overriddenValue": string } |
Fields | |
---|---|
value |
Property value. |
annotation |
Annotation, comment or explanation why the property was set. |
overriddenValue |
Optional. Value which was replaced by the corresponding component. |