Uses of Class
com.oracle.bmc.datascience.model.ModelVersionSetLifecycleState
-
Packages that use ModelVersionSetLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ModelVersionSetLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ModelVersionSetLifecycleState Modifier and Type Method Description Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse>
DataScienceWaiters. forModelVersionSet(GetModelVersionSetRequest request, ModelVersionSetLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse>
DataScienceWaiters. forModelVersionSet(GetModelVersionSetRequest request, ModelVersionSetLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelVersionSetRequest,GetModelVersionSetResponse>
DataScienceWaiters. forModelVersionSet(GetModelVersionSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelVersionSetLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ModelVersionSetLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelVersionSetLifecycleState Modifier and Type Method Description static ModelVersionSetLifecycleState
ModelVersionSetLifecycleState. create(String key)
ModelVersionSetLifecycleState
ModelVersionSet. getLifecycleState()
The state of the model version set.ModelVersionSetLifecycleState
ModelVersionSetSummary. getLifecycleState()
The state of the model version set.static ModelVersionSetLifecycleState
ModelVersionSetLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelVersionSetLifecycleState[]
ModelVersionSetLifecycleState. 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 ModelVersionSetLifecycleState Modifier and Type Method Description ModelVersionSet.Builder
ModelVersionSet.Builder. lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.ModelVersionSetSummary.Builder
ModelVersionSetSummary.Builder. lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelVersionSetLifecycleState Constructor Description ModelVersionSet(String id, String compartmentId, String projectId, String name, String description, ModelVersionSetLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String createdBy, ModelVersionSetCategory category, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ModelVersionSetSummary(String id, String compartmentId, String projectId, String name, ModelVersionSetLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String createdBy, ModelVersionSetCategory category, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ModelVersionSetLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ModelVersionSetLifecycleState Modifier and Type Method Description ModelVersionSetLifecycleState
ListModelVersionSetsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type ModelVersionSetLifecycleState Modifier and Type Method Description ListModelVersionSetsRequest.Builder
ListModelVersionSetsRequest.Builder. lifecycleState(ModelVersionSetLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-