Class: Aws::Bedrock::Types::EvaluationOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::EvaluationOutputDataConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The Amazon S3 location where the results of your model evaluation job are saved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 URI where the results of model evaluation job are saved.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI where the results of model evaluation job are saved.
1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1266 class EvaluationOutputDataConfig < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |