Uses of Class
com.oracle.bmc.generativeai.model.DedicatedAiCluster.UnitShape
-
Packages that use DedicatedAiCluster.UnitShape Package Description com.oracle.bmc.generativeai.model -
-
Uses of DedicatedAiCluster.UnitShape in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return DedicatedAiCluster.UnitShape Modifier and Type Method Description static DedicatedAiCluster.UnitShape
DedicatedAiCluster.UnitShape. create(String key)
DedicatedAiCluster.UnitShape
CreateDedicatedAiClusterDetails. getUnitShape()
The shape of dedicated unit in this AI cluster.DedicatedAiCluster.UnitShape
DedicatedAiCluster. getUnitShape()
The shape of dedicated unit in this AI cluster.DedicatedAiCluster.UnitShape
DedicatedAiClusterSummary. getUnitShape()
The shape of dedicated unit in this AI cluster.static DedicatedAiCluster.UnitShape
DedicatedAiCluster.UnitShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static DedicatedAiCluster.UnitShape[]
DedicatedAiCluster.UnitShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type DedicatedAiCluster.UnitShape Modifier and Type Method Description CreateDedicatedAiClusterDetails.Builder
CreateDedicatedAiClusterDetails.Builder. unitShape(DedicatedAiCluster.UnitShape unitShape)
The shape of dedicated unit in this AI cluster.DedicatedAiCluster.Builder
DedicatedAiCluster.Builder. unitShape(DedicatedAiCluster.UnitShape unitShape)
The shape of dedicated unit in this AI cluster.DedicatedAiClusterSummary.Builder
DedicatedAiClusterSummary.Builder. unitShape(DedicatedAiCluster.UnitShape unitShape)
The shape of dedicated unit in this AI cluster.
-