Class: Aws::Types::ModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_region_status ⇒ "NONE", ...
Returns the value of attribute cross_region_status.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#end_of_life_timestamp ⇒ ::Time
Returns the value of attribute end_of_life_timestamp.
-
#legacy_timestamp ⇒ ::Time
Returns the value of attribute legacy_timestamp.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_lifecycle ⇒ "ACTIVE", "LEGACY"
Returns the value of attribute model_lifecycle.
-
#supported_ai_prompt_types ⇒ ::Array[("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")]
Returns the value of attribute supported_ai_prompt_types.
-
#supports_prompt_caching ⇒ Boolean
Returns the value of attribute supports_prompt_caching.
Instance Attribute Details
#cross_region_status ⇒ "NONE", ...
Returns the value of attribute cross_region_status.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def cross_region_status @cross_region_status end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def display_name @display_name end |
#end_of_life_timestamp ⇒ ::Time
Returns the value of attribute end_of_life_timestamp.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def end |
#legacy_timestamp ⇒ ::Time
Returns the value of attribute legacy_timestamp.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def model_id @model_id end |
#model_lifecycle ⇒ "ACTIVE", "LEGACY"
Returns the value of attribute model_lifecycle.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def model_lifecycle @model_lifecycle end |
#supported_ai_prompt_types ⇒ ::Array[("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")]
Returns the value of attribute supported_ai_prompt_types.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def supported_ai_prompt_types @supported_ai_prompt_types end |
#supports_prompt_caching ⇒ Boolean
Returns the value of attribute supports_prompt_caching.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def supports_prompt_caching @supports_prompt_caching end |