Uses of Class
com.oracle.bmc.batch.model.FleetShapeExecutionDetails
-
Packages that use FleetShapeExecutionDetails Package Description com.oracle.bmc.batch.model -
-
Uses of FleetShapeExecutionDetails in com.oracle.bmc.batch.model
Subclasses of FleetShapeExecutionDetails in com.oracle.bmc.batch.model Modifier and Type Class Description classCpuFleetShapeExecutionDetailsDetails about the CPU shape which was used for the task execution.classGpuFleetShapeExecutionDetailsDetails about the GPU shape which was used for the task execution.Methods in com.oracle.bmc.batch.model that return FleetShapeExecutionDetails Modifier and Type Method Description FleetShapeExecutionDetailsComputeTaskExecutionDetails. getFleetShape()Methods in com.oracle.bmc.batch.model with parameters of type FleetShapeExecutionDetails Modifier and Type Method Description ComputeTaskExecutionDetails.BuilderComputeTaskExecutionDetails.Builder. fleetShape(FleetShapeExecutionDetails fleetShape)Constructors in com.oracle.bmc.batch.model with parameters of type FleetShapeExecutionDetails Constructor Description ComputeTaskExecutionDetails(String executionId, Date timeTransitionedToWaitingDependencies, Date timeTransitionedToWaitingQueued, Date timeStarted, Date timeCompleted, FleetShapeExecutionDetails fleetShape, BatchTask.LifecycleState completionLifecycleState, List<String> errors)Deprecated.
-