Class: Aws::Braket::Types::S3DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::S3DataSource
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Information about the data stored in Amazon S3 used by the Amazon Braket job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
Depending on the value specified for the
S3DataType
, identifies either a key name prefix or a manifest that locates the S3 data source.
Instance Attribute Details
#s3_uri ⇒ String
Depending on the value specified for the S3DataType
, identifies
either a key name prefix or a manifest that locates the S3 data
source.
1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1115 class S3DataSource < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |