Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.VideoBlock
Packages that use VideoBlock
-
Uses of VideoBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoBlockModifier and TypeMethodDescriptionfinal VideoBlockContentBlock.video()Video to include in the message.final VideoBlockToolResultContentBlock.video()A tool result that is video.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type VideoBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromVideo(VideoBlock video) Create an instance of this class withContentBlock.video()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromVideo(VideoBlock video) Create an instance of this class withToolResultContentBlock.video()initialized to the given value.ContentBlock.Builder.video(VideoBlock video) Video to include in the message.ToolResultContentBlock.Builder.video(VideoBlock video) A tool result that is video.