Class: Aws::BedrockRuntime::Types::OutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::OutputConfig
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Output configuration for a model response in a call to Converse or ConverseStream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_format ⇒ Types::OutputFormat
Structured output parameters to control the model's text response.
Instance Attribute Details
#text_format ⇒ Types::OutputFormat
Structured output parameters to control the model's text response.
4284 4285 4286 4287 4288 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4284 class OutputConfig < Struct.new( :text_format) SENSITIVE = [] include Aws::Structure end |