Uses of Class
com.oracle.bmc.generativeai.model.DedicatedAiCluster.LifecycleState
-
Packages that use DedicatedAiCluster.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of DedicatedAiCluster.LifecycleState in com.oracle.bmc.generativeai
-
Uses of DedicatedAiCluster.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return DedicatedAiCluster.LifecycleState Modifier and Type Method Description static DedicatedAiCluster.LifecycleState
DedicatedAiCluster.LifecycleState. create(String key)
DedicatedAiCluster.LifecycleState
DedicatedAiCluster. getLifecycleState()
The current state of the dedicated AI cluster.DedicatedAiCluster.LifecycleState
DedicatedAiClusterSummary. getLifecycleState()
The current state of the dedicated AI cluster.static DedicatedAiCluster.LifecycleState
DedicatedAiCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DedicatedAiCluster.LifecycleState[]
DedicatedAiCluster.LifecycleState. 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.LifecycleState Modifier and Type Method Description DedicatedAiCluster.Builder
DedicatedAiCluster.Builder. lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
The current state of the dedicated AI cluster.DedicatedAiClusterSummary.Builder
DedicatedAiClusterSummary.Builder. lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
The current state of the dedicated AI cluster. -
Uses of DedicatedAiCluster.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return DedicatedAiCluster.LifecycleState Modifier and Type Method Description DedicatedAiCluster.LifecycleState
ListDedicatedAiClustersRequest. getLifecycleState()
A filter to return only the dedicated AI clusters that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type DedicatedAiCluster.LifecycleState Modifier and Type Method Description ListDedicatedAiClustersRequest.Builder
ListDedicatedAiClustersRequest.Builder. lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
A filter to return only the dedicated AI clusters that their lifecycle state matches the given lifecycle state.
-