Class: Aws::Types::CreateAIPromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIPromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_format ⇒ "ANTHROPIC_CLAUDE_MESSAGES", ...
Returns the value of attribute api_format.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
Returns the value of attribute inference_configuration.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
Returns the value of attribute template_configuration.
-
#template_type ⇒ "TEXT"
Returns the value of attribute template_type.
-
#type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute type.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
Instance Attribute Details
#api_format ⇒ "ANTHROPIC_CLAUDE_MESSAGES", ...
Returns the value of attribute api_format.
645 646 647 |
# File 'sig/types.rbs', line 645 def api_format @api_format end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
637 638 639 |
# File 'sig/types.rbs', line 637 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
647 648 649 |
# File 'sig/types.rbs', line 647 def description @description end |
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
Returns the value of attribute inference_configuration.
648 649 650 |
# File 'sig/types.rbs', line 648 def inference_configuration @inference_configuration end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
644 645 646 |
# File 'sig/types.rbs', line 644 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
639 640 641 |
# File 'sig/types.rbs', line 639 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
646 647 648 |
# File 'sig/types.rbs', line 646 def @tags end |
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
Returns the value of attribute template_configuration.
641 642 643 |
# File 'sig/types.rbs', line 641 def template_configuration @template_configuration end |
#template_type ⇒ "TEXT"
Returns the value of attribute template_type.
643 644 645 |
# File 'sig/types.rbs', line 643 def template_type @template_type end |
#type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute type.
640 641 642 |
# File 'sig/types.rbs', line 640 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
642 643 644 |
# File 'sig/types.rbs', line 642 def visibility_status @visibility_status end |