Class: Aws::Types::ListModelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_prompt_type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute ai_prompt_type.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_lifecycle ⇒ "ACTIVE", "LEGACY"
Returns the value of attribute model_lifecycle.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ai_prompt_type ⇒ "ANSWER_GENERATION", ...
Returns the value of attribute ai_prompt_type.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def ai_prompt_type @ai_prompt_type end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def assistant_id @assistant_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def max_results @max_results end |
#model_lifecycle ⇒ "ACTIVE", "LEGACY"
Returns the value of attribute model_lifecycle.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def model_lifecycle @model_lifecycle end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def next_token @next_token end |