Interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty
Contains information about a storage location for multimedia content (images, audio, and video) extracted from multimodal documents in your data source.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty
Syntax (vb)
Public Interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty
Remarks
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 supplementalDataStorageLocationProperty = new SupplementalDataStorageLocationProperty {
SupplementalDataStorageLocationType = "supplementalDataStorageLocationType",
// the properties below are optional
S3Location = new S3LocationProperty {
Uri = "uri"
}
};
Synopsis
Properties
| S3Location | Contains information about the Amazon S3 location for the extracted multimedia content. |
| SupplementalDataStorageLocationType | Supplemental data storage location type. |
Properties
S3Location
Contains information about the Amazon S3 location for the extracted multimedia content.
object? S3Location { get; }
Property Value
Remarks
SupplementalDataStorageLocationType
Supplemental data storage location type.
string SupplementalDataStorageLocationType { get; }