Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailImageBlock.Builder
Packages that use GuardrailImageBlock.Builder
-
Uses of GuardrailImageBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailImageBlock.BuilderModifier and TypeMethodDescriptionstatic GuardrailImageBlock.BuilderGuardrailImageBlock.builder()The format details for the file type of the image blocked by the guardrail.GuardrailImageBlock.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.Builder.source(GuardrailImageSource source) The image source (image bytes) details of the image blocked by the guardrail.GuardrailImageBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailImageBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailImageBlock.Builder>GuardrailImageBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailImageBlock.BuilderModifier and TypeMethodDescriptionstatic 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.