| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
TotalResourceUtilization |
TotalResourceUtilization.clone() |
TotalResourceUtilization |
JobRun.getTotalResourceUtilization()
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time
the job terminates, rounded up to the nearest second.
|
TotalResourceUtilization |
TotalResourceUtilization.withMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization |
TotalResourceUtilization.withStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization |
TotalResourceUtilization.withVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setTotalResourceUtilization(TotalResourceUtilization totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time
the job terminates, rounded up to the nearest second.
|
JobRun |
JobRun.withTotalResourceUtilization(TotalResourceUtilization totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time
the job terminates, rounded up to the nearest second.
|
Copyright © 2025. All rights reserved.