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 evaluation job are saved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 URI where the results of the evaluation job are saved.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI where the results of the evaluation job are saved.
1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1520 class EvaluationOutputDataConfig < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |