Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailImageBlock
Packages that use GuardrailImageBlock
-
Uses of GuardrailImageBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailImageBlockModifier and TypeMethodDescriptionfinal GuardrailImageBlockGuardrailContentBlock.image()Image within guardrail content block to be evaluated by the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailImageBlockModifier and TypeMethodDescriptionstatic GuardrailContentBlockGuardrailContentBlock.fromImage(GuardrailImageBlock image) Create an instance of this class withGuardrailContentBlock.image()initialized to the given value.GuardrailContentBlock.Builder.image(GuardrailImageBlock image) Image within guardrail content block to be evaluated by the guardrail.