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