Class: Aws::Braket::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DataSource
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Information about the source of the input data used by the Amazon Braket hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_source ⇒ Types::S3DataSource
Amazon S3 path of the input data used by the hybrid job.
Instance Attribute Details
#s3_data_source ⇒ Types::S3DataSource
Amazon S3 path of the input data used by the hybrid job.
380 381 382 383 384 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 380 class DataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |