Uses of Class
com.oracle.bmc.batch.model.GpuFleetShape
-
Packages that use GpuFleetShape Package Description com.oracle.bmc.batch.model -
-
Uses of GpuFleetShape in com.oracle.bmc.batch.model
Subclasses of GpuFleetShape in com.oracle.bmc.batch.model Modifier and Type Class Description classFixedGpuFleetShapeFixed shape of the GPU fleet.Methods in com.oracle.bmc.batch.model that return GpuFleetShape Modifier and Type Method Description GpuFleetShapeServiceManagedGpuFleet. getShape()Methods in com.oracle.bmc.batch.model with parameters of type GpuFleetShape Modifier and Type Method Description ServiceManagedGpuFleet.BuilderServiceManagedGpuFleet.Builder. shape(GpuFleetShape shape)Constructors in com.oracle.bmc.batch.model with parameters of type GpuFleetShape Constructor Description ServiceManagedGpuFleet(String name, GpuFleetShape shape, Integer maxConcurrentTasks, String state, String details)Deprecated.
-