Class: Aws::Types::BedrockFoundationModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BedrockFoundationModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#parsing_modality ⇒ "MULTIMODAL"
Returns the value of attribute parsing_modality.
-
#parsing_prompt ⇒ Types::ParsingPrompt
Returns the value of attribute parsing_prompt.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def model_arn @model_arn end |
#parsing_modality ⇒ "MULTIMODAL"
Returns the value of attribute parsing_modality.
309 310 311 |
# File 'sig/types.rbs', line 309 def parsing_modality @parsing_modality end |
#parsing_prompt ⇒ Types::ParsingPrompt
Returns the value of attribute parsing_prompt.
308 309 310 |
# File 'sig/types.rbs', line 308 def parsing_prompt @parsing_prompt end |