public static interface TotalResourceUtilization.Builder extends SdkPojo, CopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
| Modifier and Type | Method and Description |
|---|---|
TotalResourceUtilization.Builder |
memoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization.Builder |
storageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization.Builder |
vcpuHour(Double vcpuHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotalResourceUtilization.Builder vcpuHour(Double vcpuHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
vcpuHour - The aggregated vCPU used per hour from the time job start executing till the time job is terminated.TotalResourceUtilization.Builder memoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
memoryGBHour - The aggregated memory used per hour from the time job start executing till the time job is terminated.TotalResourceUtilization.Builder storageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
storageGBHour - The aggregated storage used per hour from the time job start executing till the time job is
terminated.Copyright © 2023. All rights reserved.