Class: Aws::Types::AIPromptData
- Inherits:
-
Object
- Object
- Aws::Types::AIPromptData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_prompt_arn ⇒ ::String
Returns the value of attribute ai_prompt_arn.
-
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
-
#api_format ⇒ "ANTHROPIC_CLAUDE_MESSAGES", ...
Returns the value of attribute api_format.
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#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.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#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
#ai_prompt_arn ⇒ ::String
Returns the value of attribute ai_prompt_arn.
168 169 170 |
# File 'sig/types.rbs', line 168 def ai_prompt_arn @ai_prompt_arn end |
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def ai_prompt_id @ai_prompt_id end |
#api_format ⇒ "ANTHROPIC_CLAUDE_MESSAGES", ...
Returns the value of attribute api_format.
173 174 175 |
# File 'sig/types.rbs', line 173 def api_format @api_format end |
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
177 178 179 |
# File 'sig/types.rbs', line 177 def description @description end |
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
Returns the value of attribute inference_configuration.
175 176 177 |
# File 'sig/types.rbs', line 175 def inference_configuration @inference_configuration end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def model_id @model_id end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
176 177 178 |
# File 'sig/types.rbs', line 176 def modified_time @modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
169 170 171 |
# File 'sig/types.rbs', line 169 def name @name end |
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
180 181 182 |
# File 'sig/types.rbs', line 180 def origin @origin end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
181 182 183 |
# File 'sig/types.rbs', line 181 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
179 180 181 |
# File 'sig/types.rbs', line 179 def end |
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
Returns the value of attribute template_configuration.
174 175 176 |
# File 'sig/types.rbs', line 174 def template_configuration @template_configuration end |
#template_type ⇒ "TEXT"
Returns the value of attribute template_type.
171 172 173 |
# File 'sig/types.rbs', line 171 def template_type @template_type end |
#type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute type.
170 171 172 |
# File 'sig/types.rbs', line 170 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
178 179 180 |
# File 'sig/types.rbs', line 178 def visibility_status @visibility_status end |