Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html#cfn-bedrock-dataautomationproject-imageextractioncategory-state

Types

The types of data to generate.

string[]? Types { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html#cfn-bedrock-dataautomationproject-imageextractioncategory-types

Back to top Generated by DocFX