Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailImageBlock.Builder
-
Packages that use GuardrailImageBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailImageBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailImageBlock.Builder Modifier and Type Method Description static GuardrailImageBlock.BuilderGuardrailImageBlock. builder()GuardrailImageBlock.BuilderGuardrailImageBlock.Builder. format(String format)The format details for the file type of the image blocked by the guardrail.GuardrailImageBlock.BuilderGuardrailImageBlock.Builder. format(GuardrailImageFormat format)The format details for the file type of the image blocked by the guardrail.default GuardrailImageBlock.BuilderGuardrailImageBlock.Builder. source(Consumer<GuardrailImageSource.Builder> source)The image source (image bytes) details of the image blocked by the guardrail.GuardrailImageBlock.BuilderGuardrailImageBlock.Builder. source(GuardrailImageSource source)The image source (image bytes) details of the image blocked by the guardrail.GuardrailImageBlock.BuilderGuardrailImageBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailImageBlock.Builder Modifier and Type Method Description static Class<? extends GuardrailImageBlock.Builder>GuardrailImageBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailImageBlock.Builder Modifier and Type Method Description static GuardrailContentBlockGuardrailContentBlock. fromImage(Consumer<GuardrailImageBlock.Builder> image)Create an instance of this class withGuardrailContentBlock.image()initialized to the given value.default GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. image(Consumer<GuardrailImageBlock.Builder> image)Image within guardrail content block to be evaluated by the guardrail.
-