Uses of Class
software.amazon.awssdk.services.bedrockagent.model.VideoConfiguration
Packages that use VideoConfiguration
-
Uses of VideoConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type VideoConfigurationModifier and TypeMethodDescriptionfinal List<VideoConfiguration>BedrockEmbeddingModelConfiguration.video()Configuration settings for processing video content in multimodal knowledge bases.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type VideoConfigurationModifier and TypeMethodDescriptionBedrockEmbeddingModelConfiguration.Builder.video(VideoConfiguration... video) Configuration settings for processing video content in multimodal knowledge bases.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type VideoConfigurationModifier and TypeMethodDescriptionBedrockEmbeddingModelConfiguration.Builder.video(Collection<VideoConfiguration> video) Configuration settings for processing video content in multimodal knowledge bases.