Class: Aws::Types::BedrockModelSpecification
- Inherits:
-
Object
- Object
- Aws::Types::BedrockModelSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_prompt ⇒ ::String
Returns the value of attribute custom_prompt.
-
#guardrail ⇒ Types::BedrockGuardrailConfiguration
Returns the value of attribute guardrail.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#trace_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute trace_status.
Instance Attribute Details
#custom_prompt ⇒ ::String
Returns the value of attribute custom_prompt.
378 379 380 |
# File 'sig/types.rbs', line 378 def custom_prompt @custom_prompt end |
#guardrail ⇒ Types::BedrockGuardrailConfiguration
Returns the value of attribute guardrail.
376 377 378 |
# File 'sig/types.rbs', line 376 def guardrail @guardrail end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
375 376 377 |
# File 'sig/types.rbs', line 375 def model_arn @model_arn end |
#trace_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute trace_status.
377 378 379 |
# File 'sig/types.rbs', line 377 def trace_status @trace_status end |