Uses of Class
com.oracle.bmc.datascience.model.ModelLifecycleState
-
Packages that use ModelLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ModelLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ModelLifecycleState Modifier and Type Method Description Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, ModelLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelRequest,GetModelResponse>
DataScienceWaiters. forModel(GetModelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ModelLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelLifecycleState Modifier and Type Method Description static ModelLifecycleState
ModelLifecycleState. create(String key)
ModelLifecycleState
Model. getLifecycleState()
The state of the model.ModelLifecycleState
ModelSummary. getLifecycleState()
The state of the model.static ModelLifecycleState
ModelLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelLifecycleState[]
ModelLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ModelLifecycleState Modifier and Type Method Description Model.Builder
Model.Builder. lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.ModelSummary.Builder
ModelSummary.Builder. lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelLifecycleState Constructor Description Model(String id, String compartmentId, String projectId, String displayName, String description, ModelLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String createdBy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Metadata> customMetadataList, List<Metadata> definedMetadataList, String inputSchema, String outputSchema, String modelVersionSetId, String modelVersionSetName, Long versionId, String versionLabel, ModelCategory category, Boolean isModelByReference, RetentionSetting retentionSetting, BackupSetting backupSetting, RetentionOperationDetails retentionOperationDetails, BackupOperationDetails backupOperationDetails)
Deprecated.ModelSummary(String compartmentId, String projectId, String id, String displayName, String createdBy, Date timeCreated, ModelLifecycleState lifecycleState, String lifecycleDetails, String modelVersionSetId, String modelVersionSetName, Long versionId, String versionLabel, ModelCategory category, Boolean isModelByReference, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ModelLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ModelLifecycleState Modifier and Type Method Description ModelLifecycleState
ListModelsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type ModelLifecycleState Modifier and Type Method Description ListModelsRequest.Builder
ListModelsRequest.Builder. lifecycleState(ModelLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-