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 model 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 model evaluation job are saved.

Returns:

  • (String)


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