Class CfnDataAutomationProjectPropsMixin.ImageOverrideConfigurationProperty
Sets whether your project will process images or not.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.ImageOverrideConfigurationProperty : CfnDataAutomationProjectPropsMixin.IImageOverrideConfigurationProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.ImageOverrideConfigurationProperty Implements CfnDataAutomationProjectPropsMixin.IImageOverrideConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var imageOverrideConfigurationProperty = new ImageOverrideConfigurationProperty {
ModalityProcessing = new ModalityProcessingConfigurationProperty {
State = "state"
},
SensitiveDataConfiguration = new SensitiveDataConfigurationProperty {
DetectionMode = "detectionMode",
DetectionScope = new [] { "detectionScope" },
PiiEntitiesConfiguration = new PIIEntitiesConfigurationProperty {
PiiEntityTypes = new [] { "piiEntityTypes" },
RedactionMaskMode = "redactionMaskMode"
}
}
};
Synopsis
Constructors
| ImageOverrideConfigurationProperty() | Sets whether your project will process images or not. |
Properties
| ModalityProcessing | Sets modality processing for image files. |
| SensitiveDataConfiguration | Configuration for sensitive data detection and redaction for image files. |
Constructors
ImageOverrideConfigurationProperty()
Sets whether your project will process images or not.
public ImageOverrideConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var imageOverrideConfigurationProperty = new ImageOverrideConfigurationProperty {
ModalityProcessing = new ModalityProcessingConfigurationProperty {
State = "state"
},
SensitiveDataConfiguration = new SensitiveDataConfigurationProperty {
DetectionMode = "detectionMode",
DetectionScope = new [] { "detectionScope" },
PiiEntitiesConfiguration = new PIIEntitiesConfigurationProperty {
PiiEntityTypes = new [] { "piiEntityTypes" },
RedactionMaskMode = "redactionMaskMode"
}
}
};
Properties
ModalityProcessing
Sets modality processing for image files.
public object? ModalityProcessing { get; set; }
Property Value
Remarks
All modalities are enabled by default.
Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IModalityProcessingConfigurationProperty
SensitiveDataConfiguration
Configuration for sensitive data detection and redaction for image files.
public object? SensitiveDataConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.ISensitiveDataConfigurationProperty