Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDataSourceRequest,GetDataSourceResponse> |
GenerativeAiAgentWaiters.forDataSource(GetDataSourceRequest request,
DataSource.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDataSourceRequest,GetDataSourceResponse> |
GenerativeAiAgentWaiters.forDataSource(GetDataSourceRequest request,
DataSource.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDataSourceRequest,GetDataSourceResponse> |
GenerativeAiAgentWaiters.forDataSource(GetDataSourceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DataSource.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DataSource.LifecycleState |
DataSource.LifecycleState.create(String key) |
DataSource.LifecycleState |
DataSource.getLifecycleState()
The current state of the data source.
|
DataSource.LifecycleState |
DataSourceSummary.getLifecycleState()
The current state of the data source.
|
static DataSource.LifecycleState |
DataSource.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource.LifecycleState[] |
DataSource.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataSource.Builder |
DataSource.Builder.lifecycleState(DataSource.LifecycleState lifecycleState)
The current state of the data source.
|
DataSourceSummary.Builder |
DataSourceSummary.Builder.lifecycleState(DataSource.LifecycleState lifecycleState)
The current state of the data source.
|
Constructor and Description |
---|
DataSource(String id,
String displayName,
String description,
String compartmentId,
String knowledgeBaseId,
DataSourceConfig dataSourceConfig,
Date timeCreated,
Date timeUpdated,
DataSource.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DataSourceSummary(String id,
String displayName,
String description,
String knowledgeBaseId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DataSource.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 |
---|---|
DataSource.LifecycleState |
ListDataSourcesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDataSourcesRequest.Builder |
ListDataSourcesRequest.Builder.lifecycleState(DataSource.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.