Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTrace
Packages that use GuardrailTrace
-
Uses of GuardrailTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailTraceModifier and TypeMethodDescriptionfinal GuardrailTraceTrace.guardrailTrace()The trace details for a trace defined in the Guardrail filter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailTraceModifier and TypeMethodDescriptionstatic TraceTrace.fromGuardrailTrace(GuardrailTrace guardrailTrace) Create an instance of this class withTrace.guardrailTrace()initialized to the given value.Trace.Builder.guardrailTrace(GuardrailTrace guardrailTrace) The trace details for a trace defined in the Guardrail filter.