Class: Aws::Types::UpdateAIPromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAIPromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
-
#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.
-
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
Returns the value of attribute template_configuration.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
Instance Attribute Details
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def ai_prompt_id @ai_prompt_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def description @description end |
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
Returns the value of attribute inference_configuration.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def inference_configuration @inference_configuration end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def model_id @model_id end |
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
Returns the value of attribute template_configuration.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def template_configuration @template_configuration end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def visibility_status @visibility_status end |