Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTrace
-
Packages that use GuardrailTrace Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailTrace in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTrace Modifier and Type Method Description static GuardrailTraceGuardrailTrace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailTraceGuardrailConfiguration. trace()The trace behavior for the guardrail.GuardrailTraceGuardrailStreamConfiguration. trace()The trace behavior for the guardrail.static GuardrailTraceGuardrailTrace. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailTrace[]GuardrailTrace. 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 GuardrailTrace Modifier and Type Method Description static Set<GuardrailTrace>GuardrailTrace. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTrace Modifier and Type Method Description GuardrailConfiguration.BuilderGuardrailConfiguration.Builder. trace(GuardrailTrace trace)The trace behavior for the guardrail.GuardrailStreamConfiguration.BuilderGuardrailStreamConfiguration.Builder. trace(GuardrailTrace trace)The trace behavior for the guardrail.
-