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