Show / Hide Table of Contents

Interface CfnDataSource.IImageExtractionConfigurationProperty

Configuration for image extraction.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IImageExtractionConfigurationProperty
Syntax (vb)
Public Interface CfnDataSource.IImageExtractionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-imageextractionconfiguration.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.AWS.Bedrock;

             var imageExtractionConfigurationProperty = new ImageExtractionConfigurationProperty {
                 ImageExtractionStatus = "imageExtractionStatus"
             };

Synopsis

Properties

ImageExtractionStatus

Indicates whether a feature is enabled or disabled.

Properties

ImageExtractionStatus

Indicates whether a feature is enabled or disabled.

string ImageExtractionStatus { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-imageextractionconfiguration.html#cfn-bedrock-datasource-imageextractionconfiguration-imageextractionstatus

Back to top Generated by DocFX