Show / Hide Table of Contents

Class CfnDataSource.ImageExtractionConfigurationProperty

Configuration for image extraction.

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

Constructors

ImageExtractionConfigurationProperty()

Configuration for image extraction.

Properties

ImageExtractionStatus

Indicates whether a feature is enabled or disabled.

Constructors

ImageExtractionConfigurationProperty()

Configuration for image extraction.

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

Properties

ImageExtractionStatus

Indicates whether a feature is enabled or disabled.

public string ImageExtractionStatus { get; set; }
Property Value

string

Remarks

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

Implements

CfnDataSource.IImageExtractionConfigurationProperty
Back to top Generated by DocFX