Class: Aws::Bedrock::Types::OutputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

S3 Location of the output data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The S3 URI where the output data is stored.

Returns:

  • (String)


2846
2847
2848
2849
2850
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2846

class OutputDataConfig < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end