Class CfnKnowledgeBasePropsMixin.SupplementalDataStorageConfigurationProperty
Specifies configurations for the storage location of multimedia content (images, audio, and video) extracted from multimodal documents in your data source.
Inherited Members
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.
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.
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnKnowledgeBasePropsMixin.ISupplementalDataStorageLocationProperty)[]