Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty

Settings for generating categorical data from images.

Inheritance
object
CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty
Implements
CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty : CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty Implements 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

Constructors

ImageExtractionCategoryProperty()

Settings for generating categorical data from images.

Properties

State

Whether generating categorical data from images is enabled.

Types

The types of data to generate.

Constructors

ImageExtractionCategoryProperty()

Settings for generating categorical data from images.

public ImageExtractionCategoryProperty()
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" }
             };

Properties

State

Whether generating categorical data from images is enabled.

public string? State { get; set; }
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.

public string[]? Types { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Back to top Generated by DocFX