Class: Aws::Types::BedrockFoundationModelConfigurationForParsing
- Inherits:
-
Object
- Object
- Aws::Types::BedrockFoundationModelConfigurationForParsing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#parsing_prompt ⇒ Types::ParsingPrompt
Returns the value of attribute parsing_prompt.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def model_arn @model_arn end |
#parsing_prompt ⇒ Types::ParsingPrompt
Returns the value of attribute parsing_prompt.
394 395 396 |
# File 'sig/types.rbs', line 394 def parsing_prompt @parsing_prompt end |