Interface CfnKnowledgeBasePropsMixin.VideoConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.VideoConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration settings for processing video content in multimodal knowledge bases.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.bedrock.mixins.*;
VideoConfigurationProperty videoConfigurationProperty = VideoConfigurationProperty.builder()
.segmentationConfiguration(VideoSegmentationConfigurationProperty.builder()
.fixedLengthDuration(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBasePropsMixin.VideoConfigurationPropertystatic final classAn implementation forCfnKnowledgeBasePropsMixin.VideoConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSegmentationConfiguration
Configuration for segmenting video content during processing.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty- See Also:
-
builder
-