Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ErrorBlock
Packages that use ErrorBlock
-
Uses of ErrorBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ErrorBlockModifier and TypeMethodDescriptionfinal ErrorBlockAudioBlock.error()Error information if the audio block could not be processed or contains invalid data.final ErrorBlockImageBlock.error()Error information if the image block could not be processed or contains invalid data.final ErrorBlockImageBlockDelta.error()Error information if this image delta could not be processed.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ErrorBlockModifier and TypeMethodDescriptionAudioBlock.Builder.error(ErrorBlock error) Error information if the audio block could not be processed or contains invalid data.ImageBlock.Builder.error(ErrorBlock error) Error information if the image block could not be processed or contains invalid data.ImageBlockDelta.Builder.error(ErrorBlock error) Error information if this image delta could not be processed.