Class: Aws::Bedrock::Types::S3DataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#s3_uriString

The URI of the Amazon S3 data source.



11832
11833
11834
11835
11836
# File 'lib/aws-sdk-bedrock/types.rb', line 11832

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