Package | Description |
---|---|
com.oracle.bmc.generativeai | |
com.oracle.bmc.generativeai.model | |
com.oracle.bmc.generativeai.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEndpointRequest,GetEndpointResponse> |
GenerativeAiWaiters.forEndpoint(GetEndpointRequest request,
Endpoint.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEndpointRequest,GetEndpointResponse> |
GenerativeAiWaiters.forEndpoint(GetEndpointRequest request,
Endpoint.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEndpointRequest,GetEndpointResponse> |
GenerativeAiWaiters.forEndpoint(GetEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Endpoint.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Endpoint.LifecycleState |
Endpoint.LifecycleState.create(String key) |
Endpoint.LifecycleState |
EndpointSummary.getLifecycleState()
The current state of the endpoint.
|
Endpoint.LifecycleState |
Endpoint.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.
|
Modifier and Type | Method and Description |
---|---|
EndpointSummary.Builder |
EndpointSummary.Builder.lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Endpoint.LifecycleState |
ListEndpointsRequest.getLifecycleState()
A filter to return only resources that their lifecycle state matches the given lifecycle
state.
|
Modifier and Type | Method and Description |
---|---|
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.lifecycleState(Endpoint.LifecycleState lifecycleState)
A filter to return only resources that their lifecycle state matches the given lifecycle
state.
|
Copyright © 2016–2024. All rights reserved.