Package | Description |
---|---|
com.oracle.bmc.generativeai | |
com.oracle.bmc.generativeai.model | |
com.oracle.bmc.generativeai.requests |
Modifier and Type | Method and Description |
---|---|
static DedicatedAiCluster.LifecycleState |
DedicatedAiCluster.LifecycleState.create(String key) |
DedicatedAiCluster.LifecycleState |
DedicatedAiClusterSummary.getLifecycleState()
The current state of the dedicated AI cluster.
|
DedicatedAiCluster.LifecycleState |
DedicatedAiCluster.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.
|
Modifier and Type | Method and Description |
---|---|
DedicatedAiClusterSummary.Builder |
DedicatedAiClusterSummary.Builder.lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
The current state of the dedicated AI cluster.
|
DedicatedAiCluster.Builder |
DedicatedAiCluster.Builder.lifecycleState(DedicatedAiCluster.LifecycleState lifecycleState)
The current state of the dedicated AI cluster.
|
Modifier and Type | Method and Description |
---|---|
DedicatedAiCluster.LifecycleState |
ListDedicatedAiClustersRequest.getLifecycleState()
A filter to return only the dedicated AI clusters that their lifecycle state matches the
given lifecycle state.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.