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.
1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1073 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.
1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1073 class BedrockFoundationModelConfigurationForParsing < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end |