Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty

Specifies configurations for the storage location of multimedia content (images, audio, and video) extracted from multimodal documents in your data source.

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

This content can be retrieved and returned to the end user with timestamp references for audio and video segments.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastorageconfiguration.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 supplementalDataStorageConfigurationProperty = new SupplementalDataStorageConfigurationProperty {
                 SupplementalDataStorageLocations = new [] { new SupplementalDataStorageLocationProperty {
                     S3Location = new S3LocationProperty {
                         Uri = "uri"
                     },
                     SupplementalDataStorageLocationType = "supplementalDataStorageLocationType"
                 } }
             };

Synopsis

Constructors

SupplementalDataStorageConfigurationProperty()

Specifies configurations for the storage location of multimedia content (images, audio, and video) extracted from multimodal documents in your data source.

Properties

SupplementalDataStorageLocations

List of supplemental data storage locations.

Constructors

SupplementalDataStorageConfigurationProperty()

Specifies configurations for the storage location of multimedia content (images, audio, and video) extracted from multimodal documents in your data source.

public SupplementalDataStorageConfigurationProperty()
Remarks

This content can be retrieved and returned to the end user with timestamp references for audio and video segments.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastorageconfiguration.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 supplementalDataStorageConfigurationProperty = new SupplementalDataStorageConfigurationProperty {
                 SupplementalDataStorageLocations = new [] { new SupplementalDataStorageLocationProperty {
                     S3Location = new S3LocationProperty {
                         Uri = "uri"
                     },
                     SupplementalDataStorageLocationType = "supplementalDataStorageLocationType"
                 } }
             };

Properties

SupplementalDataStorageLocations

List of supplemental data storage locations.

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnKnowledgeBasePropsMixin.ISupplementalDataStorageLocationProperty)[]

Implements

CfnKnowledgeBasePropsMixin.ISupplementalDataStorageConfigurationProperty
Back to top Generated by DocFX