Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseImageSource
-
Packages that use GuardrailConverseImageSource Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailConverseImageSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseImageSource Modifier and Type Method Description static GuardrailConverseImageSourceGuardrailConverseImageSource. fromBytes(SdkBytes bytes)Create an instance of this class withbytes()initialized to the given value.GuardrailConverseImageSourceGuardrailConverseImageBlock. source()The image source (image bytes) of the guardrail converse image block.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailConverseImageSource Modifier and Type Method Description GuardrailConverseImageBlock.BuilderGuardrailConverseImageBlock.Builder. source(GuardrailConverseImageSource source)The image source (image bytes) of the guardrail converse image block.
-