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.TypeDedicatedAiCluster.Type. create(String key)DedicatedAiCluster.TypeCreateDedicatedAiClusterDetails. getType()The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.TypeDedicatedAiCluster. getType()The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.TypeDedicatedAiClusterSummary. getType()The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.static DedicatedAiCluster.TypeDedicatedAiCluster.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.BuilderCreateDedicatedAiClusterDetails.Builder. type(DedicatedAiCluster.Type type)The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiCluster.BuilderDedicatedAiCluster.Builder. type(DedicatedAiCluster.Type type)The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.DedicatedAiClusterSummary.BuilderDedicatedAiClusterSummary.Builder. type(DedicatedAiCluster.Type type)The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.
-