Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailOutputContent
-
Packages that use GuardrailOutputContent Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailOutputContent in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailOutputContent Modifier and Type Method Description List<GuardrailOutputContent>ApplyGuardrailResponse. outputs()The output details in the response from the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailOutputContent Modifier and Type Method Description ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder. outputs(GuardrailOutputContent... outputs)The output details in the response from the guardrail.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailOutputContent Modifier and Type Method Description ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder. outputs(Collection<GuardrailOutputContent> outputs)The output details in the response from the guardrail.
-