Class: Aws::Types::PromptVariant
- Inherits:
-
Object
- Object
- Aws::Types::PromptVariant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
-
#gen_ai_resource ⇒ Types::PromptGenAiResource
Returns the value of attribute gen_ai_resource.
-
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
-
#metadata ⇒ ::Array[Types::PromptMetadataEntry]
Returns the value of attribute metadata.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#template_configuration ⇒ Types::PromptTemplateConfiguration
Returns the value of attribute template_configuration.
-
#template_type ⇒ "TEXT", "CHAT"
Returns the value of attribute template_type.
Instance Attribute Details
#additional_model_request_fields ⇒ Object
Returns the value of attribute additional_model_request_fields.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def additional_model_request_fields @additional_model_request_fields end |
#gen_ai_resource ⇒ Types::PromptGenAiResource
Returns the value of attribute gen_ai_resource.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def gen_ai_resource @gen_ai_resource end |
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Returns the value of attribute inference_configuration.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def inference_configuration @inference_configuration end |
#metadata ⇒ ::Array[Types::PromptMetadataEntry]
Returns the value of attribute metadata.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def @metadata end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def name @name end |
#template_configuration ⇒ Types::PromptTemplateConfiguration
Returns the value of attribute template_configuration.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def template_configuration @template_configuration end |
#template_type ⇒ "TEXT", "CHAT"
Returns the value of attribute template_type.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def template_type @template_type end |