Class: Aws::Bedrock::Types::S3DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::S3DataSource
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The Amazon S3 data source of the model to import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The URI of the Amazon S3 data source.
Instance Attribute Details
#s3_uri ⇒ String
The URI of the Amazon S3 data source.
8694 8695 8696 8697 8698 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8694 class S3DataSource < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |