Uses of Class
com.oracle.bmc.datascience.model.MlApplication.LifecycleState
-
Packages that use MlApplication.LifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of MlApplication.LifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type MlApplication.LifecycleState Modifier and Type Method Description Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, MlApplication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, MlApplication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMlApplicationRequest,GetMlApplicationResponse>
DataScienceWaiters. forMlApplication(GetMlApplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MlApplication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MlApplication.LifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return MlApplication.LifecycleState Modifier and Type Method Description static MlApplication.LifecycleState
MlApplication.LifecycleState. create(String key)
MlApplication.LifecycleState
MlApplication. getLifecycleState()
The current state of the MlApplication.MlApplication.LifecycleState
MlApplicationSummary. getLifecycleState()
The current state of the MlApplication.static MlApplication.LifecycleState
MlApplication.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MlApplication.LifecycleState[]
MlApplication.LifecycleState. 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 MlApplication.LifecycleState Modifier and Type Method Description MlApplication.Builder
MlApplication.Builder. lifecycleState(MlApplication.LifecycleState lifecycleState)
The current state of the MlApplication.MlApplicationSummary.Builder
MlApplicationSummary.Builder. lifecycleState(MlApplication.LifecycleState lifecycleState)
The current state of the MlApplication.Constructors in com.oracle.bmc.datascience.model with parameters of type MlApplication.LifecycleState Constructor Description MlApplication(String id, String name, String description, String compartmentId, Date timeCreated, Date timeUpdated, MlApplication.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MlApplicationSummary(String id, String name, String description, String compartmentId, Date timeCreated, MlApplication.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of MlApplication.LifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return MlApplication.LifecycleState Modifier and Type Method Description MlApplication.LifecycleState
ListMlApplicationsRequest. getLifecycleState()
A filter to return only resources with lifecycleState matching the given lifecycleState.Methods in com.oracle.bmc.datascience.requests with parameters of type MlApplication.LifecycleState Modifier and Type Method Description ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. lifecycleState(MlApplication.LifecycleState lifecycleState)
A filter to return only resources with lifecycleState matching the given lifecycleState.
-