Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailImageBlock
-
Packages that use GuardrailImageBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailImageBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailImageBlock Modifier and Type Method Description 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 GuardrailImageBlock Modifier and Type Method Description static GuardrailContentBlockGuardrailContentBlock. fromImage(GuardrailImageBlock image)Create an instance of this class withGuardrailContentBlock.image()initialized to the given value.GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. image(GuardrailImageBlock image)Image within guardrail content block to be evaluated by the guardrail.
-