Interface CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Contains configurations for using Amazon Bedrock Data Automation as the parser for ingesting your data sources.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
BedrockDataAutomationConfigurationProperty bedrockDataAutomationConfigurationProperty = BedrockDataAutomationConfigurationProperty.builder()
.parsingModality("parsingModality")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParsingModality
Specifies whether to enable parsing of multimodal data, including both text and/or images.- See Also:
-
builder
@Stability(Stable) static CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Builder builder()
-