Class: Aws::Braket::Types::DataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Information about the source of the data used by the Amazon Braket job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3DataSource

Information about the data stored in Amazon S3 used by the Amazon Braket job.

Returns:



346
347
348
349
350
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 346

class DataSource < Struct.new(
  :s3_data_source)
  SENSITIVE = []
  include Aws::Structure
end