Uses of Class
com.oracle.bmc.datascience.model.ModelDeploymentLifecycleState
-
Packages that use ModelDeploymentLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ModelDeploymentLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ModelDeploymentLifecycleState Modifier and Type Method Description Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse>
DataScienceWaiters. forModelDeployment(GetModelDeploymentRequest request, ModelDeploymentLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse>
DataScienceWaiters. forModelDeployment(GetModelDeploymentRequest request, ModelDeploymentLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetModelDeploymentRequest,GetModelDeploymentResponse>
DataScienceWaiters. forModelDeployment(GetModelDeploymentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ModelDeploymentLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ModelDeploymentLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelDeploymentLifecycleState Modifier and Type Method Description static ModelDeploymentLifecycleState
ModelDeploymentLifecycleState. create(String key)
ModelDeploymentLifecycleState
ModelDeployment. getLifecycleState()
The state of the model deployment.ModelDeploymentLifecycleState
ModelDeploymentSummary. getLifecycleState()
The state of the model deployment.static ModelDeploymentLifecycleState
ModelDeploymentLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelDeploymentLifecycleState[]
ModelDeploymentLifecycleState. 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 ModelDeploymentLifecycleState Modifier and Type Method Description ModelDeployment.Builder
ModelDeployment.Builder. lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.ModelDeploymentSummary.Builder
ModelDeploymentSummary.Builder. lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelDeploymentLifecycleState Constructor Description ModelDeployment(String id, Date timeCreated, String displayName, String description, String projectId, String createdBy, String compartmentId, ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails, CategoryLogDetails categoryLogDetails, String modelDeploymentUrl, ModelDeploymentSystemData modelDeploymentSystemData, ModelDeploymentLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ModelDeploymentSummary(String id, Date timeCreated, String displayName, String description, String projectId, String createdBy, String compartmentId, ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails, CategoryLogDetails categoryLogDetails, String modelDeploymentUrl, ModelDeploymentLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ModelDeploymentLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ModelDeploymentLifecycleState Modifier and Type Method Description ModelDeploymentLifecycleState
ListModelDeploymentsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type ModelDeploymentLifecycleState Modifier and Type Method Description ListModelDeploymentsRequest.Builder
ListModelDeploymentsRequest.Builder. lifecycleState(ModelDeploymentLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-