Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ErrorBlock
-
Packages that use ErrorBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ErrorBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ErrorBlock Modifier and Type Method Description ErrorBlockAudioBlock. error()Error information if the audio block could not be processed or contains invalid data.ErrorBlockImageBlock. error()Error information if the image block could not be processed or contains invalid data.ErrorBlockImageBlockDelta. error()Error information if this image delta could not be processed.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ErrorBlock Modifier and Type Method Description AudioBlock.BuilderAudioBlock.Builder. error(ErrorBlock error)Error information if the audio block could not be processed or contains invalid data.ImageBlock.BuilderImageBlock.Builder. error(ErrorBlock error)Error information if the image block could not be processed or contains invalid data.ImageBlockDelta.BuilderImageBlockDelta.Builder. error(ErrorBlock error)Error information if this image delta could not be processed.
-