Uses of Class
com.oracle.bmc.ailanguage.model.Endpoint.LifecycleState
-
Packages that use Endpoint.LifecycleState Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests -
-
Uses of Endpoint.LifecycleState in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type Endpoint.LifecycleState Modifier and Type Method Description Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
AIServiceLanguageWaiters. 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.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return Endpoint.LifecycleState Modifier and Type Method Description static Endpoint.LifecycleState
Endpoint.LifecycleState. create(String key)
Endpoint.LifecycleState
Endpoint. getLifecycleState()
The state of the endpoint.Endpoint.LifecycleState
EndpointSummary. getLifecycleState()
The 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.ailanguage.model with parameters of type Endpoint.LifecycleState Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
The state of the endpoint.EndpointSummary.Builder
EndpointSummary.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
The state of the endpoint.Constructors in com.oracle.bmc.ailanguage.model with parameters of type Endpoint.LifecycleState Constructor Description Endpoint(String id, String alias, Endpoint.ComputeType computeType, String displayName, String compartmentId, String projectId, String description, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, Integer inferenceUnits, String modelId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.EndpointSummary(String id, String alias, EndpointSummary.ComputeType computeType, String displayName, String compartmentId, String projectId, String description, Date timeCreated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, Integer inferenceUnits, String modelId, 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.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return Endpoint.LifecycleState Modifier and Type Method Description Endpoint.LifecycleState
ListEndpointsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.ailanguage.requests with parameters of type Endpoint.LifecycleState Modifier and Type Method Description ListEndpointsRequest.Builder
ListEndpointsRequest.Builder. lifecycleState(Endpoint.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-