Reference documentation and code samples for the Google Cloud Dataproc V1 Client class UsageMetrics.
Usage metrics represent approximate total resources consumed by a workload.
Generated from protobuf message google.cloud.dataproc.v1.UsageMetrics
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ milli_dcu_seconds |
int|string
Optional. DCU (Dataproc Compute Units) usage in ( |
↳ shuffle_storage_gb_seconds |
int|string
Optional. Shuffle storage usage in ( |
↳ milli_accelerator_seconds |
int|string
Optional. Accelerator usage in ( |
↳ accelerator_type |
string
Optional. Accelerator type being used, if any |
getMilliDcuSeconds
Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
(see Dataproc Serverless pricing).
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setMilliDcuSeconds
Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
(see Dataproc Serverless pricing).
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShuffleStorageGbSeconds
Optional. Shuffle storage usage in (GB x seconds) (see
Dataproc Serverless pricing).
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setShuffleStorageGbSeconds
Optional. Shuffle storage usage in (GB x seconds) (see
Dataproc Serverless pricing).
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMilliAcceleratorSeconds
Optional. Accelerator usage in (milliAccelerator x seconds) (see
Dataproc Serverless pricing).
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setMilliAcceleratorSeconds
Optional. Accelerator usage in (milliAccelerator x seconds) (see
Dataproc Serverless pricing).
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAcceleratorType
Optional. Accelerator type being used, if any
| Returns | |
|---|---|
| Type | Description |
string |
|
setAcceleratorType
Optional. Accelerator type being used, if any
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|