Class: Aws::BedrockAgentRuntime::Types::GeneratedQuery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains information about a query generated for a natural language query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sqlString

An SQL query that corresponds to the natural language query.

Returns:

  • (String)


2834
2835
2836
2837
2838
2839
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2834

class GeneratedQuery < Struct.new(
  :type,
  :sql)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of transformed query.

Returns:

  • (String)


2834
2835
2836
2837
2838
2839
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2834

class GeneratedQuery < Struct.new(
  :type,
  :sql)
  SENSITIVE = []
  include Aws::Structure
end