Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ErrorBlock.Builder
-
Packages that use ErrorBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ErrorBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ErrorBlock.Builder Modifier and Type Method Description static ErrorBlock.BuilderErrorBlock. builder()ErrorBlock.BuilderErrorBlock.Builder. message(String message)A human-readable error message describing what went wrong during content processing.ErrorBlock.BuilderErrorBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ErrorBlock.Builder Modifier and Type Method Description static Class<? extends ErrorBlock.Builder>ErrorBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ErrorBlock.Builder Modifier and Type Method Description default AudioBlock.BuilderAudioBlock.Builder. error(Consumer<ErrorBlock.Builder> error)Error information if the audio block could not be processed or contains invalid data.default ImageBlock.BuilderImageBlock.Builder. error(Consumer<ErrorBlock.Builder> error)Error information if the image block could not be processed or contains invalid data.default ImageBlockDelta.BuilderImageBlockDelta.Builder. error(Consumer<ErrorBlock.Builder> error)Error information if this image delta could not be processed.
-