Uses of Class
com.oracle.bmc.generativeai.model.DedicatedAiCluster.Type
-
Packages that use DedicatedAiCluster.Type Package Description com.oracle.bmc.generativeai.model -
-
Uses of DedicatedAiCluster.Type in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return DedicatedAiCluster.Type Modifier and Type Method Description static DedicatedAiCluster.Type
DedicatedAiCluster.Type. create(String key)
DedicatedAiCluster.Type
CreateDedicatedAiClusterDetails. getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.Type
DedicatedAiCluster. getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.Type
DedicatedAiClusterSummary. getType()
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.static DedicatedAiCluster.Type
DedicatedAiCluster.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static DedicatedAiCluster.Type[]
DedicatedAiCluster.Type. 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.Type Modifier and Type Method Description CreateDedicatedAiClusterDetails.Builder
CreateDedicatedAiClusterDetails.Builder. type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.Builder
DedicatedAiCluster.Builder. type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiClusterSummary.Builder
DedicatedAiClusterSummary.Builder. type(DedicatedAiCluster.Type type)
The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.
-