Uses of Class
com.oracle.bmc.datascience.model.ModelGroupLifecycleState
-
Packages that use ModelGroupLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ModelGroupLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ModelGroupLifecycleState Modifier and Type Method Description Waiter<GetModelGroupRequest,GetModelGroupResponse>
DataScienceWaiters. forModelGroup(GetModelGroupRequest request, ModelGroupLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelGroupRequest,GetModelGroupResponse>
DataScienceWaiters. forModelGroup(GetModelGroupRequest request, ModelGroupLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelGroupRequest,GetModelGroupResponse>
DataScienceWaiters. forModelGroup(GetModelGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelGroupLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ModelGroupLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelGroupLifecycleState Modifier and Type Method Description static ModelGroupLifecycleState
ModelGroupLifecycleState. create(String key)
ModelGroupLifecycleState
ModelGroup. getLifecycleState()
The state of the modelGroup.ModelGroupLifecycleState
ModelGroupSummary. getLifecycleState()
The state of the model.static ModelGroupLifecycleState
ModelGroupLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelGroupLifecycleState[]
ModelGroupLifecycleState. 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 ModelGroupLifecycleState Modifier and Type Method Description ModelGroup.Builder
ModelGroup.Builder. lifecycleState(ModelGroupLifecycleState lifecycleState)
The state of the modelGroup.ModelGroupSummary.Builder
ModelGroupSummary.Builder. lifecycleState(ModelGroupLifecycleState lifecycleState)
The state of the model.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelGroupLifecycleState Constructor Description ModelGroup(String id, String compartmentId, String projectId, String displayName, String description, ModelGroupDetails modelGroupDetails, MemberModelEntries memberModelEntries, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ModelGroupLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String createdBy, String modelGroupVersionHistoryId, String modelGroupVersionHistoryName, String versionLabel, Long versionId, String createType, String sourceModelGroupId)
Deprecated.ModelGroupSummary(String id, String compartmentId, String projectId, String displayName, String createdBy, Date timeCreated, Date timeUpdated, ModelGroupLifecycleState lifecycleState, String lifecycleDetails, String modelGroupVersionHistoryId, String modelGroupVersionHistoryName, String versionLabel, Long versionId, ModelGroupDetails modelGroupDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ModelGroupLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ModelGroupLifecycleState Modifier and Type Method Description ModelGroupLifecycleState
ListModelGroupsRequest. getLifecycleState()
A filter to return resources matching the given lifecycleState.Methods in com.oracle.bmc.datascience.requests with parameters of type ModelGroupLifecycleState Modifier and Type Method Description ListModelGroupsRequest.Builder
ListModelGroupsRequest.Builder. lifecycleState(ModelGroupLifecycleState lifecycleState)
A filter to return resources matching the given lifecycleState.
-