Class: Aws::Types::FoundationModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FoundationModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
Returns the value of attribute bedrock_foundation_model_configuration.
-
#type ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute type.
Instance Attribute Details
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
Returns the value of attribute bedrock_foundation_model_configuration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def bedrock_foundation_model_configuration @bedrock_foundation_model_configuration end |
#type ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute type.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def type @type end |