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
-
#invocation_logs_config ⇒ Types::InvocationLogsConfig
Settings for using invocation logs to customize a model.
-
#s3_uri ⇒ String
The S3 URI where the training data is stored.
Instance Attribute Details
#invocation_logs_config ⇒ Types::InvocationLogsConfig
Settings for using invocation logs to customize a model.
6904 6905 6906 6907 6908 6909 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6904 class TrainingDataConfig < Struct.new( :s3_uri, :invocation_logs_config) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The S3 URI where the training data is stored.
6904 6905 6906 6907 6908 6909 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6904 class TrainingDataConfig < Struct.new( :s3_uri, :invocation_logs_config) SENSITIVE = [] include Aws::Structure end |