public interface UsageMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorType()
public abstract String getAcceleratorType()Optional. Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes()Optional. Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for acceleratorType. |
getMilliAcceleratorSeconds()
public abstract long getMilliAcceleratorSeconds() Optional. Accelerator usage in (milliAccelerator x seconds) (see
Dataproc Serverless pricing).
int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The milliAcceleratorSeconds. |
getMilliDcuSeconds()
public abstract long getMilliDcuSeconds() Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
(see Dataproc Serverless pricing).
int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The milliDcuSeconds. |
getShuffleStorageGbSeconds()
public abstract long getShuffleStorageGbSeconds() Optional. Shuffle storage usage in (GB x seconds) (see
Dataproc Serverless pricing).
int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The shuffleStorageGbSeconds. |