Uses of Class
com.oracle.bmc.generativeai.model.ImportedModel.LifecycleState
-
Packages that use ImportedModel.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of ImportedModel.LifecycleState in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ImportedModel.LifecycleState Modifier and Type Method Description Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, ImportedModel.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, ImportedModel.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetImportedModelRequest,GetImportedModelResponse>GenerativeAiWaiters. forImportedModel(GetImportedModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ImportedModel.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ImportedModel.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ImportedModel.LifecycleState Modifier and Type Method Description static ImportedModel.LifecycleStateImportedModel.LifecycleState. create(String key)ImportedModel.LifecycleStateImportedModel. getLifecycleState()The lifecycle state of the imported model.ImportedModel.LifecycleStateImportedModelSummary. getLifecycleState()The lifecycle state of the imported model.static ImportedModel.LifecycleStateImportedModel.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedModel.LifecycleState[]ImportedModel.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 ImportedModel.LifecycleState Modifier and Type Method Description ImportedModel.BuilderImportedModel.Builder. lifecycleState(ImportedModel.LifecycleState lifecycleState)The lifecycle state of the imported model.ImportedModelSummary.BuilderImportedModelSummary.Builder. lifecycleState(ImportedModel.LifecycleState lifecycleState)The lifecycle state of the imported model.Constructors in com.oracle.bmc.generativeai.model with parameters of type ImportedModel.LifecycleState Constructor Description ImportedModel(String id, String displayName, String description, String compartmentId, List<ImportedModelCapability> capabilities, ImportedModel.LifecycleState lifecycleState, String lifecycleDetails, String vendor, String version, ModelDataSource dataSource, Date timeCreated, Date timeUpdated, ImportedModel previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ImportedModelSummary(String id, String displayName, String description, String compartmentId, List<ImportedModelCapability> capabilities, ImportedModel.LifecycleState lifecycleState, String lifecycleDetails, String vendor, String version, ModelDataSource dataSource, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ImportedModel.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ImportedModel.LifecycleState Modifier and Type Method Description ImportedModel.LifecycleStateListImportedModelsRequest. getLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.generativeai.requests with parameters of type ImportedModel.LifecycleState Modifier and Type Method Description ListImportedModelsRequest.BuilderListImportedModelsRequest.Builder. lifecycleState(ImportedModel.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-