Class: Aws::BedrockAgentRuntime::Types::TextToSqlConfiguration

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

Overview

Contains configurations for transforming text to SQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_configurationTypes::TextToSqlKnowledgeBaseConfiguration

Specifies configurations for a knowledge base to use in transformation.



5948
5949
5950
5951
5952
5953
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5948

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

#typeString

The type of resource to use in transformation.

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5948

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