Uses of Class
com.oracle.bmc.generativeai.model.HostedDeployment.LifecycleState
-
Packages that use HostedDeployment.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of HostedDeployment.LifecycleState in com.oracle.bmc.generativeai
-
Uses of HostedDeployment.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedDeployment.LifecycleState Modifier and Type Method Description static HostedDeployment.LifecycleStateHostedDeployment.LifecycleState. create(String key)HostedDeployment.LifecycleStateHostedDeployment. getLifecycleState()The current state of the hosted deployment.HostedDeployment.LifecycleStateHostedDeploymentSummary. getLifecycleState()The current state of the hosted deployment.static HostedDeployment.LifecycleStateHostedDeployment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedDeployment.LifecycleState[]HostedDeployment.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type HostedDeployment.LifecycleState Modifier and Type Method Description HostedDeployment.BuilderHostedDeployment.Builder. lifecycleState(HostedDeployment.LifecycleState lifecycleState)The current state of the hosted deployment.HostedDeploymentSummary.BuilderHostedDeploymentSummary.Builder. lifecycleState(HostedDeployment.LifecycleState lifecycleState)The current state of the hosted deployment.Constructors in com.oracle.bmc.generativeai.model with parameters of type HostedDeployment.LifecycleState Constructor Description HostedDeployment(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, HostedDeployment.LifecycleState lifecycleState, String hostedApplicationId, Artifact activeArtifact, List<Artifact> artifacts, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.HostedDeploymentSummary(String id, Date timeCreated, Date timeUpdated, HostedDeployment.LifecycleState lifecycleState, String hostedApplicationId, Artifact activeArtifact, List<Artifact> artifacts, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of HostedDeployment.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return HostedDeployment.LifecycleState Modifier and Type Method Description HostedDeployment.LifecycleStateListHostedDeploymentsRequest. getLifecycleState()A filter to return only the hosted deployments that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type HostedDeployment.LifecycleState Modifier and Type Method Description ListHostedDeploymentsRequest.BuilderListHostedDeploymentsRequest.Builder. lifecycleState(HostedDeployment.LifecycleState lifecycleState)A filter to return only the hosted deployments that their lifecycle state matches the given lifecycle state.
-