Uses of Class
com.oracle.bmc.generativeaiinference.model.GuardrailVersion.State
-
Packages that use GuardrailVersion.State Package Description com.oracle.bmc.generativeaiinference.model com.oracle.bmc.generativeaiinference.requests -
-
Uses of GuardrailVersion.State in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GuardrailVersion.State Modifier and Type Method Description static GuardrailVersion.StateGuardrailVersion.State. create(String key)GuardrailVersion.StateGuardrailVersion. getState()The state of the guardrail version.GuardrailVersion.StateGuardrailVersionSummary. getState()The state of the guardrail version.static GuardrailVersion.StateGuardrailVersion.State. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailVersion.State[]GuardrailVersion.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GuardrailVersion.State Modifier and Type Method Description GuardrailVersion.BuilderGuardrailVersion.Builder. state(GuardrailVersion.State state)The state of the guardrail version.GuardrailVersionSummary.BuilderGuardrailVersionSummary.Builder. state(GuardrailVersion.State state)The state of the guardrail version.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GuardrailVersion.State Constructor Description GuardrailVersion(String guardrailVersion, GuardrailVersion.State state, Date timePreviewed, Date timeActivated, Date timeDeprecated, Date timeRetired, String description)Deprecated.GuardrailVersionSummary(String guardrailVersion, GuardrailVersion.State state, Date timePreviewed, Date timeActivated, Date timeDeprecated, Date timeRetired, String description)Deprecated. -
Uses of GuardrailVersion.State in com.oracle.bmc.generativeaiinference.requests
Methods in com.oracle.bmc.generativeaiinference.requests that return GuardrailVersion.State Modifier and Type Method Description GuardrailVersion.StateListGuardrailVersionsRequest. getState()A filter to return only the guardrail versions whose state matches the given value.Methods in com.oracle.bmc.generativeaiinference.requests with parameters of type GuardrailVersion.State Modifier and Type Method Description ListGuardrailVersionsRequest.BuilderListGuardrailVersionsRequest.Builder. state(GuardrailVersion.State state)A filter to return only the guardrail versions whose state matches the given value.
-