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.
993 994 995 |
# File 'sig/types.rbs', line 993 def bedrock_foundation_model_configuration @bedrock_foundation_model_configuration end |
#type ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute type.
994 995 996 |
# File 'sig/types.rbs', line 994 def type @type end |