Class: Aws::Bedrock::Types::EvaluationOutputDataConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_uriString

The Amazon S3 URI where the results of the evaluation job are saved.

Returns:

  • (String)


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