Class: Aws::Bedrock::Types::TrainingDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::TrainingDataConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
S3 Location of the training data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The S3 URI where the training data is stored.
Instance Attribute Details
#s3_uri ⇒ String
The S3 URI where the training data is stored.
5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5128 class TrainingDataConfig < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |