Interface CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Settings for generating categorical data from images.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Syntax (vb)
Public Interface CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
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 imageExtractionCategoryProperty = new ImageExtractionCategoryProperty {
State = "state",
Types = new [] { "types" }
};
Synopsis
Properties
| State | Whether generating categorical data from images is enabled. |
| Types | The types of data to generate. |
Properties
State
Whether generating categorical data from images is enabled.
string? State { get; }