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.
3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3857 class OutputConfig < Struct.new( :text_format) SENSITIVE = [] include Aws::Structure end |