Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTrace
Packages that use GuardrailTrace
-
Uses of GuardrailTrace in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTraceModifier and TypeMethodDescriptionstatic GuardrailTraceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailTraceGuardrailConfiguration.trace()The trace behavior for the guardrail.final GuardrailTraceGuardrailStreamConfiguration.trace()The trace behavior for the guardrail.static GuardrailTraceReturns 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 GuardrailTraceMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTraceModifier and TypeMethodDescriptionGuardrailConfiguration.Builder.trace(GuardrailTrace trace) The trace behavior for the guardrail.GuardrailStreamConfiguration.Builder.trace(GuardrailTrace trace) The trace behavior for the guardrail.