Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse> |
GenerativeAiAgentWaiters.forAgentEndpoint(GetAgentEndpointRequest request,
AgentEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse> |
GenerativeAiAgentWaiters.forAgentEndpoint(GetAgentEndpointRequest request,
AgentEndpoint.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse> |
GenerativeAiAgentWaiters.forAgentEndpoint(GetAgentEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AgentEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AgentEndpoint.LifecycleState |
AgentEndpoint.LifecycleState.create(String key) |
AgentEndpoint.LifecycleState |
AgentEndpointSummary.getLifecycleState()
The current state of the endpoint.
|
AgentEndpoint.LifecycleState |
AgentEndpoint.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.
|
Modifier and Type | Method and Description |
---|---|
AgentEndpointSummary.Builder |
AgentEndpointSummary.Builder.lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
AgentEndpoint.Builder |
AgentEndpoint.Builder.lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
Constructor and Description |
---|
AgentEndpoint(String id,
String displayName,
String description,
String compartmentId,
String agentId,
ContentModerationConfig contentModerationConfig,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
Boolean shouldEnableSession,
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,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
Boolean shouldEnableSession,
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.
|
Modifier and Type | Method and Description |
---|---|
AgentEndpoint.LifecycleState |
ListAgentEndpointsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAgentEndpointsRequest.Builder |
ListAgentEndpointsRequest.Builder.lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.