Class: Aws::Types::AIPromptSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIPromptSummary
- 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.
-
#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_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.
199 200 201 |
# File 'sig/types.rbs', line 199 def ai_prompt_arn @ai_prompt_arn end |
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
197 198 199 |
# File 'sig/types.rbs', line 197 def ai_prompt_id @ai_prompt_id end |
#api_format ⇒ "ANTHROPIC_CLAUDE_MESSAGES", ...
Returns the value of attribute api_format.
203 204 205 |
# File 'sig/types.rbs', line 203 def api_format @api_format end |
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
206 207 208 |
# File 'sig/types.rbs', line 206 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def model_id @model_id end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
200 201 202 |
# File 'sig/types.rbs', line 200 def modified_time @modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
205 206 207 |
# File 'sig/types.rbs', line 205 def origin @origin end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
207 208 209 |
# File 'sig/types.rbs', line 207 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
208 209 210 |
# File 'sig/types.rbs', line 208 def @tags end |
#template_type ⇒ "TEXT"
Returns the value of attribute template_type.
201 202 203 |
# File 'sig/types.rbs', line 201 def template_type @template_type end |
#type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute type.
198 199 200 |
# File 'sig/types.rbs', line 198 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
204 205 206 |
# File 'sig/types.rbs', line 204 def visibility_status @visibility_status end |