Class: Aws::QConnect::Types::BedrockFoundationModelConfigurationForParsing
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::BedrockFoundationModelConfigurationForParsing
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Settings for a foundation model used to parse documents for a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The ARN of the foundation model.
-
#parsing_prompt ⇒ Types::ParsingPrompt
Instructions for interpreting the contents of a document.
Instance Attribute Details
#model_arn ⇒ String
The ARN of the foundation model.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1368 class BedrockFoundationModelConfigurationForParsing < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end |
#parsing_prompt ⇒ Types::ParsingPrompt
Instructions for interpreting the contents of a document.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1368 class BedrockFoundationModelConfigurationForParsing < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end |