Interface CfnDatasetPropsMixin.S3SourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDatasetPropsMixin.S3SourceProperty.Jsii$Proxy
Enclosing class:
CfnDatasetPropsMixin

@Stability(Stable) public static interface CfnDatasetPropsMixin.S3SourceProperty extends software.amazon.jsii.JsiiSerializable
S3 location of a JSONL file containing dataset examples.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
 S3SourceProperty s3SourceProperty = S3SourceProperty.builder()
         .s3Uri("s3Uri")
         .build();
 

See Also: