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)


1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1807

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

#typeString

The type of transformed query.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1807

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