Interface CfnDataAutomationProject.ImageOverrideConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProject.ImageOverrideConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProject
@Stability(Stable)
public static interface CfnDataAutomationProject.ImageOverrideConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Sets whether your project will process images or not.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
ImageOverrideConfigurationProperty imageOverrideConfigurationProperty = ImageOverrideConfigurationProperty.builder()
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataAutomationProject.ImageOverrideConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModalityProcessing
Sets modality processing for image files.All modalities are enabled by default.
Returns union: either
IResolvableorCfnDataAutomationProject.ModalityProcessingConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationProject.ImageOverrideConfigurationProperty.Builder builder()
-