Class: Aws::BedrockRuntime::Types::OutputFormat

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#structureTypes::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

#typeString

The type of structured output format.

Returns:

  • (String)


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