Uses of Class
com.oracle.bmc.generativeaiagent.model.AgentEndpoint.LifecycleState
-
Packages that use AgentEndpoint.LifecycleState Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model com.oracle.bmc.generativeaiagent.requests -
-
Uses of AgentEndpoint.LifecycleState in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type AgentEndpoint.LifecycleState Modifier and Type Method Description Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, AgentEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, AgentEndpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AgentEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AgentEndpoint.LifecycleState in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return AgentEndpoint.LifecycleState Modifier and Type Method Description static AgentEndpoint.LifecycleState
AgentEndpoint.LifecycleState. create(String key)
AgentEndpoint.LifecycleState
AgentEndpoint. getLifecycleState()
The current state of the endpoint.AgentEndpoint.LifecycleState
AgentEndpointSummary. getLifecycleState()
The current state of the endpoint.static AgentEndpoint.LifecycleState
AgentEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentEndpoint.LifecycleState[]
AgentEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type AgentEndpoint.LifecycleState Modifier and Type Method Description AgentEndpoint.Builder
AgentEndpoint.Builder. lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.AgentEndpointSummary.Builder
AgentEndpointSummary.Builder. lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type AgentEndpoint.LifecycleState Constructor Description AgentEndpoint(String id, String displayName, String description, String compartmentId, String agentId, ContentModerationConfig contentModerationConfig, GuardrailConfig guardrailConfig, Map<String,String> metadata, HumanInputConfig humanInputConfig, OutputConfig outputConfig, Boolean shouldEnableTrace, Boolean shouldEnableCitation, Boolean shouldEnableSession, Boolean shouldEnableMultiLanguage, SessionConfig sessionConfig, Date timeCreated, Date timeUpdated, AgentEndpoint.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AgentEndpointSummary(String id, String displayName, String description, String compartmentId, String agentId, ContentModerationConfig contentModerationConfig, GuardrailConfig guardrailConfig, Map<String,String> metadata, HumanInputConfig humanInputConfig, OutputConfig outputConfig, Boolean shouldEnableTrace, Boolean shouldEnableCitation, Boolean shouldEnableSession, Boolean shouldEnableMultiLanguage, SessionConfig sessionConfig, Date timeCreated, Date timeUpdated, AgentEndpoint.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of AgentEndpoint.LifecycleState in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return AgentEndpoint.LifecycleState Modifier and Type Method Description AgentEndpoint.LifecycleState
ListAgentEndpointsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.generativeaiagent.requests with parameters of type AgentEndpoint.LifecycleState Modifier and Type Method Description ListAgentEndpointsRequest.Builder
ListAgentEndpointsRequest.Builder. lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-