Uses of Class
com.oracle.bmc.ailanguage.model.Model.LifecycleState
-
Packages that use Model.LifecycleState Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests -
-
Uses of Model.LifecycleState in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type Model.LifecycleState Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
AIServiceLanguageWaiters. forModel(GetModelRequest request, Model.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceLanguageWaiters. forModel(GetModelRequest request, Model.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
AIServiceLanguageWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Model.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Model.LifecycleState in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return Model.LifecycleState Modifier and Type Method Description static Model.LifecycleState
Model.LifecycleState. create(String key)
Model.LifecycleState
Model. getLifecycleState()
The state of the model.Model.LifecycleState
ModelSummary. getLifecycleState()
The state of the model.static Model.LifecycleState
Model.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.LifecycleState[]
Model.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ailanguage.model with parameters of type Model.LifecycleState Modifier and Type Method Description Model.Builder
Model.Builder. lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.ModelSummary.Builder
ModelSummary.Builder. lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.Constructors in com.oracle.bmc.ailanguage.model with parameters of type Model.LifecycleState Constructor Description Model(String id, String displayName, String compartmentId, String projectId, String description, ModelDetails modelDetails, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, DatasetDetails trainingDataset, EvaluationResults evaluationResults, TestStrategy testStrategy, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ModelSummary(String id, String displayName, String compartmentId, String description, ModelDetails modelDetails, Date timeCreated, Model.LifecycleState lifecycleState, String lifecycleDetails, String projectId, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Model.LifecycleState in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return Model.LifecycleState Modifier and Type Method Description Model.LifecycleState
ListModelsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.ailanguage.requests with parameters of type Model.LifecycleState Modifier and Type Method Description ListModelsRequest.Builder
ListModelsRequest.Builder. lifecycleState(Model.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-