Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningLogicWarningType
-
Packages that use GuardrailAutomatedReasoningLogicWarningType Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailAutomatedReasoningLogicWarningType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningLogicWarningType Modifier and Type Method Description static GuardrailAutomatedReasoningLogicWarningTypeGuardrailAutomatedReasoningLogicWarningType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailAutomatedReasoningLogicWarningTypeGuardrailAutomatedReasoningLogicWarning. type()The category of the detected logical issue, such as statements that are always true or always false.static GuardrailAutomatedReasoningLogicWarningTypeGuardrailAutomatedReasoningLogicWarningType. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailAutomatedReasoningLogicWarningType[]GuardrailAutomatedReasoningLogicWarningType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningLogicWarningType Modifier and Type Method Description static Set<GuardrailAutomatedReasoningLogicWarningType>GuardrailAutomatedReasoningLogicWarningType. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningLogicWarningType Modifier and Type Method Description GuardrailAutomatedReasoningLogicWarning.BuilderGuardrailAutomatedReasoningLogicWarning.Builder. type(GuardrailAutomatedReasoningLogicWarningType type)The category of the detected logical issue, such as statements that are always true or always false.
-