Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty

Configuration settings for processing video content in multimodal knowledge bases.

Inheritance
object
CfnKnowledgeBasePropsMixin.VideoConfigurationProperty
Implements
CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
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 CfnKnowledgeBasePropsMixin.VideoConfigurationProperty : CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videoconfiguration.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 videoConfigurationProperty = new VideoConfigurationProperty {
                 SegmentationConfiguration = new VideoSegmentationConfigurationProperty {
                     FixedLengthDuration = 123
                 }
             };

Synopsis

Constructors

VideoConfigurationProperty()

Configuration settings for processing video content in multimodal knowledge bases.

Properties

SegmentationConfiguration

Configuration for segmenting video content during processing.

Constructors

VideoConfigurationProperty()

Configuration settings for processing video content in multimodal knowledge bases.

public VideoConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videoconfiguration.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 videoConfigurationProperty = new VideoConfigurationProperty {
                 SegmentationConfiguration = new VideoSegmentationConfigurationProperty {
                     FixedLengthDuration = 123
                 }
             };

Properties

SegmentationConfiguration

Configuration for segmenting video content during processing.

public object? SegmentationConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videoconfiguration.html#cfn-bedrock-knowledgebase-videoconfiguration-segmentationconfiguration

Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IVideoSegmentationConfigurationProperty

Implements

CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
Back to top Generated by DocFX