Class: Aws::BedrockRuntime::Types::OutputFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::OutputFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Structured output parameters to control the model’s response.
Constant Summary collapse
- SENSITIVE =
[:structure]
Instance Attribute Summary collapse
-
#structure ⇒ Types::OutputFormatStructure
The structure that the model’s output must adhere to.
-
#type ⇒ String
The type of structured output format.
Instance Attribute Details
#structure ⇒ Types::OutputFormatStructure
The structure that the model’s output must adhere to.
3875 3876 3877 3878 3879 3880 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3875 class OutputFormat < Struct.new( :type, :structure) SENSITIVE = [:structure] include Aws::Structure end |
#type ⇒ String
The type of structured output format.
3875 3876 3877 3878 3879 3880 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3875 class OutputFormat < Struct.new( :type, :structure) SENSITIVE = [:structure] include Aws::Structure end |