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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.S3SourcePropertystatic final classAn implementation forCfnDatasetPropsMixin.S3SourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl).- See Also:
-
builder
-