Uses of Class
com.oracle.bmc.generativeai.model.Endpoint.LifecycleState
-
Packages that use Endpoint.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of Endpoint.LifecycleState in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type Endpoint.LifecycleState Modifier and Type Method Description Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Endpoint.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return Endpoint.LifecycleState Modifier and Type Method Description static Endpoint.LifecycleState
Endpoint.LifecycleState. create(String key)
Endpoint.LifecycleState
Endpoint. getLifecycleState()
The current state of the endpoint.Endpoint.LifecycleState
EndpointSummary. getLifecycleState()
The current state of the endpoint.static Endpoint.LifecycleState
Endpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Endpoint.LifecycleState[]
Endpoint.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 Endpoint.LifecycleState Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.EndpointSummary.Builder
EndpointSummary.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.Constructors in com.oracle.bmc.generativeai.model with parameters of type Endpoint.LifecycleState Constructor Description Endpoint(String id, String displayName, String description, String modelId, String compartmentId, String dedicatedAiClusterId, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, ContentModerationConfig contentModerationConfig, Endpoint previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.EndpointSummary(String id, String displayName, String description, String modelId, String compartmentId, String dedicatedAiClusterId, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, ContentModerationConfig contentModerationConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Endpoint.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return Endpoint.LifecycleState Modifier and Type Method Description Endpoint.LifecycleState
ListEndpointsRequest. getLifecycleState()
A filter to return only resources that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type Endpoint.LifecycleState Modifier and Type Method Description ListEndpointsRequest.Builder
ListEndpointsRequest.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
A filter to return only resources that their lifecycle state matches the given lifecycle state.
-