Interface CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProjectPropsMixin
@Stability(Stable)
public static interface CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty
extends software.amazon.jsii.JsiiSerializable
Settings for generating categorical data from images.
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.*;
ImageExtractionCategoryProperty imageExtractionCategoryProperty = ImageExtractionCategoryProperty.builder()
.state("state")
.types(List.of("types"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
Whether generating categorical data from images is enabled.- See Also:
-
getTypes
The types of data to generate.- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty.Builder builder()
-