Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailImageSource
-
Packages that use GuardrailImageSource Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailImageSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailImageSource Modifier and Type Method Description static GuardrailImageSourceGuardrailImageSource. fromBytes(SdkBytes bytes)Create an instance of this class withbytes()initialized to the given value.GuardrailImageSourceGuardrailImageBlock. source()The image source (image bytes) details of the image blocked by the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailImageSource Modifier and Type Method Description GuardrailImageBlock.BuilderGuardrailImageBlock.Builder. source(GuardrailImageSource source)The image source (image bytes) details of the image blocked by the guardrail.
-