Interface CfnDataAutomationProject.ImageExtractionCategoryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProject.ImageExtractionCategoryProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProject
@Stability(Stable)
public static interface CfnDataAutomationProject.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.services.bedrock.*;
ImageExtractionCategoryProperty imageExtractionCategoryProperty = ImageExtractionCategoryProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataAutomationProject.ImageExtractionCategoryPropertystatic final classAn implementation forCfnDataAutomationProject.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 CfnDataAutomationProject.ImageExtractionCategoryProperty.Builder builder()
-