Uses of Class
com.oracle.bmc.datascience.model.MlApplicationInstanceView.LifecycleState
-
Packages that use MlApplicationInstanceView.LifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of MlApplicationInstanceView.LifecycleState in com.oracle.bmc.datascience
-
Uses of MlApplicationInstanceView.LifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return MlApplicationInstanceView.LifecycleState Modifier and Type Method Description static MlApplicationInstanceView.LifecycleState
MlApplicationInstanceView.LifecycleState. create(String key)
MlApplicationInstanceView.LifecycleState
MlApplicationInstanceView. getLifecycleState()
The current state of the MlApplicationInstance(View).MlApplicationInstanceView.LifecycleState
MlApplicationInstanceViewSummary. getLifecycleState()
The current state of the MlApplicationInstance(View).static MlApplicationInstanceView.LifecycleState
MlApplicationInstanceView.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MlApplicationInstanceView.LifecycleState[]
MlApplicationInstanceView.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 MlApplicationInstanceView.LifecycleState Modifier and Type Method Description MlApplicationInstanceView.Builder
MlApplicationInstanceView.Builder. lifecycleState(MlApplicationInstanceView.LifecycleState lifecycleState)
The current state of the MlApplicationInstance(View).MlApplicationInstanceViewSummary.Builder
MlApplicationInstanceViewSummary.Builder. lifecycleState(MlApplicationInstanceView.LifecycleState lifecycleState)
The current state of the MlApplicationInstance(View).Constructors in com.oracle.bmc.datascience.model with parameters of type MlApplicationInstanceView.LifecycleState Constructor Description MlApplicationInstanceView(String id, String displayName, String mlApplicationInstanceId, String mlApplicationId, String mlApplicationName, String mlApplicationImplementationId, String mlApplicationImplementationName, String packageVersion, String mlApplicationImplementationVersionId, AuthConfiguration authConfiguration, List<ConfigurationProperty> configuration, Boolean isEnabled, List<InstanceComponent> instanceComponents, String compartmentId, PredictionEndpointDetails predictionEndpointDetails, Date timeCreated, MlApplicationInstanceView.LifecycleState lifecycleState, MlApplicationInstanceView.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MlApplicationInstanceViewSummary(String id, String displayName, String mlApplicationId, String mlApplicationName, String mlApplicationInstanceId, String mlApplicationImplementationId, String mlApplicationImplementationName, String packageVersion, String mlApplicationImplementationVersionId, Boolean isEnabled, String compartmentId, Date timeCreated, MlApplicationInstanceView.LifecycleState lifecycleState, MlApplicationInstanceView.LifecycleSubstate lifecycleSubstate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of MlApplicationInstanceView.LifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return MlApplicationInstanceView.LifecycleState Modifier and Type Method Description MlApplicationInstanceView.LifecycleState
ListMlApplicationInstanceViewsRequest. getLifecycleState()
A filter to return only resources matching the given lifecycleState.Methods in com.oracle.bmc.datascience.requests with parameters of type MlApplicationInstanceView.LifecycleState Modifier and Type Method Description ListMlApplicationInstanceViewsRequest.Builder
ListMlApplicationInstanceViewsRequest.Builder. lifecycleState(MlApplicationInstanceView.LifecycleState lifecycleState)
A filter to return only resources matching the given lifecycleState.
-