Uses of Class
com.oracle.bmc.generativeai.model.SemanticStore.LifecycleState
-
Packages that use SemanticStore.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of SemanticStore.LifecycleState in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type SemanticStore.LifecycleState Modifier and Type Method Description Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, SemanticStore.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, SemanticStore.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSemanticStoreRequest,GetSemanticStoreResponse>GenerativeAiWaiters. forSemanticStore(GetSemanticStoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SemanticStore.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of SemanticStore.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return SemanticStore.LifecycleState Modifier and Type Method Description static SemanticStore.LifecycleStateSemanticStore.LifecycleState. create(String key)SemanticStore.LifecycleStateSemanticStore. getLifecycleState()The lifecycle state of a SemanticStore.SemanticStore.LifecycleStateSemanticStoreSummary. getLifecycleState()The current state of the SemanticStore.static SemanticStore.LifecycleStateSemanticStore.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SemanticStore.LifecycleState[]SemanticStore.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type SemanticStore.LifecycleState Modifier and Type Method Description SemanticStore.BuilderSemanticStore.Builder. lifecycleState(SemanticStore.LifecycleState lifecycleState)The lifecycle state of a SemanticStore.SemanticStoreSummary.BuilderSemanticStoreSummary.Builder. lifecycleState(SemanticStore.LifecycleState lifecycleState)The current state of the SemanticStore.Constructors in com.oracle.bmc.generativeai.model with parameters of type SemanticStore.LifecycleState Constructor Description SemanticStore(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, SemanticStore.LifecycleState lifecycleState, String lifecycleDetails, DataSourceDetails dataSource, RefreshScheduleDetails refreshSchedule, SchemasDetails schemas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.SemanticStoreSummary(String id, String displayName, String description, String compartmentId, DataSourceDetails dataSource, RefreshScheduleDetails refreshSchedule, SchemasDetails schemas, Date timeCreated, Date timeUpdated, SemanticStore.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-