Class: Aws::BedrockRuntime::Types::JsonSchemaDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

JSON schema structured output format options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the JSON schema.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4065

class JsonSchemaDefinition < Struct.new(
  :schema,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the JSON schema.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4065

class JsonSchemaDefinition < Struct.new(
  :schema,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The JSON schema to constrain the model's output. For more information, see JSON Schema Reference.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4065

class JsonSchemaDefinition < Struct.new(
  :schema,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end